Package com.sforce.ws.wsdl
Class Element
- java.lang.Object
-
- com.sforce.ws.wsdl.Element
-
-
Field Summary
Fields Modifier and Type Field Description static intUNBOUNDED-
Fields inherited from interface com.sforce.ws.wsdl.Constants
ADDRESS, ALL, ANNOTATION, ATTRIBUTE, ATTRIBUTE_FORM_DEFAULT, BASE, BINDING, BODY, CHOICE, CLIENT_SYNC_SFORCE_NS, COMPLEX_TYPE, CROSS_INSTANCE_SFORCE_NS, DEFINITIONS, DOCUMENTATION, ELEMENT, ELEMENT_FORM_DEFAULT, ENTERPRISE_NS, ENTERPRISE_SOBJECT_NS, ENUMERATION, EXTENSION, FAULT, HEADER, IMPORT, INPUT, INTERNAL_SFORCE_NS, LOCATION, MAX_OCCURS, MESSAGE, META_SFORCE_NS, MIN_OCCURS, NAME, NILLABLE, OPERATION, OUTPUT, PART, PARTNER_NS, PARTNER_SOBJECT_NS, PORT, PORT_TYPE, REF, RESTRICTION, SCHEMA, SCHEMA_INSTANCE_NS, SCHEMA_NS, SEQUENCE, SERVICE, SIMPLE_TYPE, SOAP_ENVELOPE_NS, STYLE, SYNC_API_SFORCE_NS, TARGET_NAME_SPACE, TOOLING_NS, TOOLING_SOBJECT_NS, TRANSPORT, TYPE, TYPES, VALUE, WSDL_NS, WSDL_SOAP_NS
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaxOccurs()intgetMinOccurs()java.lang.StringgetName()javax.xml.namespace.QNamegetRef()SchemagetSchema()javax.xml.namespace.QNamegetType()booleanisComplexType()booleanisNillable()voidread(WsdlParser parser)java.lang.StringtoString()
-
-
-
Field Detail
-
UNBOUNDED
public static final int UNBOUNDED
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Element
public Element(Schema schema)
-
-
Method Detail
-
isComplexType
public boolean isComplexType()
-
getType
public javax.xml.namespace.QName getType()
-
getRef
public javax.xml.namespace.QName getRef()
-
getSchema
public Schema getSchema()
-
getMinOccurs
public int getMinOccurs()
-
getMaxOccurs
public int getMaxOccurs()
-
isNillable
public boolean isNillable()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
read
public void read(WsdlParser parser) throws WsdlParseException
- Throws:
WsdlParseException
-
getName
public java.lang.String getName()
-
-