Interface StatusCodeType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface StatusCodeType
    extends XmlObject
    An XML StatusCodeType(@urn:oasis:names:tc:SAML:2.0:protocol). This is a complex type.
    • Method Detail

      • getStatusCode

        StatusCodeType getStatusCode()
        Gets the "StatusCode" element
      • isSetStatusCode

        boolean isSetStatusCode()
        True if has "StatusCode" element
      • setStatusCode

        void setStatusCode​(StatusCodeType statusCode)
        Sets the "StatusCode" element
      • addNewStatusCode

        StatusCodeType addNewStatusCode()
        Appends and returns a new empty "StatusCode" element
      • unsetStatusCode

        void unsetStatusCode()
        Unsets the "StatusCode" element
      • getValue

        String getValue()
        Gets the "Value" attribute
      • xgetValue

        XmlAnyURI xgetValue()
        Gets (as xml) the "Value" attribute
      • setValue

        void setValue​(String value)
        Sets the "Value" attribute
      • xsetValue

        void xsetValue​(XmlAnyURI value)
        Sets (as xml) the "Value" attribute