Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.ws.jaxme.xs.types.AbstractBuiltinType
org.apache.ws.jaxme.xs.types.AbstractSimpleType
org.apache.ws.jaxme.xs.types.AbstractListType
Method Summary | |
Long | |
Long | |
Long | |
XSType |
|
boolean |
|
boolean |
|
Methods inherited from class org.apache.ws.jaxme.xs.types.AbstractSimpleType | |
getAtomicType , getComplexType , getEnumerations , getListType , getParentObject , getPattern , getSimpleType , getUnionType , getXSObjectFactory , isAtomic , isList , isSimple , isTopLevelObject , isUnion |
Methods inherited from class org.apache.ws.jaxme.xs.types.AbstractBuiltinType | |
getAnnotations , getLocator , getOpenAttributes , getSchemaHeader , getXSSchema , isGlobal , setGlobal , validate |
public XSType getRestrictedType()
If the simple type is a restriction, returns the restricted simple type.
- Specified by:
- getRestrictedType in interface XSSimpleType
public boolean isList()
Returns whether the simple type is a list.
- Specified by:
- isList in interface XSSimpleType
- Overrides:
- isList in interface AbstractSimpleType
public boolean isRestriction()
Returns whether the type is a restriction of another simple type. (Almost all simple types are, the exception being the ur typeXSAnySimpleType
.
- Specified by:
- isRestriction in interface XSSimpleType