com.infoengine.soap.wsdl
Class Part

java.lang.Object
  extended bycom.infoengine.soap.wsdl.ElementContainer
      extended bycom.infoengine.soap.wsdl.Part

public class Part
extends ElementContainer


Field Summary
private  Element element
           
private  int ieType
           
private  String name
           
private  SchemaElement schema
           
private  String type
           
private  String typeNS
           
 
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
 
Constructor Summary
  Part(ElementContainer parent, Element e)
           
(package private) Part(SchemaElement schema)
           
 
Method Summary
 Element getElement()
           
 int getIeType()
           
 int getMaxOccurs()
           
 int getMinOccurs()
           
 String getName()
           
 SchemaElement getSchema()
           
 String getType()
           
 String getTypeNS()
           
 boolean isComplex()
           
 void setElement(Element e)
           
 
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
 

Field Detail

element

private Element element

name

private String name

type

private String type

typeNS

private String typeNS

ieType

private int ieType

schema

private SchemaElement schema
Constructor Detail

Part

public Part(ElementContainer parent,
            Element e)

Part

Part(SchemaElement schema)
Method Detail

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