public class CryptoBinaryImpl extends org.opensaml.core.xml.schema.impl.XSBase64BinaryImpl implements CryptoBinary
CryptoBinary.| Modifier and Type | Field and Description |
|---|---|
private BigInteger |
bigIntValue
The cached BigInteger representation of the element's base64-encoded value.
|
TYPE_LOCAL_NAME, TYPE_NAME| Modifier | Constructor and Description |
|---|---|
protected |
CryptoBinaryImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getValueBigInt() |
void |
setValue(String newValue) |
void |
setValueBigInt(BigInteger bigInt) |
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, waitdetach, 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 BigInteger bigIntValue
protected CryptoBinaryImpl(String namespaceURI, String elementLocalName, 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 BigInteger getValueBigInt()
getValueBigInt in interface CryptoBinarypublic void setValueBigInt(BigInteger bigInt)
setValueBigInt in interface CryptoBinarypublic void setValue(String newValue)
setValue in interface org.opensaml.core.xml.schema.XSBase64BinarysetValue in class org.opensaml.core.xml.schema.impl.XSBase64BinaryImplCopyright © 1999–2015. All rights reserved.