com.infoengine.soap.wsdl
Class Part
java.lang.Object
com.infoengine.soap.wsdl.ElementContainer
com.infoengine.soap.wsdl.Part
- public class Part
- extends ElementContainer
Fields inherited from class com.infoengine.soap.wsdl.ElementContainer |
_element, definitions, documentation, MIME, MIME_URI, parent, root, SCHEMA, SCHEMA_URI_END, SCHEMA_URI_START, SOAP, SOAP_URI, WSDL, WSDL_URI |
Methods inherited from class com.infoengine.soap.wsdl.ElementContainer |
checkNameSpaces, checkNameSpaces, findImmediateChild, getAttribute, getDocumentation, getElementsByTagName, getMimeNS, getSchemaNS, getSoapNS, getWsdlNS, stripNS |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
element
private Element element
name
private String name
type
private String type
typeNS
private String typeNS
ieType
private int ieType
schema
private SchemaElement schema
Part
public Part(ElementContainer parent,
Element e)
Part
Part(SchemaElement schema)
getName
public String getName()
getType
public String getType()
getTypeNS
public String getTypeNS()
getIeType
public int getIeType()
isComplex
public boolean isComplex()
getSchema
public SchemaElement getSchema()
getMinOccurs
public int getMinOccurs()
getMaxOccurs
public int getMaxOccurs()
getElement
public Element getElement()
- Overrides:
getElement
in class ElementContainer
setElement
public void setElement(Element e)
- Specified by:
setElement
in class ElementContainer