|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsif.schema.SchemaType
org.apache.wsif.schema.ComplexType
A class to represent a <complexType> element in a schema
Method Summary | |
int |
getArrayDimension()
Get the dimension of the array represented by this type (if applicable) |
javax.xml.namespace.QName |
getArrayType()
Get the type of the elements in the array represented by this type (if applicable) |
SequenceElement[] |
getSequenceElements()
Get all the <element> elements within a sequence nested in this complexType |
javax.xml.namespace.QName |
getTypeName()
Get the "name" attribute of this type |
boolean |
isArray()
Get a flag to indicate if this type represents an array |
boolean |
isComplex()
Get a flag to indicate if this type is a complexType |
Methods inherited from class org.apache.wsif.schema.SchemaType |
getChildren, isElement, isSimple |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public boolean isComplex()
SchemaType
isComplex
in class SchemaType
SchemaType.isComplex()
public boolean isArray()
SchemaType
isArray
in class SchemaType
SchemaType.isArray()
public javax.xml.namespace.QName getArrayType()
SchemaType
getArrayType
in class SchemaType
SchemaType.getArrayType()
public int getArrayDimension()
SchemaType
getArrayDimension
in class SchemaType
SchemaType.getArrayDimension()
public javax.xml.namespace.QName getTypeName()
SchemaType
getTypeName
in class SchemaType
SchemaType.getTypeName()
public SequenceElement[] getSequenceElements()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |