Class StatusTypeImpl

All Implemented Interfaces:
XMLObject, StatusType, XACMLObject

public class StatusTypeImpl extends AbstractXACMLObject implements StatusType
Concrete implementation of StatusType.
  • Field Details

  • Constructor Details

    • StatusTypeImpl

      protected StatusTypeImpl(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

    • getStatusCode

      public StatusCodeType getStatusCode()
      Gets the status code of status.
      Specified by:
      getStatusCode in interface StatusType
      Returns:
      The status code of status
    • setStatusCode

      public void setStatusCode(StatusCodeType newStatusCode)
      Sets the status code for the Status.
      Specified by:
      setStatusCode in interface StatusType
      Parameters:
      newStatusCode - The new status code
    • 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
    • getStatusMessage

      public StatusMessageType getStatusMessage()
      Gets the status message of status.
      Specified by:
      getStatusMessage in interface StatusType
      Returns:
      The status message of status
    • setStatusMessage

      public void setStatusMessage(StatusMessageType newStatusMessage)
      Sets the status message for the Status.
      Specified by:
      setStatusMessage in interface StatusType
      Parameters:
      newStatusMessage - The new status message
    • getStatusDetail

      public StatusDetailType getStatusDetail()
      Gets the status detail of status.
      Specified by:
      getStatusDetail in interface StatusType
      Returns:
      The status detail of status
    • setStatusDetail

      public void setStatusDetail(StatusDetailType newStatusDetail)
      Sets the status detail for the Status.
      Specified by:
      setStatusDetail in interface StatusType
      Parameters:
      newStatusDetail - The new status message