public interface ResultType extends XACMLObject
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name of the element.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static String |
RESOURCE_ID_ATTTRIB_NAME
ResourceId attribute name.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
Modifier and Type | Method and Description |
---|---|
DecisionType |
getDecision()
Returns the decision in the result.
|
ObligationsType |
getObligations()
Returns the list of Obligations in the result.
|
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(String resourceId)
Sets the ResourceId.
|
void |
setStatus(StatusType status)
Sets the result status.
|
deregisterValidator, getValidators, registerValidator, validate
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
static final String RESOURCE_ID_ATTTRIB_NAME
DecisionType getDecision()
ObligationsType getObligations()
void setObligations(ObligationsType obligations)
obligations
- obligations for this resultString getResourceId()
StatusType getStatus()
void setStatus(StatusType status)
status
- result statusvoid setDecision(DecisionType newDecision)
newDecision
- The decision in the resultvoid setResourceId(String resourceId)
resourceId
- is the ResourceIdCopyright © 2018 JBoss by Red Hat. All rights reserved.