public class ResultType extends Object
Java class for ResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResultType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:xacml:2.0:context:schema:os}Decision"/>
<element ref="{urn:oasis:names:tc:xacml:2.0:context:schema:os}Status" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}Obligations" minOccurs="0"/>
</sequence>
<attribute name="ResourceId" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DecisionType |
decision |
protected ObligationsType |
obligations |
protected String |
resourceId |
protected StatusType |
status |
| Constructor and Description |
|---|
ResultType() |
| Modifier and Type | Method and Description |
|---|---|
DecisionType |
getDecision()
Gets the value of the decision property.
|
ObligationsType |
getObligations()
Gets the value of the obligations property.
|
String |
getResourceId()
Gets the value of the resourceId property.
|
StatusType |
getStatus()
Gets the value of the status property.
|
void |
setDecision(DecisionType value)
Sets the value of the decision property.
|
void |
setObligations(ObligationsType value)
Sets the value of the obligations property.
|
void |
setResourceId(String value)
Sets the value of the resourceId property.
|
void |
setStatus(StatusType value)
Sets the value of the status property.
|
protected DecisionType decision
protected StatusType status
protected ObligationsType obligations
protected String resourceId
public DecisionType getDecision()
DecisionTypepublic void setDecision(DecisionType value)
value - allowed object is
DecisionTypepublic StatusType getStatus()
StatusTypepublic void setStatus(StatusType value)
value - allowed object is
StatusTypepublic ObligationsType getObligations()
ObligationsTypepublic void setObligations(ObligationsType value)
value - allowed object is
ObligationsTypepublic String getResourceId()
StringCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.