Package org.opensaml.soap.wspolicy.impl
Class PolicyReferenceImpl
java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.soap.wspolicy.impl.AbstractWSPolicyObject
org.opensaml.soap.wspolicy.impl.PolicyReferenceImpl
- All Implemented Interfaces:
AttributeExtensibleXMLObject,XMLObject,PolicyReference,WSPolicyObject
PolicyReferenceImpl.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringDigest attribute value.private StringDigestAlgorithm attribute value.private final AttributeMapxs:anyAttribute attributes.private StringURI attribute value.Fields inherited from interface org.opensaml.soap.wspolicy.PolicyReference
DIGEST_ALGORITHM_ATTRIB_NAME, DIGEST_ALGORITHM_SHA1EXC, DIGEST_ATTRIB_NAME, ELEMENT_LOCAL_NAME, ELEMENT_NAME, URI_ATTRIB_NAME -
Constructor Summary
ConstructorsConstructorDescriptionPolicyReferenceImpl(String namespaceURI, String elementLocalName, String namespacePrefix) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the wsp:PolicyReference/@Digest attribute URI value.Returns the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.Gets an unmodifiable list of child elements in the order that they will appear in the DOM.Gets a mutable map of the attributes.getURI()Returns the wsp:PolicyReference/@URI attribute value.voidSets the wsp:PolicyReference/@Digest attribute URI value.voidsetDigestAlgorithm(String newDigestAlgorithm) Sets the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.voidSets the wsp:PolicyReference/@URI attribute value.Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, ensureDOM, 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, setSchemaTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
uri
URI attribute value. -
digest
Digest attribute value. -
digestAlgorithm
DigestAlgorithm attribute value. -
unknownAttributes
xs:anyAttribute attributes.
-
-
Constructor Details
-
PolicyReferenceImpl
public PolicyReferenceImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable String namespacePrefix) Constructor.- Parameters:
namespaceURI- The namespace of the elementelementLocalName- The local name of the elementnamespacePrefix- The namespace prefix of the element
-
-
Method Details
-
getDigest
Returns the wsp:PolicyReference/@Digest attribute URI value.- Specified by:
getDigestin interfacePolicyReference- Returns:
- the Digest attribute URI value.
-
getDigestAlgorithm
Returns the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.- Specified by:
getDigestAlgorithmin interfacePolicyReference- Returns:
- the DigestAlgoritm attribute Base64 binary value.
-
getURI
Returns the wsp:PolicyReference/@URI attribute value.- Specified by:
getURIin interfacePolicyReference- Returns:
- the URI attribute value.
-
setDigest
Sets the wsp:PolicyReference/@Digest attribute URI value.- Specified by:
setDigestin interfacePolicyReference- Parameters:
newDigest- the Digest attribute URI value to set.
-
setDigestAlgorithm
Sets the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.- Specified by:
setDigestAlgorithmin interfacePolicyReference- Parameters:
newDigestAlgorithm- the DigestAlgoritm attribute Base64 binary value to set.
-
setURI
Sets the wsp:PolicyReference/@URI attribute value.- Specified by:
setURIin interfacePolicyReference- Parameters:
newURI- the URI attribute value to set.
-
getUnknownAttributes
Gets a mutable map of the attributes. The map key is the namespace qualified name of the attribute, the map value is the value of the attribute.- Specified by:
getUnknownAttributesin interfaceAttributeExtensibleXMLObject- Returns:
- a map of the attributes
-
getOrderedChildren
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.- Specified by:
getOrderedChildrenin interfaceXMLObject- Returns:
- ordered list of child elements
-