|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.security.xacml.core.model.context.ResultType
public class ResultType
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>
| Field Summary | |
|---|---|
protected DecisionType |
decision
|
protected ObligationsType |
obligations
|
protected String |
resourceId
|
protected StatusType |
status
|
| Constructor Summary | |
|---|---|
ResultType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DecisionType decision
protected StatusType status
protected ObligationsType obligations
protected String resourceId
| Constructor Detail |
|---|
public ResultType()
| Method Detail |
|---|
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()
Stringpublic void setResourceId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||