|
||||||||||
| 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.SubjectMatchType
public class SubjectMatchType
Java class for SubjectMatchType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubjectMatchType">
<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}SubjectAttributeDesignator"/>
<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 String |
matchId
|
protected SubjectAttributeDesignatorType |
subjectAttributeDesignator
|
| Constructor Summary | |
|---|---|
SubjectMatchType()
|
|
| Method Summary | |
|---|---|
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. |
SubjectAttributeDesignatorType |
getSubjectAttributeDesignator()
Gets the value of the subjectAttributeDesignator 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. |
void |
setSubjectAttributeDesignator(SubjectAttributeDesignatorType value)
Sets the value of the subjectAttributeDesignator 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 SubjectAttributeDesignatorType subjectAttributeDesignator
protected AttributeSelectorType attributeSelector
protected String matchId
| Constructor Detail |
|---|
public SubjectMatchType()
| Method Detail |
|---|
public AttributeValueType getAttributeValue()
AttributeValueTypepublic void setAttributeValue(AttributeValueType value)
value - allowed object is
AttributeValueTypepublic SubjectAttributeDesignatorType getSubjectAttributeDesignator()
SubjectAttributeDesignatorTypepublic void setSubjectAttributeDesignator(SubjectAttributeDesignatorType value)
value - allowed object is
SubjectAttributeDesignatorTypepublic AttributeSelectorType getAttributeSelector()
AttributeSelectorTypepublic void setAttributeSelector(AttributeSelectorType value)
value - allowed object is
AttributeSelectorTypepublic String getMatchId()
Stringpublic 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 | |||||||||