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