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, TRANSPORT, TYPE, TYPES, VALUE, WSDL_NS, WSDL_SOAP_NS| Constructor and Description |
|---|
Schema() |
| Modifier and Type | Method and Description |
|---|---|
void |
addComplexType(ComplexType type) |
void |
addSimpleType(SimpleType type) |
ComplexType |
getComplexType(String type) |
Collection<ComplexType> |
getComplexTypes() |
Element |
getGlobalElement(String name) |
Iterator<Element> |
getGlobalElements() |
SimpleType |
getSimpleType(String type) |
Collection<SimpleType> |
getSimpleTypes() |
String |
getTargetNamespace() |
boolean |
isAttributeFormQualified() |
boolean |
isElementFormQualified() |
void |
read(WsdlParser parser) |
String |
toString() |
public String getTargetNamespace()
public boolean isElementFormQualified()
public boolean isAttributeFormQualified()
public void addComplexType(ComplexType type)
public void addSimpleType(SimpleType type)
public Collection<ComplexType> getComplexTypes()
public Collection<SimpleType> getSimpleTypes()
public ComplexType getComplexType(String type)
public SimpleType getSimpleType(String type)
public void read(WsdlParser parser) throws WsdlParseException
WsdlParseExceptionCopyright © 2015. All Rights Reserved.