public class SubjectMatchType extends Object
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>
Modifier and Type | Field and Description |
---|---|
protected AttributeSelectorType |
attributeSelector |
protected AttributeValueType |
attributeValue |
protected String |
matchId |
protected SubjectAttributeDesignatorType |
subjectAttributeDesignator |
Constructor and Description |
---|
SubjectMatchType() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected AttributeValueType attributeValue
protected SubjectAttributeDesignatorType subjectAttributeDesignator
protected AttributeSelectorType attributeSelector
protected String matchId
public AttributeValueType getAttributeValue()
AttributeValueType
public void setAttributeValue(AttributeValueType value)
value
- allowed object is
AttributeValueType
public SubjectAttributeDesignatorType getSubjectAttributeDesignator()
SubjectAttributeDesignatorType
public void setSubjectAttributeDesignator(SubjectAttributeDesignatorType value)
value
- allowed object is
SubjectAttributeDesignatorType
public AttributeSelectorType getAttributeSelector()
AttributeSelectorType
public void setAttributeSelector(AttributeSelectorType value)
value
- allowed object is
AttributeSelectorType
public String getMatchId()
String
Copyright © 2023 JBoss by Red Hat. All rights reserved.