| java.lang.Object |
| ↳ |
com.sforce.ws.bind.TypeInfo |
Class Overview
This class contains the information regaing a type.
Summary
| Public Constructors |
|
|
TypeInfo(String namespace, String name, String typeNS, String type, int minOcc, int maxOcc, boolean elementForm)
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
private
boolean
elementFormQualified
Public Constructors
public
TypeInfo
(String namespace, String name, String typeNS, String type, int minOcc, int maxOcc, boolean elementForm)
Parameters
| namespace
| |
| name
| |
| typeNS
| |
| type
| |
| minOcc
| |
| maxOcc
| |
| elementForm
| |
Public Methods
public
String
getNamespace
()
public
String
getTypeNS
()
public
boolean
isElementFormQualified
()