|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.wsif.compiler.schema.tools.SchemaComplexType
Processed information of a XML Schema complexType Creation date: (5/29/00 1:55:51 AM)
Fields inherited from interface org.apache.wsif.compiler.schema.tools.SchemaType |
---|
ALL, ANY, ANYATTRIBUTE, ATTRIBUTE, ATTRIBUTEGROUP, CHOICE, COMPLEXTYPE, ELEMENT, GROUP, SEQUENCE, SIMPLETYPE |
Constructor Summary | |
---|---|
SchemaComplexType(java.lang.String name,
javax.xml.namespace.QName base,
boolean isAbstract,
boolean isFinal,
java.util.Vector children,
java.lang.String targetURI)
Insert the method's description here. |
Method Summary | |
---|---|
javax.xml.namespace.QName |
getBase()
Insert the method's description here. |
java.util.Vector |
getChildren()
Insert the method's description here. |
int |
getElementType()
Insert the method's description here. |
java.lang.String |
getName()
Insert the method's description here. |
java.lang.String |
getTargetURI()
Insert the method's description here. |
boolean |
isAbstract()
Insert the method's description here. |
boolean |
isFinal()
Insert the method's description here. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SchemaComplexType(java.lang.String name, javax.xml.namespace.QName base, boolean isAbstract, boolean isFinal, java.util.Vector children, java.lang.String targetURI)
Method Detail |
public javax.xml.namespace.QName getBase()
public java.util.Vector getChildren()
public int getElementType()
getElementType
in interface SchemaType
public java.lang.String getName()
getName
in interface SchemaType
public java.lang.String getTargetURI()
getTargetURI
in interface SchemaType
public boolean isAbstract()
public boolean isFinal()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |