|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_2a.ExpressionType
public class ExpressionType
TODO
Java class for ExpressionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExpressionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}description" minOccurs="0"/>
<element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}extension" minOccurs="0"/>
<element name="ref" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
<element name="stringFilter" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}StringFilterType" maxOccurs="unbounded" minOccurs="0"/>
<element name="variable" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ExpressionVariableDefinitionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="returnMultiplicity" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ExpressionReturnMultiplicityType" minOccurs="0"/>
<choice>
<element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}expressionEvaluator" maxOccurs="unbounded"/>
<element name="sequence">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}expressionEvaluator" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
ExpressionType.Sequence
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
static QName |
COMPLEX_TYPE
|
protected String |
description
|
protected List<JAXBElement<?>> |
expressionEvaluator
|
protected ExtensionType |
extension
|
static QName |
F_DESCRIPTION
|
static QName |
F_EXPRESSION_EVALUATOR
|
static QName |
F_EXTENSION
|
static QName |
F_REF
|
static QName |
F_RETURN_MULTIPLICITY
|
static QName |
F_SEQUENCE
|
static QName |
F_STRING_FILTER
|
static QName |
F_VARIABLE
|
protected QName |
ref
|
protected ExpressionReturnMultiplicityType |
returnMultiplicity
|
protected ExpressionType.Sequence |
sequence
|
protected List<StringFilterType> |
stringFilter
|
protected List<ExpressionVariableDefinitionType> |
variable
|
| Constructor Summary | |
|---|---|
ExpressionType()
Creates a new ExpressionType instance. |
|
ExpressionType(ExpressionType o)
Creates a new ExpressionType instance by deeply copying a given ExpressionType instance. |
|
| Method Summary | |
|---|---|
ExpressionType |
clone()
Creates and returns a deep copy of this object. |
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
String |
getDescription()
Gets the value of the description property. |
List<JAXBElement<?>> |
getExpressionEvaluator()
A single expression evaluator. |
ExtensionType |
getExtension()
Gets the value of the extension property. |
QName |
getRef()
Gets the value of the ref property. |
ExpressionReturnMultiplicityType |
getReturnMultiplicity()
Gets the value of the returnMultiplicity property. |
ExpressionType.Sequence |
getSequence()
Gets the value of the sequence property. |
List<StringFilterType> |
getStringFilter()
Gets the value of the stringFilter property. |
List<ExpressionVariableDefinitionType> |
getVariable()
Gets the value of the variable property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setDescription(String value)
Sets the value of the description property. |
void |
setExtension(ExtensionType value)
Sets the value of the extension property. |
void |
setRef(QName value)
Sets the value of the ref property. |
void |
setReturnMultiplicity(ExpressionReturnMultiplicityType value)
Sets the value of the returnMultiplicity property. |
void |
setSequence(ExpressionType.Sequence value)
Sets the value of the sequence property. |
String |
toString()
Generates a String representation of the contents of this type. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String description
protected ExtensionType extension
protected QName ref
protected List<StringFilterType> stringFilter
protected List<ExpressionVariableDefinitionType> variable
protected ExpressionReturnMultiplicityType returnMultiplicity
protected List<JAXBElement<?>> expressionEvaluator
protected ExpressionType.Sequence sequence
public static final QName COMPLEX_TYPE
public static final QName F_DESCRIPTION
public static final QName F_EXTENSION
public static final QName F_REF
public static final QName F_STRING_FILTER
public static final QName F_VARIABLE
public static final QName F_RETURN_MULTIPLICITY
public static final QName F_EXPRESSION_EVALUATOR
public static final QName F_SEQUENCE
| Constructor Detail |
|---|
public ExpressionType()
ExpressionType instance.
public ExpressionType(ExpressionType o)
ExpressionType instance by deeply copying a given ExpressionType instance.
o - The instance to copy.
NullPointerException - if o is null.| Method Detail |
|---|
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic QName getRef()
QNamepublic void setRef(QName value)
value - allowed object is
QNamepublic List<StringFilterType> getStringFilter()
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 stringFilter property.
For example, to add a new item, do as follows:
getStringFilter().add(newItem);
Objects of the following type(s) are allowed in the list
StringFilterType
public List<ExpressionVariableDefinitionType> getVariable()
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 variable property.
For example, to add a new item, do as follows:
getVariable().add(newItem);
Objects of the following type(s) are allowed in the list
ExpressionVariableDefinitionType
public ExpressionReturnMultiplicityType getReturnMultiplicity()
ExpressionReturnMultiplicityTypepublic void setReturnMultiplicity(ExpressionReturnMultiplicityType value)
value - allowed object is
ExpressionReturnMultiplicityTypepublic List<JAXBElement<?>> getExpressionEvaluator()
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 expressionEvaluator property.
For example, to add a new item, do as follows:
getExpressionEvaluator().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Object>
JAXBElement<AsIsExpressionEvaluatorType>
JAXBElement<GenerateExpressionEvaluatorType>
JAXBElement<Object>
JAXBElement<ScriptExpressionEvaluatorType>
JAXBElement<Object>
public ExpressionType.Sequence getSequence()
ExpressionType.Sequencepublic void setSequence(ExpressionType.Sequence value)
value - allowed object is
ExpressionType.Sequencepublic String toString()
toString in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Object
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Objectpublic ExpressionType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||