Class Status

  • All Implemented Interfaces:
    XACMLRootElement

    public class Status
    extends Object
    implements XACMLRootElement

    Java class for StatusType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="StatusType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}StatusCode"/>
             <element ref="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}StatusMessage" minOccurs="0"/>
             <element ref="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}StatusDetail" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Status

        public Status()
    • Method Detail

      • getStatusCode

        public StatusCode getStatusCode()
        Gets the value of the statusCode property.
        Returns:
        possible object is StatusCode
      • setStatusCode

        public void setStatusCode​(StatusCode value)
        Sets the value of the statusCode property.
        Parameters:
        value - allowed object is StatusCode
      • getStatusMessage

        public String getStatusMessage()
        Gets the value of the statusMessage property.
        Returns:
        possible object is String
      • setStatusMessage

        public void setStatusMessage​(String value)
        Sets the value of the statusMessage property.
        Parameters:
        value - allowed object is String
      • getStatusDetail

        public StatusDetail getStatusDetail()
        Gets the value of the statusDetail property.
        Returns:
        possible object is StatusDetail
      • setStatusDetail

        public void setStatusDetail​(StatusDetail value)
        Sets the value of the statusDetail property.
        Parameters:
        value - allowed object is StatusDetail
      • toXML

        public String toXML()
        Default toXML Method to Marshal Object into XML.
        Specified by:
        toXML in interface XACMLRootElement
        Returns:
        String - Marshaled Results into XML String.