Interface StatusCodeType

All Superinterfaces:
XACMLObject, XMLObject
All Known Implementing Classes:
StatusCodeTypeImpl

public interface StatusCodeType extends XACMLObject
XACML context StatusCode schema type.
  • Field Details

  • Method Details

    • getStatusCode

      StatusCodeType getStatusCode()
      Gets the status code.
      Returns:
      status code
    • setStatusCode

      void setStatusCode(StatusCodeType code)
      Sets the status code.
      Parameters:
      code - status code
    • getValue

      String getValue()
      Gets the value of the attribute named value of the status element.
      Returns:
      The value of the attribute named value for the status element
    • setValue

      void setValue(String value)
      Sets the attribute named value of the status elements.
      Parameters:
      value - The wanted value for the attribute value