Interface BinaryExchange

All Superinterfaces:
AttributeExtensibleXMLObject, WSTrustObject, XMLObject, XSString
All Known Implementing Classes:
BinaryExchangeImpl

public interface BinaryExchange extends XSString, AttributeExtensibleXMLObject, WSTrustObject
The wst:BinaryExchange element.
See Also:
  • "WS-Trust 1.3, Chapter 8.3 Binary Exchanges and Negotiations."
  • Field Details

  • Method Details

    • getValueType

      @Nullable String getValueType()
      Returns the ValueType attribute URI value.
      Returns:
      the ValueType attribute value or null.
    • setValueType

      void setValueType(@Nullable String newValueType)
      Sets the ValueType attribute URI value.
      Parameters:
      newValueType - the ValueType attribute value.
    • 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.