|
|||||||||||
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.ElementType
A class to represent a top level <element> element in a schema
Method Summary | |
java.util.List |
getChildren()
Get a the direct children (SimpleType or ComplexType only) for this element |
javax.xml.namespace.QName |
getElementType()
|
javax.xml.namespace.QName |
getTypeName()
Get the "name" attribute of this type |
boolean |
isElement()
Get a flag to indicate if this type is an element type |
boolean |
isNillable()
|
Methods inherited from class org.apache.wsif.schema.SchemaType |
getArrayDimension, getArrayType, isArray, isComplex, isSimple |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public boolean isElement()
SchemaType
isElement
in class SchemaType
SchemaType.isElement()
public javax.xml.namespace.QName getTypeName()
SchemaType
getTypeName
in class SchemaType
SchemaType.getTypeName()
public javax.xml.namespace.QName getElementType()
public boolean isNillable()
public java.util.List getChildren()
SchemaType
getChildren
in class SchemaType
SchemaType.getChildren()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |