public class XSByte extends XSShort
The xs:byte type
| Modifier | Constructor and Description |
|---|---|
protected |
XSByte() |
| Modifier and Type | Method and Description |
|---|---|
static XSType |
getInstance() |
java.lang.String |
getMaxInclusive()
Returns the value of the "maxInclusive" facet or null, if the facet is not set.
|
java.lang.String |
getMinInclusive()
Returns the value of the "minInclusive" facet or null, if the facet is not set.
|
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.
|
getFractionDigitsisRestrictiongetAtomicType, getLength, getMaxExclusive, getMaxLength, getMinExclusive, getMinLength, getTotalDigits, isAtomic, isBuiltin, isCollapsing, isReplacinggetComplexType, getEnumerations, getListType, getParentObject, getPattern, getSimpleType, getUnionType, getXSObjectFactory, isList, isSimple, isTopLevelObject, isUniongetAnnotations, getLocator, getOpenAttributes, getSchemaHeader, getXSSchema, isGlobal, setGlobal, validatepublic XsQName getName()
XSTypeIf the type is global: Returns the types name. Otherwise returns null.
public java.lang.String getMaxInclusive()
XSAtomicTypeReturns the value of the "maxInclusive" facet or null, if the facet is not set.
getMaxInclusive in interface XSAtomicTypegetMaxInclusive in class XSShortpublic java.lang.String getMinInclusive()
XSAtomicTypeReturns the value of the "minInclusive" facet or null, if the facet is not set.
getMinInclusive in interface XSAtomicTypegetMinInclusive in class XSShortpublic static XSType getInstance()
public XSType getRestrictedType()
XSSimpleTypeIf the simple type is a restriction, returns the restricted simple type.
getRestrictedType in interface XSSimpleTypegetRestrictedType in class XSShort