org.jboss.security.xacml.core.model.context
Class ResultType

java.lang.Object
  extended by org.jboss.security.xacml.core.model.context.ResultType

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>
 


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

decision

protected DecisionType decision

status

protected StatusType status

obligations

protected ObligationsType obligations

resourceId

protected String resourceId
Constructor Detail

ResultType

public ResultType()
Method Detail

getDecision

public DecisionType getDecision()
Gets the value of the decision property.

Returns:
possible object is DecisionType

setDecision

public void setDecision(DecisionType value)
Sets the value of the decision property.

Parameters:
value - allowed object is DecisionType

getStatus

public StatusType getStatus()
Gets the value of the status property.

Returns:
possible object is StatusType

setStatus

public void setStatus(StatusType value)
Sets the value of the status property.

Parameters:
value - allowed object is StatusType

getObligations

public ObligationsType getObligations()
Gets the value of the obligations property.

Returns:
possible object is ObligationsType

setObligations

public void setObligations(ObligationsType value)
Sets the value of the obligations property.

Parameters:
value - allowed object is ObligationsType

getResourceId

public String getResourceId()
Gets the value of the resourceId property.

Returns:
possible object is String

setResourceId

public void setResourceId(String value)
Sets the value of the resourceId property.

Parameters:
value - allowed object is String


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.