|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActionMatchType
XACML ActionMatch schema type.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name of the element ActionMatch. |
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
QName of the element ActionMatch. |
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 | |
---|---|
AttributeDesignatorType |
getActionAttributeDesignator()
Gets the action attribute designator for this match. |
AttributeSelectorType |
getAttributeSelector()
Gets the attribute selector for this match. |
AttributeValueType |
getAttributeValue()
Gets the attribute value for this match. |
java.lang.String |
getMatchId()
Gets the ID of this match. |
void |
setActionAttributeDesignator(AttributeDesignatorType attribute)
Sets the action attribute designator for 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 |
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 |
---|
static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String SCHEMA_TYPE_LOCAL_NAME
static final javax.xml.namespace.QName SCHEMA_TYPE_NAME
static final java.lang.String MATCH_ID_ATTRIB_NAME
Method Detail |
---|
AttributeValueType getAttributeValue()
void setAttributeValue(AttributeValueType value)
value
- attribute value for this matchAttributeDesignatorType getActionAttributeDesignator()
void setActionAttributeDesignator(AttributeDesignatorType attribute)
attribute
- action attribute designator for this matchAttributeSelectorType getAttributeSelector()
void setAttributeSelector(AttributeSelectorType selector)
selector
- attribute selector for this matchjava.lang.String getMatchId()
void setMatchId(java.lang.String id)
id
- ID of this match
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |