Class StatusImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.saml.saml1.core.impl.StatusImpl
All Implemented Interfaces:
XMLObject, SAMLObject, Status

public class StatusImpl extends AbstractXMLObject implements Status
Concrete Implementation Status.
  • Field Details

    • statusMessage

      private StatusMessage statusMessage
      Representation of the StatusMessage element.
    • statusCode

      private StatusCode statusCode
      Representation of the StatusCode element.
    • statusDetail

      private StatusDetail statusDetail
      Representation of the StatusDetail element.
  • Constructor Details

    • StatusImpl

      protected StatusImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details

    • getStatusMessage

      public StatusMessage getStatusMessage()
      Get the object representing the StatusMessage (element).
      Specified by:
      getStatusMessage in interface Status
      Returns:
      object representing the StatusMessage (element)
    • setStatusMessage

      public void setStatusMessage(StatusMessage message)
      Set the object representing the StatusMessage (element).
      Specified by:
      setStatusMessage in interface Status
      Parameters:
      message - object representing the StatusMessage (element)
    • getStatusCode

      public StatusCode getStatusCode()
      Get the object representing the StatusCode (element).
      Specified by:
      getStatusCode in interface Status
      Returns:
      object representing the StatusCode (element)
    • setStatusCode

      public void setStatusCode(StatusCode code)
      Set the object representing the StatusCode (element).
      Specified by:
      setStatusCode in interface Status
      Parameters:
      code - object representing the StatusCode (element)
    • getStatusDetail

      public StatusDetail getStatusDetail()
      Get the object representing the StatusDetail (element).
      Specified by:
      getStatusDetail in interface Status
      Returns:
      object representing the StatusDetail (element)
    • setStatusDetail

      public void setStatusDetail(StatusDetail detail)
      Set the object representing the StatusDetail (element).
      Specified by:
      setStatusDetail in interface Status
      Parameters:
      detail - object representing the StatusDetail (element)
    • getOrderedChildren

      public List<XMLObject> getOrderedChildren()
      Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
      Specified by:
      getOrderedChildren in interface XMLObject
      Returns:
      ordered list of child elements