public class ApplyType extends ExpressionType
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:2.0:policy:schema:os}ExpressionType"> <sequence> <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}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 List<JAXBElement<?>> |
expression |
protected String |
functionId |
Constructor and Description |
---|
ApplyType() |
Modifier and Type | Method and Description |
---|---|
List<JAXBElement<?>> |
getExpression()
Gets the value of the expression property.
|
String |
getFunctionId()
Gets the value of the functionId property.
|
void |
setFunctionId(String value)
Sets the value of the functionId property.
|
protected List<JAXBElement<?>> expression
protected String functionId
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
<
AttributeDesignatorType
>
JAXBElement
<
AttributeSelectorType
>
JAXBElement
<
VariableReferenceType
>
JAXBElement
<
ExpressionType
>
JAXBElement
<
AttributeDesignatorType
>
JAXBElement
<
AttributeValueType
>
JAXBElement
<
ApplyType
>
JAXBElement
<
AttributeDesignatorType
>
JAXBElement
<
FunctionType
>
JAXBElement
<
SubjectAttributeDesignatorType
>
public String getFunctionId()
String
Copyright © 2023 JBoss by Red Hat. All rights reserved.