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
deregisterValidator, getValidators, registerValidator, validate, validateChildren
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getValue
deregisterValidator, getValidators, registerValidator, validate
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
public 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 © 2018 JBoss by Red Hat. All rights reserved.