com.xml_project.morganaxdm
Class XS_unsignedByte
java.lang.Object
com.xml_project.morganaxdm.XdmSequence
com.xml_project.morganaxdm.XdmItem
com.xml_project.morganaxdm.XdmValue
com.xml_project.morganaxdm.XS_AnySimpleType
com.xml_project.morganaxdm.XS_AnyAtomicType
com.xml_project.morganaxdm.XS_Numeric
com.xml_project.morganaxdm.XS_Integer
com.xml_project.morganaxdm.XS_unsignedByte
- All Implemented Interfaces:
- XS_AnyType, java.lang.Iterable<XdmItem>
public class XS_unsignedByte
- extends XS_Integer
Implementation of xs:unsignedByte
Field Summary |
static java.math.BigInteger |
MAX_VALUE
|
static java.math.BigInteger |
MIN_VALUE
|
static javax.xml.namespace.QName |
TypeName
|
Methods inherited from class com.xml_project.morganaxdm.XS_Integer |
arithmetic, canCast, compareValues, effectiveBooleanValue, function, getRawValue, isNaN, makeXS_Integer, makeXS_Integer, newInstance, newInstance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeName
public static final javax.xml.namespace.QName TypeName
MIN_VALUE
public static final java.math.BigInteger MIN_VALUE
MAX_VALUE
public static final java.math.BigInteger MAX_VALUE
XS_unsignedByte
public XS_unsignedByte(java.lang.Byte value)
throws XPathException
- Throws:
XPathException
getValue
public java.math.BigInteger getValue()
- Description copied from class:
XdmItem
- Returns the value itself.
- Overrides:
getValue
in class XS_Integer
- Returns:
- the value.
getTypeName
public javax.xml.namespace.QName getTypeName()
- Specified by:
getTypeName
in interface XS_AnyType
- Overrides:
getTypeName
in class XS_Integer
getStringValue
public java.lang.String getStringValue()
- Description copied from class:
XdmItem
- Returns the string value.
- Overrides:
getStringValue
in class XS_Integer
- Returns:
- the string value.
getRestrictionBase
public static java.lang.Class<? extends XS_AnyType> getRestrictionBase()
newInstance
public static XS_unsignedByte newInstance(XdmValue value)
throws XPathException
- Throws:
XPathException