org.opensaml.xacml.policy
Interface EnvironmentMatchType

All Superinterfaces:
org.opensaml.xml.validation.ValidatingXMLObject, XACMLObject, org.opensaml.xml.XMLObject
All Known Implementing Classes:
EnvironmentMatchTypeImpl

public interface EnvironmentMatchType
extends XACMLObject

XACML EnvironmentMatch schema type.


Field Summary
static java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
          Local name of the element EnvironmentMatch.
static javax.xml.namespace.QName DEFAULT_ELEMENT_QNAME
          QName of the element EnvironmentMatch.
static java.lang.String MATCH_ID_ATTRIB_NAME
          MatchID 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.
 
Method Summary
 AttributeSelectorType getAttributeSelector()
          Gets the attribute selector for this match.
 AttributeValueType getAttributeValue()
          Gets the attribute value for this match.
 AttributeDesignatorType getEnvironmentAttributeDesignator()
          Gets the environment attribute designator for this match.
 java.lang.String getMatchId()
          Gets the ID of this match.
 void setAttributeSelector(AttributeSelectorType selector)
          Sets the attribute selector for this match.
 void setAttributeValue(AttributeValueType value)
          Sets the attribute value for this match.
 void setEnvironmentAttributeDesignator(AttributeDesignatorType attribute)
          Sets the environment attribute designator for this match.
 void setMatchId(java.lang.String id)
          Sets the ID of this match.
 
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

DEFAULT_ELEMENT_LOCAL_NAME

static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
Local name of the element EnvironmentMatch.

See Also:
Constant Field Values

DEFAULT_ELEMENT_QNAME

static final javax.xml.namespace.QName DEFAULT_ELEMENT_QNAME
QName of the element EnvironmentMatch.


SCHEMA_TYPE_LOCAL_NAME

static final java.lang.String SCHEMA_TYPE_LOCAL_NAME
Local name of the XSI type.

See Also:
Constant Field Values

SCHEMA_TYPE_NAME

static final javax.xml.namespace.QName SCHEMA_TYPE_NAME
QName of the XSI type.


MATCH_ID_ATTRIB_NAME

static final java.lang.String MATCH_ID_ATTRIB_NAME
MatchID attribute name.

See Also:
Constant Field Values
Method Detail

getAttributeValue

AttributeValueType getAttributeValue()
Gets the attribute value for this match.

Returns:
attribute value for this match

setAttributeValue

void setAttributeValue(AttributeValueType value)
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

void setEnvironmentAttributeDesignator(AttributeDesignatorType attribute)
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

void setAttributeSelector(AttributeSelectorType selector)
Sets the attribute selector for this match.

Parameters:
selector - attribute selector for this match

getMatchId

java.lang.String getMatchId()
Gets the ID of this match.

Returns:
ID of this match

setMatchId

void setMatchId(java.lang.String id)
Sets the ID of this match.

Parameters:
id - ID of this match


Copyright © 2006-2009 Internet2. All Rights Reserved.