Interface Status

All Superinterfaces:
SAMLObject, XMLObject
All Known Implementing Classes:
StatusImpl

public interface Status extends SAMLObject
This interface defines how the object representing a SAML 1 Status element behaves.
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      static final String DEFAULT_ELEMENT_LOCAL_NAME
      Element name, no namespace.
      See Also:
    • DEFAULT_ELEMENT_NAME

      static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      static final QName TYPE_NAME
      QName of the XSI type.
  • Method Details

    • getStatusMessage

      StatusMessage getStatusMessage()
      Get the object representing the StatusMessage (element).
      Returns:
      object representing the StatusMessage (element)
    • setStatusMessage

      void setStatusMessage(StatusMessage statusMessage)
      Set the object representing the StatusMessage (element).
      Parameters:
      statusMessage - object representing the StatusMessage (element)
    • getStatusCode

      StatusCode getStatusCode()
      Get the object representing the StatusCode (element).
      Returns:
      object representing the StatusCode (element)
    • setStatusCode

      void setStatusCode(StatusCode statusCode)
      Set the object representing the StatusCode (element).
      Parameters:
      statusCode - object representing the StatusCode (element)
    • getStatusDetail

      StatusDetail getStatusDetail()
      Get the object representing the StatusDetail (element).
      Returns:
      object representing the StatusDetail (element)
    • setStatusDetail

      void setStatusDetail(StatusDetail statusDetail)
      Set the object representing the StatusDetail (element).
      Parameters:
      statusDetail - object representing the StatusDetail (element)