Class EncodedStringImpl

All Implemented Interfaces:
AttributeExtensibleXMLObject, XSString, XMLObject, AttributedString, EncodedString, IdBearing, WSSecurityObject
Direct Known Subclasses:
BinarySecurityTokenImpl, KeyIdentifierImpl, NonceImpl

public class EncodedStringImpl extends AttributedStringImpl implements EncodedString
Implementation of EncodedString.
  • Field Details

    • encodingType

      private String encodingType
      The encodingType attribute value.
  • Constructor Details

    • EncodedStringImpl

      public EncodedStringImpl(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

    • getEncodingType

      public String getEncodingType()
      Returns the EncodingType attribute value.
      Specified by:
      getEncodingType in interface EncodedString
      Returns:
      the EncodingType attribute value.
    • setEncodingType

      public void setEncodingType(String newEncodingType)
      Sets the EncodingType attribute value.
      Specified by:
      setEncodingType in interface EncodedString
      Parameters:
      newEncodingType - the EncodingType attribute value.