Class PolicyAttachmentImpl

All Implemented Interfaces:
AttributeExtensibleXMLObject, ElementExtensibleXMLObject, XMLObject, PolicyAttachment, WSPolicyObject

public class PolicyAttachmentImpl extends AbstractWSPolicyObject implements PolicyAttachment
PolicyAttachmentImpl.
  • Field Details

  • Constructor Details

    • PolicyAttachmentImpl

      public PolicyAttachmentImpl(String namespaceURI, String elementLocalName, 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

    • getAppliesTo

      public AppliesTo getAppliesTo()
      Get the AppliesTo child element.
      Specified by:
      getAppliesTo in interface PolicyAttachment
      Returns:
      the child element
    • setAppliesTo

      public void setAppliesTo(AppliesTo newAppliesTo)
      Set the AppliesTo child element.
      Specified by:
      setAppliesTo in interface PolicyAttachment
      Parameters:
      newAppliesTo - the new child element
    • getPolicies

      public List<Policy> getPolicies()
      Get the list of Policy child elements.
      Specified by:
      getPolicies in interface PolicyAttachment
      Returns:
      the list of child elements
    • getPolicyReferences

      public List<PolicyReference> getPolicyReferences()
      Get the list of PolicyReference child elements.
      Specified by:
      getPolicyReferences in interface PolicyAttachment
      Returns:
      the list of child elements
    • getUnknownXMLObjects

      public List<XMLObject> getUnknownXMLObjects()
      Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
      Specified by:
      getUnknownXMLObjects in interface ElementExtensibleXMLObject
      Returns:
      list of XMLObjects added to this XMLObject as part of the "any" content model
    • getUnknownXMLObjects

      public List<XMLObject> getUnknownXMLObjects(QName typeOrName)
      Gets the list of XMLObjects added to this XMLObject as part of the "any" content model, and which match the specified QName.
      Specified by:
      getUnknownXMLObjects in interface ElementExtensibleXMLObject
      Parameters:
      typeOrName - the QName of the statements to return
      Returns:
      list of XMLObjects added to this XMLObject as part of the "any" content model TODO: think this should be typed List<? extends XMLObject>
    • getUnknownAttributes

      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

      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