public class Match extends Object implements XACMLRootElement
Java class for MatchType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MatchType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}AttributeValue"/> <choice> <element ref="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}AttributeDesignator"/> <element ref="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}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 AttributeDesignator |
attributeDesignator |
protected AttributeSelector |
attributeSelector |
protected AttributeValue |
attributeValue |
protected String |
matchId |
XACML3_NAMESPACE
Constructor and Description |
---|
Match() |
Modifier and Type | Method and Description |
---|---|
AttributeDesignator |
getAttributeDesignator()
Gets the value of the attributeDesignator property.
|
AttributeSelector |
getAttributeSelector()
Gets the value of the attributeSelector property.
|
AttributeValue |
getAttributeValue()
Gets the value of the attributeValue property.
|
String |
getMatchId()
Gets the value of the matchId property.
|
void |
setAttributeDesignator(AttributeDesignator value)
Sets the value of the attributeDesignator property.
|
void |
setAttributeSelector(AttributeSelector value)
Sets the value of the attributeSelector property.
|
void |
setAttributeValue(AttributeValue value)
Sets the value of the attributeValue property.
|
void |
setMatchId(String value)
Sets the value of the matchId property.
|
String |
toXML()
Default toXML Method to Marshal Object into XML.
|
protected AttributeValue attributeValue
protected AttributeDesignator attributeDesignator
protected AttributeSelector attributeSelector
protected String matchId
public AttributeValue getAttributeValue()
AttributeValue
public void setAttributeValue(AttributeValue value)
value
- allowed object is
AttributeValue
public AttributeDesignator getAttributeDesignator()
AttributeDesignator
public void setAttributeDesignator(AttributeDesignator value)
value
- allowed object is
AttributeDesignator
public AttributeSelector getAttributeSelector()
AttributeSelector
public void setAttributeSelector(AttributeSelector value)
value
- allowed object is
AttributeSelector
public String getMatchId()
String
public void setMatchId(String value)
value
- allowed object is
String
public String toXML()
toXML
in interface XACMLRootElement
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.