Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public class XSByte
extends XSShort
Constructor Summary | |
|
Method Summary | |
static XSType | |
String |
|
String |
|
XsQName |
|
XSType |
|
Methods inherited from class org.apache.ws.jaxme.xs.types.XSShort | |
getInstance , getMaxInclusive , getMinInclusive , getName , getRestrictedType |
Methods inherited from class org.apache.ws.jaxme.xs.types.XSInt | |
getInstance , getMaxInclusive , getMinInclusive , getName , getRestrictedType |
Methods inherited from class org.apache.ws.jaxme.xs.types.XSLong | |
getInstance , getMaxInclusive , getMinInclusive , getName , getRestrictedType |
Methods inherited from class org.apache.ws.jaxme.xs.types.XSInteger | |
getFractionDigits , getInstance , getName , getRestrictedType |
Methods inherited from class org.apache.ws.jaxme.xs.types.XSDecimal | |
getInstance , getName , getRestrictedType , isRestriction |
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 | |
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 String getMaxInclusive()
Returns the value of the "maxInclusive" facet or null, if the facet is not set.
- Specified by:
- getMaxInclusive in interface XSAtomicType
- Overrides:
- getMaxInclusive in interface XSShort
public String getMinInclusive()
Returns the value of the "minInclusive" facet or null, if the facet is not set.
- Specified by:
- getMinInclusive in interface XSAtomicType
- Overrides:
- getMinInclusive in interface XSShort
public XsQName getName()
If the type is global: Returns the types name. Otherwise returns null.
public XSType getRestrictedType()
If the simple type is a restriction, returns the restricted simple type.
- Specified by:
- getRestrictedType in interface XSSimpleType
- Overrides:
- getRestrictedType in interface XSShort