Interface Status

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      StatusCode getStatusCode()
      Get the object representing the StatusCode (element).
      StatusDetail getStatusDetail()
      Get the object representing the StatusDetail (element).
      StatusMessage getStatusMessage()
      Get the object representing the StatusMessage (element).
      void setStatusCode​(StatusCode statusCode)
      Set the object representing the StatusCode (element).
      void setStatusDetail​(StatusDetail statusDetail)
      Set the object representing the StatusDetail (element).
      void setStatusMessage​(StatusMessage statusMessage)
      Set the object representing the StatusMessage (element).
      • Methods inherited from interface org.opensaml.core.xml.XMLObject

        detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
    • Field Detail

      • DEFAULT_ELEMENT_LOCAL_NAME

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

        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • TYPE_NAME

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

      • 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)