public class PolicyReferenceImpl extends AbstractWSPolicyObject implements PolicyReference
DIGEST_ALGORITHM_ATTRIB_NAME, DIGEST_ALGORITHM_SHA1EXC, DIGEST_ATTRIB_NAME, ELEMENT_LOCAL_NAME, ELEMENT_NAME, URI_ATTRIB_NAME
コンストラクタと説明 |
---|
PolicyReferenceImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getDigest()
Returns the wsp:PolicyReference/@Digest attribute URI value.
|
String |
getDigestAlgorithm()
Returns the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.
|
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.
|
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, validateChildren
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addNamespace, 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, setSchemaLocation
public String getDigest()
getDigest
インタフェース内 PolicyReference
public String getDigestAlgorithm()
getDigestAlgorithm
インタフェース内 PolicyReference
public String getURI()
getURI
インタフェース内 PolicyReference
public void setDigest(String newDigest)
setDigest
インタフェース内 PolicyReference
newDigest
- the Digest attribute URI value to set.public void setDigestAlgorithm(String newDigestAlgorithm)
setDigestAlgorithm
インタフェース内 PolicyReference
newDigestAlgorithm
- the DigestAlgoritm attribute Base64 binary value to set.public void setURI(String newURI)
setURI
インタフェース内 PolicyReference
newURI
- the URI attribute value to set.public AttributeMap getUnknownAttributes()
getUnknownAttributes
インタフェース内 AttributeExtensibleXMLObject
public List<XMLObject> getOrderedChildren()
getOrderedChildren
インタフェース内 XMLObject
Copyright © 2012. All Rights Reserved.