public class Apply extends Expression implements XACMLRootElement
Java class for ApplyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApplyType"> <complexContent> <extension base="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}ExpressionType"> <sequence> <element ref="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}Description" minOccurs="0"/> <element ref="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}Expression" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="FunctionId" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected List<JAXBElement<?>> |
expression |
protected String |
functionId |
XACML3_NAMESPACE
Constructor and Description |
---|
Apply() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
List<JAXBElement<?>> |
getExpression()
Gets the value of the expression property.
|
String |
getFunctionId()
Gets the value of the functionId property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFunctionId(String value)
Sets the value of the functionId property.
|
String |
toXML()
Default toXML Method to Marshal Object into XML.
|
protected String description
protected List<JAXBElement<?>> expression
protected String functionId
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public List<JAXBElement<?>> getExpression()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the expression property.
For example, to add a new item, do as follows:
getExpression().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
AttributeValue
>
JAXBElement
<
AttributeDesignator
>
JAXBElement
<
Function
>
JAXBElement
<
AttributeSelector
>
JAXBElement
<
Expression
>
JAXBElement
<
Apply
>
JAXBElement
<
VariableReference
>
public String getFunctionId()
String
public void setFunctionId(String value)
value
- allowed object is
String
public String toXML()
toXML
in interface XACMLRootElement
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.