Class KeyIdentifierImpl

    • Field Detail

      • valueType

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

      • 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 Detail

      • 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.