public interface PolicyReference extends AttributeExtensibleXMLObject, WSPolicyObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DIGEST_ALGORITHM_ATTRIB_NAME
The wsp:PolicyReference/@Digest attribute local name.
|
static java.lang.String |
DIGEST_ALGORITHM_SHA1EXC
The default wsp:PolicyReference/@DigestAlgorithm attribute value.
|
static java.lang.String |
DIGEST_ATTRIB_NAME
The wsp:PolicyReference/@Digest attribute local name.
|
static java.lang.String |
ELEMENT_LOCAL_NAME
Element local name.
|
static javax.xml.namespace.QName |
ELEMENT_NAME
Default element name.
|
static java.lang.String |
URI_ATTRIB_NAME
The wsp:PolicyReference/@URI attribute local name.
|
| 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.lang.String |
getURI()
Returns the wsp:PolicyReference/@URI attribute value.
|
void |
setDigest(java.lang.String digest)
Sets the wsp:PolicyReference/@Digest attribute URI value.
|
void |
setDigestAlgorithm(java.lang.String digestAlgorithm)
Sets the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.
|
void |
setURI(java.lang.String uri)
Sets the wsp:PolicyReference/@URI attribute value.
|
getUnknownAttributesdetach, 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, setSchemaLocationstatic final java.lang.String ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName ELEMENT_NAME
static final java.lang.String URI_ATTRIB_NAME
static final java.lang.String DIGEST_ATTRIB_NAME
static final java.lang.String DIGEST_ALGORITHM_ATTRIB_NAME
static final java.lang.String DIGEST_ALGORITHM_SHA1EXC
java.lang.String getURI()
void setURI(java.lang.String uri)
uri - the URI attribute value to set.java.lang.String getDigest()
void setDigest(java.lang.String digest)
digest - the Digest attribute URI value to set.java.lang.String getDigestAlgorithm()
void setDigestAlgorithm(java.lang.String digestAlgorithm)
digestAlgorithm - the DigestAlgoritm attribute Base64 binary value to set.