Interface StatusType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface StatusType
    extends XmlObject
    An XML StatusType(@http://schemas.xmlsoap.org/ws/2005/02/trust). This is a complex type.
    • Method Detail

      • getCode

        String getCode()
        Gets the "Code" element
      • setCode

        void setCode​(String code)
        Sets the "Code" element
      • getReason

        String getReason()
        Gets the "Reason" element
      • xgetReason

        XmlString xgetReason()
        Gets (as xml) the "Reason" element
      • isSetReason

        boolean isSetReason()
        True if has "Reason" element
      • setReason

        void setReason​(String reason)
        Sets the "Reason" element
      • xsetReason

        void xsetReason​(XmlString reason)
        Sets (as xml) the "Reason" element
      • unsetReason

        void unsetReason()
        Unsets the "Reason" element