Class StatusCode

  • All Implemented Interfaces:
    XACMLRootElement

    public class StatusCode
    extends Object
    implements XACMLRootElement

    Java class for StatusCodeType complex type.

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

     <complexType name="StatusCodeType">
       <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" minOccurs="0"/>
           </sequence>
           <attribute name="Value" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • StatusCode

        public StatusCode()
    • 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
      • getValue

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • 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.