public interface ObligationType extends XACMLObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name of the element Obligation.
|
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_QNAME
QName of the element Obligation.
|
static java.lang.String |
FULFILL_ON_ATTRIB_NAME
FulfillOn attribute name.
|
static java.lang.String |
OBLIGATION_ID_ATTRIB_NAME
ObligationId attribute name.
|
static java.lang.String |
SCHEMA_TYPE_LOCAL_NAME
Local name of the XSI type.
|
static javax.xml.namespace.QName |
SCHEMA_TYPE_NAME
QName of the XSI type.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AttributeAssignmentType> |
getAttributeAssignments()
Gets the attribute assignments for this obligation.
|
EffectType |
getFulfillOn()
Gets the fulfill on effect.
|
java.lang.String |
getObligationId()
Gets the ID of this obligation.
|
void |
setFulfillOn(EffectType type)
Sets fulfill on effect.
|
void |
setObligationId(java.lang.String id)
Sets the ID of this obligation.
|
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationstatic final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_QNAME
static final java.lang.String SCHEMA_TYPE_LOCAL_NAME
static final javax.xml.namespace.QName SCHEMA_TYPE_NAME
static final java.lang.String OBLIGATION_ID_ATTRIB_NAME
static final java.lang.String FULFILL_ON_ATTRIB_NAME
java.util.List<AttributeAssignmentType> getAttributeAssignments()
java.lang.String getObligationId()
void setObligationId(java.lang.String id)
id - ID of this obligationEffectType getFulfillOn()
void setFulfillOn(EffectType type)
type - fulfill on effect