|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ws.jaxme.xs.types.AbstractBuiltinType
org.apache.ws.jaxme.xs.types.AbstractSimpleType
org.apache.ws.jaxme.xs.types.AbstractAtomicType
org.apache.ws.jaxme.xs.types.XSHexBinary
public class XSHexBinary
The type xs:hexBinary.
| Constructor Summary | |
|---|---|
protected |
XSHexBinary()
|
| Method Summary | |
|---|---|
static XSType |
getInstance()
|
XsQName |
getName()
If the type is global: Returns the types name. |
XSType |
getRestrictedType()
If the simple type is a restriction, returns the restricted simple type. |
boolean |
isRestriction()
Returns whether the type is a restriction of another simple type. |
| Methods inherited from class org.apache.ws.jaxme.xs.types.AbstractAtomicType |
|---|
getAtomicType, getFractionDigits, getLength, getMaxExclusive, getMaxInclusive, getMaxLength, getMinExclusive, getMinInclusive, getMinLength, getTotalDigits, isAtomic, isBuiltin, isCollapsing, isReplacing |
| Methods inherited from class org.apache.ws.jaxme.xs.types.AbstractSimpleType |
|---|
getComplexType, getEnumerations, getListType, getParentObject, getPattern, getSimpleType, getUnionType, getXSObjectFactory, isList, isSimple, isTopLevelObject, isUnion |
| Methods inherited from class org.apache.ws.jaxme.xs.types.AbstractBuiltinType |
|---|
getAnnotations, getLocator, getOpenAttributes, getSchemaHeader, getXSSchema, isGlobal, setGlobal, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected XSHexBinary()
| Method Detail |
|---|
public XsQName getName()
XSTypeIf the type is global: Returns the types name. Otherwise returns null.
public static XSType getInstance()
public boolean isRestriction()
XSSimpleTypeReturns whether the type is a restriction of another
simple type. (Almost all simple types are, the exception being
the ur type XSAnySimpleType.
public XSType getRestrictedType()
XSSimpleTypeIf the simple type is a restriction, returns the restricted simple type.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||