Class PolicyReferenceImpl

All Implemented Interfaces:
AttributeExtensibleXMLObject, XMLObject, PolicyReference, WSPolicyObject

public class PolicyReferenceImpl extends AbstractWSPolicyObject implements PolicyReference
PolicyReferenceImpl.
  • Field Details

    • uri

      @Nullable private String uri
      URI attribute value.
    • digest

      @Nullable private String digest
      Digest attribute value.
    • digestAlgorithm

      @Nullable private String digestAlgorithm
      DigestAlgorithm attribute value.
    • unknownAttributes

      @Nonnull private final AttributeMap 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 element
      elementLocalName - The local name of the element
      namespacePrefix - The namespace prefix of the element
  • Method Details

    • getDigest

      @Nullable public String getDigest()
      Returns the wsp:PolicyReference/@Digest attribute URI value.
      Specified by:
      getDigest in interface PolicyReference
      Returns:
      the Digest attribute URI value.
    • getDigestAlgorithm

      @Nullable public String getDigestAlgorithm()
      Returns the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.
      Specified by:
      getDigestAlgorithm in interface PolicyReference
      Returns:
      the DigestAlgoritm attribute Base64 binary value.
    • getURI

      @Nullable public String getURI()
      Returns the wsp:PolicyReference/@URI attribute value.
      Specified by:
      getURI in interface PolicyReference
      Returns:
      the URI attribute value.
    • setDigest

      public void setDigest(@Nullable String newDigest)
      Sets the wsp:PolicyReference/@Digest attribute URI value.
      Specified by:
      setDigest in interface PolicyReference
      Parameters:
      newDigest - the Digest attribute URI value to set.
    • setDigestAlgorithm

      public void setDigestAlgorithm(@Nullable String newDigestAlgorithm)
      Sets the wsp:PolicyReference/@DigestAlgoritm attribute Base64 binary value.
      Specified by:
      setDigestAlgorithm in interface PolicyReference
      Parameters:
      newDigestAlgorithm - the DigestAlgoritm attribute Base64 binary value to set.
    • setURI

      public void setURI(@Nullable String newURI)
      Sets the wsp:PolicyReference/@URI attribute value.
      Specified by:
      setURI in interface PolicyReference
      Parameters:
      newURI - the URI attribute value to set.
    • getUnknownAttributes

      @Nonnull public AttributeMap 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:
      getUnknownAttributes in interface AttributeExtensibleXMLObject
      Returns:
      a map of the attributes
    • getOrderedChildren

      @Nullable public List<XMLObject> getOrderedChildren()
      Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
      Specified by:
      getOrderedChildren in interface XMLObject
      Returns:
      ordered list of child elements