public class ExpressionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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-3}description" minOccurs="0"/>
<element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}extension" minOccurs="0"/>
<element name="trace" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="stringFilter" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}StringFilterType" maxOccurs="unbounded" minOccurs="0"/>
<element name="variable" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionVariableDefinitionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="returnMultiplicity" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionReturnMultiplicityType" minOccurs="0"/>
<element name="allowEmptyValues" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="queryInterpretationOfNoValue" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}QueryInterpretationOfNoValueType" minOccurs="0"/>
<element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}expressionEvaluator" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowEmptyValues |
static QName |
COMPLEX_TYPE |
protected String |
description |
protected List<JAXBElement<?>> |
expressionEvaluator |
protected ExtensionType |
extension |
static QName |
F_ALLOW_EMPTY_VALUES |
static QName |
F_DESCRIPTION |
static QName |
F_EXPRESSION_EVALUATOR |
static QName |
F_EXTENSION |
static QName |
F_QUERY_INTERPRETATION_OF_NO_VALUE |
static QName |
F_RETURN_MULTIPLICITY |
static QName |
F_STRING_FILTER |
static QName |
F_TRACE |
static QName |
F_VARIABLE |
protected QueryInterpretationOfNoValueType |
queryInterpretationOfNoValue |
protected ExpressionReturnMultiplicityType |
returnMultiplicity |
protected List<StringFilterType> |
stringFilter |
protected Boolean |
trace |
protected List<ExpressionVariableDefinitionType> |
variable |
| Constructor and Description |
|---|
ExpressionType()
Creates a new
ExpressionType instance. |
ExpressionType(ExpressionType o)
Creates a new
ExpressionType instance by deeply copying a given ExpressionType instance. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
QueryInterpretationOfNoValueType |
getQueryInterpretationOfNoValue()
Gets the value of the queryInterpretationOfNoValue property.
|
ExpressionReturnMultiplicityType |
getReturnMultiplicity()
Gets the value of the returnMultiplicity 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) |
Boolean |
isAllowEmptyValues()
Gets the value of the allowEmptyValues property.
|
Boolean |
isTrace()
Gets the value of the trace property.
|
void |
setAllowEmptyValues(Boolean value)
Sets the value of the allowEmptyValues property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setQueryInterpretationOfNoValue(QueryInterpretationOfNoValueType value)
Sets the value of the queryInterpretationOfNoValue property.
|
void |
setReturnMultiplicity(ExpressionReturnMultiplicityType value)
Sets the value of the returnMultiplicity property.
|
void |
setTrace(Boolean value)
Sets the value of the trace property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String description
protected ExtensionType extension
protected Boolean trace
protected List<StringFilterType> stringFilter
protected List<ExpressionVariableDefinitionType> variable
protected ExpressionReturnMultiplicityType returnMultiplicity
protected Boolean allowEmptyValues
protected QueryInterpretationOfNoValueType queryInterpretationOfNoValue
protected List<JAXBElement<?>> expressionEvaluator
public static final QName COMPLEX_TYPE
public static final QName F_DESCRIPTION
public static final QName F_EXTENSION
public static final QName F_TRACE
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_ALLOW_EMPTY_VALUES
public static final QName F_QUERY_INTERPRETATION_OF_NO_VALUE
public static final QName F_EXPRESSION_EVALUATOR
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.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 Boolean isTrace()
Booleanpublic void setTrace(Boolean value)
value - allowed object is
Booleanpublic 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 Boolean isAllowEmptyValues()
Booleanpublic void setAllowEmptyValues(Boolean value)
value - allowed object is
Booleanpublic QueryInterpretationOfNoValueType getQueryInterpretationOfNoValue()
QueryInterpretationOfNoValueTypepublic void setQueryInterpretationOfNoValue(QueryInterpretationOfNoValueType value)
value - allowed object is
QueryInterpretationOfNoValueTypepublic 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<ScriptExpressionEvaluatorType>
JAXBElement<ItemPathType>
JAXBElement<AssociationFromLinkExpressionEvaluatorType>
JAXBElement<SearchObjectRefExpressionEvaluatorType>
JAXBElement<Object>
JAXBElement<SequentialValueExpressionEvaluatorType>
JAXBElement<SearchObjectRefExpressionEvaluatorType>
JAXBElement<Object>
JAXBElement<SearchObjectExpressionEvaluatorType>
JAXBElement<AsIsExpressionEvaluatorType>
JAXBElement<ShadowDiscriminatorExpressionEvaluatorType>
JAXBElement<GenerateExpressionEvaluatorType>
public String toString()
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 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 ExpressionType clone()
Copyright © 2016 Evolveum. All rights reserved.