Class EncodedStringImpl

    • Field Detail

      • encodingType

        private String encodingType
        The encodingType attribute value.
    • Constructor Detail

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

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