org.jbind.xml.core.data
Interface IBase64BinaryData

All Superinterfaces:
IAnySimpleTypeData, IAnyTypeData, IHasLength, ISimpleData, ITextContentProvider
All Known Implementing Classes:
Base64BinaryData

public interface IBase64BinaryData
extends IAnySimpleTypeData, IHasLength


Method Summary
 IBase64Binary getBase64Binary()
           
 void setBase64Binary(IBase64Binary aValue)
           
 
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_
 
Methods inherited from interface org.jbind.xml.core.data.IHasLength
getLength
 

Method Detail

getBase64Binary

public IBase64Binary getBase64Binary()

setBase64Binary

public void setBase64Binary(IBase64Binary aValue)
                     throws XmlException
Throws:
XmlException