public class PolicyReferenceImpl extends AbstractWSPolicyObject implements PolicyReference
| Modifier and Type | Field and Description |
|---|---|
private String |
digest
Digest attribute value.
|
private String |
digestAlgorithm
DigestAlgorithm attribute value.
|
private AttributeMap |
unknownAttributes
xs:anyAttribute attributes.
|
private 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(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDigest()
Returns the wsp:PolicyReference/@Digest attribute URI value.
|
String |
getDigestAlgorithm()
Returns the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.
|
List<XMLObject> |
getOrderedChildren() |
AttributeMap |
getUnknownAttributes() |
String |
getURI()
Returns the wsp:PolicyReference/@URI attribute value.
|
void |
setDigest(String newDigest)
Sets the wsp:PolicyReference/@Digest attribute URI value.
|
void |
setDigestAlgorithm(String newDigestAlgorithm)
Sets the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.
|
void |
setURI(String newURI)
Sets the wsp:PolicyReference/@URI attribute value.
|
deregisterValidator, getValidators, registerValidator, validate, validateChildrenaddNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprivate String uri
private String digest
private String digestAlgorithm
private AttributeMap unknownAttributes
public String getDigest()
getDigest in interface PolicyReferencepublic String getDigestAlgorithm()
getDigestAlgorithm in interface PolicyReferencepublic String getURI()
getURI in interface PolicyReferencepublic void setDigest(String newDigest)
setDigest in interface PolicyReferencenewDigest - the Digest attribute URI value to set.public void setDigestAlgorithm(String newDigestAlgorithm)
setDigestAlgorithm in interface PolicyReferencenewDigestAlgorithm - the DigestAlgoritm attribute Base64 binary value to set.public void setURI(String newURI)
setURI in interface PolicyReferencenewURI - the URI attribute value to set.public AttributeMap getUnknownAttributes()
getUnknownAttributes in interface AttributeExtensibleXMLObjectpublic List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObjectCopyright © 1999-2016. All Rights Reserved.