Class Status

  • All Implemented Interfaces:
    Serializable, org.jvnet.jaxb2_commons.lang.ToString2

    public class Status
    extends Object
    implements Serializable, org.jvnet.jaxb2_commons.lang.ToString2

    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>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Status

        protected Status()
        Default no-arg constructor
    • Method Detail

      • getStatusCode

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

        protected 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

        protected 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

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

        public int hashCode()
        Overrides:
        hashCode in class Object
      • append

        public StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                    StringBuilder buffer,
                                    org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        append in interface org.jvnet.jaxb2_commons.lang.ToString2
      • appendFields

        public StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                          StringBuilder buffer,
                                          org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2