com.xml_project.morganaxproc.xdm
Class XS_unsignedLong

java.lang.Object
  extended by com.xml_project.morganaxproc.xdm.XdmSequence
      extended by com.xml_project.morganaxproc.xdm.XdmItem
          extended by com.xml_project.morganaxproc.xdm.XdmValue
              extended by com.xml_project.morganaxproc.xdm.XS_AnySimpleType
                  extended by com.xml_project.morganaxproc.xdm.XS_AnyAtomicType
                      extended by com.xml_project.morganaxproc.xdm.XS_Numeric
                          extended by com.xml_project.morganaxproc.xdm.XS_Integer
                              extended by com.xml_project.morganaxproc.xdm.XS_unsignedLong
All Implemented Interfaces:
XS_AnyType, Iterable<XdmItem>

public class XS_unsignedLong
extends XS_Integer

Implementation of xs:unsignedLong


Nested Class Summary
 
Nested classes/interfaces inherited from class com.xml_project.morganaxproc.xdm.XS_Numeric
XS_Numeric.Functions, XS_Numeric.Operations
 
Nested classes/interfaces inherited from class com.xml_project.morganaxproc.xdm.XS_AnyAtomicType
XS_AnyAtomicType.ValueComparers
 
Field Summary
static BigInteger MAX_VALUE
           
static BigInteger MIN_VALUE
           
static QName TypeName
           
 
Fields inherited from class com.xml_project.morganaxproc.xdm.XS_Integer
MINUS_ONE, ONE, ZERO
 
Constructor Summary
XS_unsignedLong(Long value)
           
 
Method Summary
static Class<? extends XS_AnyType> getRestrictionBase()
           
 String getStringValue()
          Returns the string value.
 QName getTypeName()
           
 BigInteger getValue()
          Returns the value itself.
static XS_unsignedLong newInstance(XdmValue value)
           
 
Methods inherited from class com.xml_project.morganaxproc.xdm.XS_Integer
arithmetic, canCast, compareValues, effectiveBooleanValue, function, getRawValue, isNaN, makeXS_Integer, makeXS_Integer, newInstance, newInstance
 
Methods inherited from class com.xml_project.morganaxproc.xdm.XS_Numeric
compareValues, getPromotionClass, getPromotionClass, isOrdered, makeDouble, makeOperand, makeOperand, makeOperands, promoteTo
 
Methods inherited from class com.xml_project.morganaxproc.xdm.XS_AnyAtomicType
compareValue, makeCompareResult, test
 
Methods inherited from class com.xml_project.morganaxproc.xdm.XS_AnySimpleType
compareValues, isValue
 
Methods inherited from class com.xml_project.morganaxproc.xdm.XdmValue
atomize
 
Methods inherited from class com.xml_project.morganaxproc.xdm.XdmItem
first, get, hasValues, isEmpty, iterator, size, subSequence
 
Methods inherited from class com.xml_project.morganaxproc.xdm.XdmSequence
concat, hasCommonType, normalize, serialize, wrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TypeName

public static final QName TypeName

MIN_VALUE

public static final BigInteger MIN_VALUE

MAX_VALUE

public static final BigInteger MAX_VALUE
Constructor Detail

XS_unsignedLong

public XS_unsignedLong(Long value)
                throws XPathException
Throws:
XPathException
Method Detail

getValue

public BigInteger getValue()
Description copied from class: XdmItem
Returns the value itself.

Overrides:
getValue in class XS_Integer
Returns:
the value.

getTypeName

public QName getTypeName()
Specified by:
getTypeName in interface XS_AnyType
Overrides:
getTypeName in class XS_Integer

getStringValue

public String getStringValue()
Description copied from class: XdmItem
Returns the string value.

Overrides:
getStringValue in class XS_Integer
Returns:
the string value.

getRestrictionBase

public static Class<? extends XS_AnyType> getRestrictionBase()

newInstance

public static XS_unsignedLong newInstance(XdmValue value)
                                   throws XPathException
Throws:
XPathException