|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.xml.schema.impl.XSBase64BinaryImpl
org.opensaml.xml.signature.impl.CryptoBinaryImpl
public class CryptoBinaryImpl
Concrete implementation of CryptoBinary
.
Field Summary |
---|
Fields inherited from interface org.opensaml.xml.signature.CryptoBinary |
---|
TYPE_LOCAL_NAME, TYPE_NAME |
Constructor Summary | |
---|---|
protected |
CryptoBinaryImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.opensaml.xml.schema.impl.XSBase64BinaryImpl |
---|
getOrderedChildren, getValue |
Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject |
---|
deregisterValidator, getValidators, registerValidator, validate, validateChildren |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opensaml.xml.schema.XSBase64Binary |
---|
getValue |
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
---|
deregisterValidator, getValidators, registerValidator, validate |
Methods inherited from interface org.opensaml.xml.XMLObject |
---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Constructor Detail |
---|
protected CryptoBinaryImpl(java.lang.String namespaceURI, java.lang.String elementLocalName, java.lang.String namespacePrefix)
namespaceURI
- elementLocalName
- namespacePrefix
- Method Detail |
---|
public java.math.BigInteger getValueBigInt()
getValueBigInt
in interface CryptoBinary
public void setValueBigInt(java.math.BigInteger bigInt)
setValueBigInt
in interface CryptoBinary
bigInt
- the new BigInteger representation of the element's contentpublic void setValue(java.lang.String newValue)
setValue
in interface XSBase64Binary
setValue
in class XSBase64BinaryImpl
newValue
- the string value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |