Package org.opensaml.xacml.policy
Interface EnvironmentMatchType
- All Superinterfaces:
XACMLObject
,XMLObject
- All Known Implementing Classes:
EnvironmentMatchTypeImpl
XACML EnvironmentMatch schema type.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGets the attribute selector for this match.Gets the attribute value for this match.Gets the environment attribute designator for this match.Gets the ID of this match.void
setAttributeSelector
(AttributeSelectorType selector) Sets the attribute selector for this match.void
Sets the attribute value for this match.void
Sets the environment attribute designator for this match.void
setMatchId
(String id) Sets the ID of this match.Methods inherited from interface org.opensaml.core.xml.XMLObject
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, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Local name of the element EnvironmentMatch.- See Also:
-
DEFAULT_ELEMENT_QNAME
QName of the element EnvironmentMatch. -
SCHEMA_TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
SCHEMA_TYPE_NAME
QName of the XSI type. -
MATCH_ID_ATTRIB_NAME
MatchID attribute name.- See Also:
-
-
Method Details
-
getAttributeValue
AttributeValueType getAttributeValue()Gets the attribute value for this match.- Returns:
- attribute value for this match
-
setAttributeValue
Sets the attribute value for this match.- Parameters:
value
- attribute value for this match
-
getEnvironmentAttributeDesignator
AttributeDesignatorType getEnvironmentAttributeDesignator()Gets the environment attribute designator for this match.- Returns:
- environment attribute designator for this match
-
setEnvironmentAttributeDesignator
Sets the environment attribute designator for this match.- Parameters:
attribute
- environment attribute designator for this match
-
getAttributeSelector
AttributeSelectorType getAttributeSelector()Gets the attribute selector for this match.- Returns:
- attribute selector for this match
-
setAttributeSelector
Sets the attribute selector for this match.- Parameters:
selector
- attribute selector for this match
-
getMatchId
String getMatchId()Gets the ID of this match.- Returns:
- ID of this match
-
setMatchId
Sets the ID of this match.- Parameters:
id
- ID of this match
-