Class KeyIdentifierImpl

All Implemented Interfaces:
AttributeExtensibleXMLObject, XSString, XMLObject, AttributedString, EncodedString, IdBearing, KeyIdentifier, WSSecurityObject

public class KeyIdentifierImpl
extends EncodedStringImpl
implements KeyIdentifier
KeyIdentifierImpl.
  • Field Details

    • valueType

      private String valueType
      wsse:KeyIdentifier/@ValueType attribute.
  • Constructor Details

    • KeyIdentifierImpl

      public KeyIdentifierImpl​(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

    • getValueType

      public String getValueType()
      Returns the ValueType attribute URI value.
      Specified by:
      getValueType in interface KeyIdentifier
      Returns:
      the ValueType attribute value or null.
    • setValueType

      public void setValueType​(String newValueType)
      Sets the ValueType attribute URI value.
      Specified by:
      setValueType in interface KeyIdentifier
      Parameters:
      newValueType - the ValueType attribute value.