Class AttributedURIImpl

All Implemented Interfaces:
AttributeExtensibleXMLObject, XSURI, XMLObject, AttributedURI, IdBearing, WSSecurityObject

public class AttributedURIImpl extends XSURIImpl implements AttributedURI
Implementation of AttributedURI.
  • Field Details

    • id

      private String id
      The wsu:Id attribute value.
    • attributes

      private AttributeMap attributes
      The wildcard attributes.
  • Constructor Details

    • AttributedURIImpl

      public AttributedURIImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - namespace of the element
      elementLocalName - name of the element
      namespacePrefix - namespace prefix of the element
  • Method Details

    • getWSUId

      public String getWSUId()
      Returns the @wsu:Id attribute value.
      Specified by:
      getWSUId in interface IdBearing
      Returns:
      The @wsu:Id attribute value or null.
    • setWSUId

      public void setWSUId(String newId)
      Sets the @wsu:Id attribute value.
      Specified by:
      setWSUId in interface IdBearing
      Parameters:
      newId - The @wsu:Id attribute value
    • 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