|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.security.xacml.core.model.policy.ExpressionType
org.jboss.security.xacml.core.model.policy.ApplyType
public class ApplyType
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>
| Field Summary | |
|---|---|
protected List<javax.xml.bind.JAXBElement<?>> |
expression
|
protected String |
functionId
|
| Constructor Summary | |
|---|---|
ApplyType()
|
|
| Method Summary | |
|---|---|
List<javax.xml.bind.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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<javax.xml.bind.JAXBElement<?>> expression
protected String functionId
| Constructor Detail |
|---|
public ApplyType()
| Method Detail |
|---|
public List<javax.xml.bind.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()
Stringpublic void setFunctionId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||