public interface PolicyReference extends AttributeExtensibleXMLObject, WSPolicyObject
修飾子とタイプ | フィールドと説明 |
---|---|
static String |
DIGEST_ALGORITHM_ATTRIB_NAME
The wsp:PolicyReference/@Digest attribute local name.
|
static String |
DIGEST_ALGORITHM_SHA1EXC
The default wsp:PolicyReference/@DigestAlgorithm attribute value.
|
static String |
DIGEST_ATTRIB_NAME
The wsp:PolicyReference/@Digest attribute local name.
|
static String |
ELEMENT_LOCAL_NAME
Element local name.
|
static QName |
ELEMENT_NAME
Default element name.
|
static String |
URI_ATTRIB_NAME
The wsp:PolicyReference/@URI attribute local name.
|
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getDigest()
Returns the wsp:PolicyReference/@Digest attribute URI value.
|
String |
getDigestAlgorithm()
Returns the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.
|
String |
getURI()
Returns the wsp:PolicyReference/@URI attribute value.
|
void |
setDigest(String digest)
Sets the wsp:PolicyReference/@Digest attribute URI value.
|
void |
setDigestAlgorithm(String digestAlgorithm)
Sets the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.
|
void |
setURI(String uri)
Sets the wsp:PolicyReference/@URI attribute value.
|
getUnknownAttributes
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
static final QName ELEMENT_NAME
static final String URI_ATTRIB_NAME
static final String DIGEST_ATTRIB_NAME
static final String DIGEST_ALGORITHM_ATTRIB_NAME
String getURI()
void setURI(String uri)
uri
- the URI attribute value to set.String getDigest()
void setDigest(String digest)
digest
- the Digest attribute URI value to set.String getDigestAlgorithm()
void setDigestAlgorithm(String digestAlgorithm)
digestAlgorithm
- the DigestAlgoritm attribute Base64 binary value to set.Copyright © 2012. All Rights Reserved.