Interface EncodedString

All Superinterfaces:
AttributedString, AttributeExtensibleXMLObject, IdBearing, WSSecurityObject, XMLObject, XSString
All Known Subinterfaces:
BinarySecurityToken, KeyIdentifier, Nonce
All Known Implementing Classes:
BinarySecurityTokenImpl, EncodedStringImpl, KeyIdentifierImpl, NonceImpl

public interface EncodedString extends AttributedString
Interface for elements of complex type EncodedString.
  • Field Details

  • Method Details

    • getEncodingType

      @Nullable String getEncodingType()
      Returns the EncodingType attribute value.
      Returns:
      the EncodingType attribute value.
    • setEncodingType

      void setEncodingType(@Nullable String newEncodingType)
      Sets the EncodingType attribute value.
      Parameters:
      newEncodingType - the EncodingType attribute value.