public class CryptoBinaryImpl extends XSBase64BinaryImpl implements CryptoBinary
CryptoBinary
.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()
Convenience method to get the value of the element as a BigInteger type.
|
void |
setValue(String newValue)
Sets the base64-encoded binary value.
|
void |
setValueBigInt(BigInteger bigInt)
Convenience method to set the value of the element as a BigInteger type.
|
getOrderedChildren, getValue
detach, 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, setSchemaType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getValue
detach, 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, setSchemaLocation
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 CryptoBinary
public void setValueBigInt(BigInteger bigInt)
setValueBigInt
in interface CryptoBinary
bigInt
- the new BigInteger representation of the element's contentpublic void setValue(String newValue)
setValue
in interface XSBase64Binary
setValue
in class XSBase64BinaryImpl
newValue
- the string valueCopyright © 2016 JBoss by Red Hat. All rights reserved.