Class StatusCode
- java.lang.Object
-
- com.sun.identity.entitlement.xacml3.core.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StatusCode
statusCode
protected String
value
-
Fields inherited from interface com.sun.identity.entitlement.xacml3.core.XACMLRootElement
XACML3_NAMESPACE
-
-
Constructor Summary
Constructors Constructor Description StatusCode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatusCode
getStatusCode()
Gets the value of the statusCode property.String
getValue()
Gets the value of the value property.void
setStatusCode(StatusCode value)
Sets the value of the statusCode property.void
setValue(String value)
Sets the value of the value property.String
toXML()
Default toXML Method to Marshal Object into XML.
-
-
-
Field Detail
-
statusCode
protected StatusCode statusCode
-
value
protected String value
-
-
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 isStatusCode
-
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 isString
-
toXML
public String toXML()
Default toXML Method to Marshal Object into XML.- Specified by:
toXML
in interfaceXACMLRootElement
- Returns:
- String - Marshaled Results into XML String.
-
-