org.jbind.xml.core.data
Interface ILongData

All Superinterfaces:
IAnySimpleTypeData, IAnyTypeData, IDecimalData, IHasDigits, IHasOrder, IHasTotalOrder, IIntegerData, ISimpleData, ITextContentProvider
All Known Subinterfaces:
IByteData, IIntData, IShortData
All Known Implementing Classes:
AbstractIntData, AbstractLongData, AbstractShortData, ByteData

public interface ILongData
extends IIntegerData


Method Summary
 long getLong()
           
 void setLong(long aLong)
           
 
Methods inherited from interface org.jbind.xml.core.data.IIntegerData
getBigInteger, setBigInteger
 
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

getLong

public long getLong()

setLong

public void setLong(long aLong)
             throws XmlException
Throws:
XmlException