public class ActionMatchType extends Object
Java class for ActionMatchType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActionMatchType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}AttributeValue"/>
<choice>
<element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}ActionAttributeDesignator"/>
<element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}AttributeSelector"/>
</choice>
</sequence>
<attribute name="MatchId" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AttributeDesignatorType |
actionAttributeDesignator |
protected AttributeSelectorType |
attributeSelector |
protected AttributeValueType |
attributeValue |
protected String |
matchId |
| Constructor and Description |
|---|
ActionMatchType() |
| Modifier and Type | Method and Description |
|---|---|
AttributeDesignatorType |
getActionAttributeDesignator()
Gets the value of the actionAttributeDesignator property.
|
AttributeSelectorType |
getAttributeSelector()
Gets the value of the attributeSelector property.
|
AttributeValueType |
getAttributeValue()
Gets the value of the attributeValue property.
|
String |
getMatchId()
Gets the value of the matchId property.
|
void |
setActionAttributeDesignator(AttributeDesignatorType value)
Sets the value of the actionAttributeDesignator property.
|
void |
setAttributeSelector(AttributeSelectorType value)
Sets the value of the attributeSelector property.
|
void |
setAttributeValue(AttributeValueType value)
Sets the value of the attributeValue property.
|
void |
setMatchId(String value)
Sets the value of the matchId property.
|
protected AttributeValueType attributeValue
protected AttributeDesignatorType actionAttributeDesignator
protected AttributeSelectorType attributeSelector
protected String matchId
public AttributeValueType getAttributeValue()
AttributeValueTypepublic void setAttributeValue(AttributeValueType value)
value - allowed object is
AttributeValueTypepublic AttributeDesignatorType getActionAttributeDesignator()
AttributeDesignatorTypepublic void setActionAttributeDesignator(AttributeDesignatorType value)
value - allowed object is
AttributeDesignatorTypepublic AttributeSelectorType getAttributeSelector()
AttributeSelectorTypepublic void setAttributeSelector(AttributeSelectorType value)
value - allowed object is
AttributeSelectorTypepublic String getMatchId()
StringCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.