Interface BinaryExchangeType

  • All Superinterfaces:
    XmlAnySimpleType, XmlObject, XmlString, XmlTokenSource

    public interface BinaryExchangeType
    extends XmlString
    An XML BinaryExchangeType(@http://docs.oasis-open.org/ws-sx/ws-trust/200512/). This is an atomic type that is a restriction of org.oasisOpen.docs.wsSx.wsTrust.x200512.BinaryExchangeType.
    • Method Detail

      • getValueType

        String getValueType()
        Gets the "ValueType" attribute
      • xgetValueType

        XmlAnyURI xgetValueType()
        Gets (as xml) the "ValueType" attribute
      • setValueType

        void setValueType​(String valueType)
        Sets the "ValueType" attribute
      • xsetValueType

        void xsetValueType​(XmlAnyURI valueType)
        Sets (as xml) the "ValueType" attribute
      • getEncodingType

        String getEncodingType()
        Gets the "EncodingType" attribute
      • xgetEncodingType

        XmlAnyURI xgetEncodingType()
        Gets (as xml) the "EncodingType" attribute
      • setEncodingType

        void setEncodingType​(String encodingType)
        Sets the "EncodingType" attribute
      • xsetEncodingType

        void xsetEncodingType​(XmlAnyURI encodingType)
        Sets (as xml) the "EncodingType" attribute