|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.xacml.core.model.policy.EnvironmentMatchType
public class EnvironmentMatchType
Java class for EnvironmentMatchType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnvironmentMatchType"> <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}EnvironmentAttributeDesignator"/> <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>
Field Summary | |
---|---|
protected AttributeSelectorType |
attributeSelector
|
protected AttributeValueType |
attributeValue
|
protected AttributeDesignatorType |
environmentAttributeDesignator
|
protected String |
matchId
|
Constructor Summary | |
---|---|
EnvironmentMatchType()
|
Method Summary | |
---|---|
AttributeSelectorType |
getAttributeSelector()
Gets the value of the attributeSelector property. |
AttributeValueType |
getAttributeValue()
Gets the value of the attributeValue property. |
AttributeDesignatorType |
getEnvironmentAttributeDesignator()
Gets the value of the environmentAttributeDesignator property. |
String |
getMatchId()
Gets the value of the matchId property. |
void |
setAttributeSelector(AttributeSelectorType value)
Sets the value of the attributeSelector property. |
void |
setAttributeValue(AttributeValueType value)
Sets the value of the attributeValue property. |
void |
setEnvironmentAttributeDesignator(AttributeDesignatorType value)
Sets the value of the environmentAttributeDesignator property. |
void |
setMatchId(String value)
Sets the value of the matchId property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AttributeValueType attributeValue
protected AttributeDesignatorType environmentAttributeDesignator
protected AttributeSelectorType attributeSelector
protected String matchId
Constructor Detail |
---|
public EnvironmentMatchType()
Method Detail |
---|
public AttributeValueType getAttributeValue()
AttributeValueType
public void setAttributeValue(AttributeValueType value)
value
- allowed object is
AttributeValueType
public AttributeDesignatorType getEnvironmentAttributeDesignator()
AttributeDesignatorType
public void setEnvironmentAttributeDesignator(AttributeDesignatorType value)
value
- allowed object is
AttributeDesignatorType
public AttributeSelectorType getAttributeSelector()
AttributeSelectorType
public void setAttributeSelector(AttributeSelectorType value)
value
- allowed object is
AttributeSelectorType
public String getMatchId()
String
public void setMatchId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |