public abstract class TransformExpressionEvaluatorType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for TransformExpressionEvaluatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransformExpressionEvaluatorType">
<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 name="trace" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="relativityMode" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TransformExpressionRelativityModeType" minOccurs="0"/>
<element name="includeNullInputs" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="allowEmptyValues" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowEmptyValues |
static QName |
COMPLEX_TYPE |
protected String |
description |
static QName |
F_ALLOW_EMPTY_VALUES |
static QName |
F_DESCRIPTION |
static QName |
F_INCLUDE_NULL_INPUTS |
static QName |
F_RELATIVITY_MODE |
static QName |
F_TRACE |
protected Boolean |
includeNullInputs |
protected TransformExpressionRelativityModeType |
relativityMode |
protected Boolean |
trace |
| Constructor and Description |
|---|
TransformExpressionEvaluatorType()
Creates a new
TransformExpressionEvaluatorType instance. |
TransformExpressionEvaluatorType(TransformExpressionEvaluatorType o)
Creates a new
TransformExpressionEvaluatorType instance by deeply copying a given TransformExpressionEvaluatorType instance. |
| Modifier and Type | Method and Description |
|---|---|
TransformExpressionEvaluatorType |
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.
|
TransformExpressionRelativityModeType |
getRelativityMode()
Gets the value of the relativityMode 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 |
isIncludeNullInputs()
Gets the value of the includeNullInputs 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 |
setIncludeNullInputs(Boolean value)
Sets the value of the includeNullInputs property.
|
void |
setRelativityMode(TransformExpressionRelativityModeType value)
Sets the value of the relativityMode 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 Boolean trace
protected TransformExpressionRelativityModeType relativityMode
protected Boolean includeNullInputs
protected Boolean allowEmptyValues
public static final QName COMPLEX_TYPE
public static final QName F_DESCRIPTION
public static final QName F_TRACE
public static final QName F_RELATIVITY_MODE
public static final QName F_INCLUDE_NULL_INPUTS
public static final QName F_ALLOW_EMPTY_VALUES
public TransformExpressionEvaluatorType()
TransformExpressionEvaluatorType instance.public TransformExpressionEvaluatorType(TransformExpressionEvaluatorType o)
TransformExpressionEvaluatorType instance by deeply copying a given TransformExpressionEvaluatorType instance.o - The instance to copy.NullPointerException - if o is null.public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Boolean isTrace()
Booleanpublic void setTrace(Boolean value)
value - allowed object is
Booleanpublic TransformExpressionRelativityModeType getRelativityMode()
TransformExpressionRelativityModeTypepublic void setRelativityMode(TransformExpressionRelativityModeType value)
value - allowed object is
TransformExpressionRelativityModeTypepublic Boolean isIncludeNullInputs()
Booleanpublic void setIncludeNullInputs(Boolean value)
value - allowed object is
Booleanpublic Boolean isAllowEmptyValues()
Booleanpublic void setAllowEmptyValues(Boolean value)
value - allowed object is
Booleanpublic 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 TransformExpressionEvaluatorType clone()
Copyright © 2016 Evolveum. All rights reserved.