|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResultType
XACML context Result schema type.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name of the element. |
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name. |
static java.lang.String |
RESOURCE_ID_ATTTRIB_NAME
ResourceId attribute name. |
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type. |
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type. |
Method Summary | |
---|---|
DecisionType |
getDecision()
Returns the decision in the result. |
ObligationsType |
getObligations()
Returns the list of Obligations in the result. |
java.lang.String |
getResourceId()
Gets the ResourceId of the result. |
StatusType |
getStatus()
Returns the status in the result. |
void |
setDecision(DecisionType newDecision)
Sets the decision in the result. |
void |
setObligations(ObligationsType obligations)
Sets the obligations for this result. |
void |
setResourceId(java.lang.String resourceId)
Sets the ResourceId. |
void |
setStatus(StatusType status)
Sets the result status. |
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
---|
deregisterValidator, getValidators, registerValidator, validate |
Methods inherited from interface org.opensaml.xml.XMLObject |
---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Field Detail |
---|
static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final java.lang.String RESOURCE_ID_ATTTRIB_NAME
Method Detail |
---|
DecisionType getDecision()
ObligationsType getObligations()
void setObligations(ObligationsType obligations)
obligations
- obligations for this resultjava.lang.String getResourceId()
StatusType getStatus()
void setStatus(StatusType status)
status
- result statusvoid setDecision(DecisionType newDecision)
newDecision
- The decision in the resultvoid setResourceId(java.lang.String resourceId)
resourceId
- is the ResourceId
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |