|
|||||||||||
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.SchemaElement
Insert the type's description here. Creation date: (6/21/00 5:32:11 PM)
Fields inherited from interface org.apache.wsif.compiler.schema.tools.SchemaType |
---|
ALL, ANY, ANYATTRIBUTE, ATTRIBUTE, ATTRIBUTEGROUP, CHOICE, COMPLEXTYPE, ELEMENT, GROUP, SEQUENCE, SIMPLETYPE |
Constructor Summary | |
---|---|
SchemaElement(java.lang.String name,
javax.xml.namespace.QName ref,
javax.xml.namespace.QName type,
boolean isArray,
SchemaType child,
java.lang.String targetURI)
Insert the method's description here. |
Method Summary | |
---|---|
SchemaType |
getChild()
Insert the method's description here. |
int |
getElementType()
Insert the method's description here. |
java.lang.String |
getName()
Insert the method's description here. |
javax.xml.namespace.QName |
getRef()
Insert the method's description here. |
java.lang.String |
getTargetURI()
Insert the method's description here. |
javax.xml.namespace.QName |
getType()
Insert the method's description here. |
boolean |
isArray()
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 SchemaElement(java.lang.String name, javax.xml.namespace.QName ref, javax.xml.namespace.QName type, boolean isArray, SchemaType child, java.lang.String targetURI)
Method Detail |
public SchemaType getChild()
public int getElementType()
getElementType
in interface SchemaType
public java.lang.String getName()
getName
in interface SchemaType
public javax.xml.namespace.QName getRef()
public java.lang.String getTargetURI()
getTargetURI
in interface SchemaType
public javax.xml.namespace.QName getType()
public boolean isArray()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |