com.sforce.ws.bind
Class TypeInfo
java.lang.Object
com.sforce.ws.bind.TypeInfo
public final class TypeInfo
- extends Object
This class contains the information regaing a type.
- Since:
- 1.0 Dec 1, 2005
- Version:
- 1.0
- Author:
- http://cheenath.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeInfo
public TypeInfo(String namespace,
String name,
String typeNS,
String type,
int minOcc,
int maxOcc,
boolean elementForm)
isElementFormQualified
public boolean isElementFormQualified()
getNamespace
public String getNamespace()
getName
public String getName()
getTypeNS
public String getTypeNS()
getType
public String getType()
getMinOcc
public int getMinOcc()
getMaxOcc
public int getMaxOcc()
Copyright © 2014. All Rights Reserved.