Package org.opensaml.xacml.policy.impl
Class ObligationTypeImpl
java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.xacml.impl.AbstractXACMLObject
org.opensaml.xacml.policy.impl.ObligationTypeImpl
- All Implemented Interfaces:
XMLObject,ObligationType,XACMLObject
Implementation for
ObligationType.-
Field Summary
FieldsModifier and TypeFieldDescriptionList of the atrributeAssignments in the obligation.private EffectTypeThe attribute fulfillOn.private StringObligation Id.Fields inherited from interface org.opensaml.xacml.policy.ObligationType
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_QNAME, FULFILL_ON_ATTRIB_NAME, OBLIGATION_ID_ATTRIB_NAME, SCHEMA_TYPE_LOCAL_NAME, SCHEMA_TYPE_NAME -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedObligationTypeImpl(String namespaceURI, String elementLocalName, String namespacePrefix) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFulfillOn(EffectType newFulfillOn) voidsetObligationId(String newObligationId) Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
attributeAssignments
List of the atrributeAssignments in the obligation. -
fulFillOn
The attribute fulfillOn. -
obligationId
Obligation Id.
-
-
Constructor Details
-
ObligationTypeImpl
Constructor.- Parameters:
namespaceURI- the namespace the element is inelementLocalName- the local name of the XML element this Object representsnamespacePrefix- the prefix for the given namespace
-
-
Method Details
-
getAttributeAssignments
- Specified by:
getAttributeAssignmentsin interfaceObligationType
-
getFulfillOn
- Specified by:
getFulfillOnin interfaceObligationType
-
getObligationId
- Specified by:
getObligationIdin interfaceObligationType
-
setFulfillOn
- Specified by:
setFulfillOnin interfaceObligationType
-
setObligationId
- Specified by:
setObligationIdin interfaceObligationType
-
getOrderedChildren
- Specified by:
getOrderedChildrenin interfaceXMLObject
-