|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.wsif.schema.SchemaType | +--org.apache.wsif.schema.SimpleType
A class to represent a <simpleType> element in a schema
Method Summary | |
---|---|
javax.xml.namespace.QName |
getTypeName()
Get the "name" attribute of this type |
boolean |
isComplex()
Get a flag to indicate if this type is a complexType |
boolean |
isSimple()
Get a flag to indicate if this type is a simpleType |
Methods inherited from class org.apache.wsif.schema.SchemaType |
---|
getArrayDimension, getArrayType, getChildren, isArray, isElement |
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 javax.xml.namespace.QName getTypeName()
SchemaType
getTypeName
in class SchemaType
SchemaType.getTypeName()
public boolean isSimple()
SchemaType
isSimple
in class SchemaType
SchemaType.isSimple()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |