Class StatusCodeTypeImpl

All Implemented Interfaces:
XMLObject, StatusCodeType, XACMLObject

public class StatusCodeTypeImpl extends AbstractXACMLObject implements StatusCodeType
Concrete implementation of StatusCodeType.
  • Field Details

    • statusCode

      private StatusCodeType statusCode
      Sub status code.
    • value

      private String value
      The attribute Value.
  • Constructor Details

    • StatusCodeTypeImpl

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

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

      public StatusCodeType getStatusCode()
      Gets the status code.
      Specified by:
      getStatusCode in interface StatusCodeType
      Returns:
      status code
    • getValue

      public String getValue()
      Gets the value of the attribute named value of the status element.
      Specified by:
      getValue in interface StatusCodeType
      Returns:
      The value of the attribute named value for the status element
    • setStatusCode

      public void setStatusCode(StatusCodeType code)
      Sets the status code.
      Specified by:
      setStatusCode in interface StatusCodeType
      Parameters:
      code - status code
    • setValue

      public void setValue(String newValue)
      Sets the attribute named value of the status elements.
      Specified by:
      setValue in interface StatusCodeType
      Parameters:
      newValue - The wanted value for the attribute value