public class PolicyReferenceImpl extends AbstractWSPolicyObject implements PolicyReference
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
digest
Digest attribute value.
|
private java.lang.String |
digestAlgorithm
DigestAlgorithm attribute value.
|
private AttributeMap |
unknownAttributes
xs:anyAttribute attributes.
|
private java.lang.String |
uri
URI attribute value.
|
DIGEST_ALGORITHM_ATTRIB_NAME, DIGEST_ALGORITHM_SHA1EXC, DIGEST_ATTRIB_NAME, ELEMENT_LOCAL_NAME, ELEMENT_NAME, URI_ATTRIB_NAME| Constructor and Description |
|---|
PolicyReferenceImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDigest()
Returns the wsp:PolicyReference/@Digest attribute URI value.
|
java.lang.String |
getDigestAlgorithm()
Returns the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.
|
java.util.List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
AttributeMap |
getUnknownAttributes()
Gets a mutable map of the attributes.
|
java.lang.String |
getURI()
Returns the wsp:PolicyReference/@URI attribute value.
|
void |
setDigest(java.lang.String newDigest)
Sets the wsp:PolicyReference/@Digest attribute URI value.
|
void |
setDigestAlgorithm(java.lang.String newDigestAlgorithm)
Sets the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.
|
void |
setURI(java.lang.String newURI)
Sets the wsp:PolicyReference/@URI attribute value.
|
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, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprivate java.lang.String uri
private java.lang.String digest
private java.lang.String digestAlgorithm
private AttributeMap unknownAttributes
public PolicyReferenceImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
namespaceURI - The namespace of the elementelementLocalName - The local name of the elementnamespacePrefix - The namespace prefix of the elementpublic java.lang.String getDigest()
getDigest in interface PolicyReferencepublic java.lang.String getDigestAlgorithm()
getDigestAlgorithm in interface PolicyReferencepublic java.lang.String getURI()
getURI in interface PolicyReferencepublic void setDigest(java.lang.String newDigest)
setDigest in interface PolicyReferencenewDigest - the Digest attribute URI value to set.public void setDigestAlgorithm(java.lang.String newDigestAlgorithm)
setDigestAlgorithm in interface PolicyReferencenewDigestAlgorithm - the DigestAlgoritm attribute Base64 binary value to set.public void setURI(java.lang.String newURI)
setURI in interface PolicyReferencenewURI - the URI attribute value to set.public AttributeMap getUnknownAttributes()
getUnknownAttributes in interface AttributeExtensibleXMLObjectpublic java.util.List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObject