Interface StatusCode

  • All Superinterfaces:
    SAMLObject, org.opensaml.core.xml.XMLObject

    public interface StatusCode
    extends SAMLObject
    SAML 2.0 Core StatusCode.
    • Method Detail

      • getStatusCode

        StatusCode getStatusCode()
        Gets the Status Code of this Status Code.
        Returns:
        StatusCode StatusCode
      • setStatusCode

        void setStatusCode​(StatusCode newStatusCode)
        Sets the Status Code of this Status Code.
        Parameters:
        newStatusCode - the Status Code of this Status Code.
      • getValue

        String getValue()
        Gets the Value of this Status Code.
        Returns:
        StatusCode Value
      • setValue

        void setValue​(String newValue)
        Sets the Value of this Status Code.
        Parameters:
        newValue - the Value of this Status Code