org.jbind.xml.core.data
Interface IIntegerData

All Superinterfaces:
IAnySimpleTypeData, IAnyTypeData, IDecimalData, IHasDigits, IHasOrder, IHasTotalOrder, ISimpleData, ITextContentProvider
All Known Subinterfaces:
IByteData, IIntData, ILongData, INegativeIntegerData, INonNegativeIntegerData, INonPositiveIntegerData, IPositiveIntegerData, IShortData, IUnsignedByteData, IUnsignedIntData, IUnsignedLongData, IUnsignedShortData
All Known Implementing Classes:
AbstractIntData, AbstractIntegerData, AbstractLongData, AbstractShortData, AbstractUnsignedIntData, AbstractUnsignedShortData, ByteData, NegativeIntegerData, NonNegativeIntegerData, NonPositiveIntegerData, PositiveIntegerData, UnsignedByteData, UnsignedLongData

public interface IIntegerData
extends IDecimalData


Method Summary
 java.math.BigInteger getBigInteger()
           
 void setBigInteger(java.math.BigInteger aValue)
           
 
Methods inherited from interface org.jbind.xml.core.data.IDecimalData
compareDecimal_, compareSubTypeData_, getBigDecimal, setBigDecimal
 
Methods inherited from interface org.jbind.xml.core.data.IHasOrder
isEqual, isGreater, isGreaterOrEqual, isLess, isLessOrEqual
 
Methods inherited from interface org.jbind.xml.core.data.IHasDigits
getNbDigits, getNbFractionDigits
 
Methods inherited from interface org.jbind.xml.core.data.IAnySimpleTypeData
getObject, setObject, toString
 
Methods inherited from interface org.jbind.xml.core.data.IAnyTypeData
accept_, acceptImpl_, addReferencedData_, createElement_, createElement_, equals, getAttribute_, getDataDesc_, getImpl_, getParent_, getSubstitutionHead_, getType_, hashCode, isDefault_, isNil_, iterAttributes_, iterElements_, setAttribute_, setDataDesc_, setImpl_, setSubstitutionHead_, setType_
 
Methods inherited from interface org.jbind.xml.core.data.ISimpleData
getCanonicalForm_, getLexicalValue_, getNormalizedValue_, getSimpleStorageObject, setLexicalValue_, simpleStorageValueEquals, simpleStorageValueHashCode
 
Methods inherited from interface org.jbind.xml.core.base.ITextContentProvider
getTextContent_
 

Method Detail

getBigInteger

public java.math.BigInteger getBigInteger()

setBigInteger

public void setBigInteger(java.math.BigInteger aValue)
                   throws XmlException
Throws:
XmlException