public class CryptoBinaryImpl extends XSBase64BinaryImpl implements CryptoBinary
CryptoBinary.| Modifier and Type | Field and Description |
|---|---|
private java.math.BigInteger |
bigIntValue
The cached BigInteger representation of the element's base64-encoded value.
|
TYPE_LOCAL_NAME, TYPE_NAME| Modifier | Constructor and Description |
|---|---|
protected |
CryptoBinaryImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getValueBigInt()
Convenience method to get the value of the element as a BigInteger type.
|
void |
setValue(java.lang.String newValue)
Sets the base64-encoded binary value.
|
void |
setValueBigInt(java.math.BigInteger bigInt)
Convenience method to set the value of the element as a BigInteger type.
|
getOrderedChildren, getValuedetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValuedetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprivate java.math.BigInteger bigIntValue
protected CryptoBinaryImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
namespaceURI - the namespace the element is inelementLocalName - the local name of the XML element this Object representsnamespacePrefix - the prefix for the given namespacepublic java.math.BigInteger getValueBigInt()
getValueBigInt in interface CryptoBinarypublic void setValueBigInt(java.math.BigInteger bigInt)
setValueBigInt in interface CryptoBinarybigInt - the new BigInteger representation of the element's contentpublic void setValue(java.lang.String newValue)
setValue in interface XSBase64BinarysetValue in class XSBase64BinaryImplnewValue - the string value