Interface BinaryExchangeType

  • All Superinterfaces:
    XmlAnySimpleType, XmlObject, XmlString, XmlTokenSource

    public interface BinaryExchangeType
    extends XmlString
    An XML BinaryExchangeType(@http://schemas.xmlsoap.org/ws/2005/02/trust). This is an atomic type that is a restriction of org.xmlsoap.schemas.ws.x2005.x02.trust.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