public class AttributeSelector extends Expression implements XACMLRootElement
Java class for AttributeSelectorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeSelectorType"> <complexContent> <extension base="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}ExpressionType"> <attribute name="Category" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="ContextSelectorId" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="Path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="DataType" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="MustBePresent" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
category |
protected String |
contextSelectorId |
protected String |
dataType |
protected boolean |
mustBePresent |
protected String |
path |
XACML3_NAMESPACE
Constructor and Description |
---|
AttributeSelector() |
Modifier and Type | Method and Description |
---|---|
String |
getCategory()
Gets the value of the category property.
|
String |
getContextSelectorId()
Gets the value of the contextSelectorId property.
|
String |
getDataType()
Gets the value of the dataType property.
|
String |
getPath()
Gets the value of the path property.
|
boolean |
isMustBePresent()
Gets the value of the mustBePresent property.
|
void |
setCategory(String value)
Sets the value of the category property.
|
void |
setContextSelectorId(String value)
Sets the value of the contextSelectorId property.
|
void |
setDataType(String value)
Sets the value of the dataType property.
|
void |
setMustBePresent(boolean value)
Sets the value of the mustBePresent property.
|
void |
setPath(String value)
Sets the value of the path property.
|
String |
toXML()
Default toXML Method to Marshal Object into XML.
|
protected String category
protected String contextSelectorId
protected String path
protected String dataType
protected boolean mustBePresent
public String getCategory()
String
public void setCategory(String value)
value
- allowed object is
String
public String getContextSelectorId()
String
public void setContextSelectorId(String value)
value
- allowed object is
String
public String getPath()
String
public void setPath(String value)
value
- allowed object is
String
public String getDataType()
String
public void setDataType(String value)
value
- allowed object is
String
public boolean isMustBePresent()
public void setMustBePresent(boolean value)
public String toXML()
toXML
in interface XACMLRootElement
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.