public class ScriptExpressionEvaluatorType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ScriptExpressionEvaluatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScriptExpressionEvaluatorType"> <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 name="language" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="returnType" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ScriptExpressionReturnTypeType" minOccurs="0"/> <element name="relativityMode" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ScriptExpressionRelativityModeType" 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"/> <element name="code" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ScriptExpressionCodeType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
allowEmptyValues |
protected Element |
code |
static QName |
COMPLEX_TYPE |
protected String |
description |
static QName |
F_ALLOW_EMPTY_VALUES |
static QName |
F_COMPLEX___TYPE |
static QName |
F_DESCRIPTION |
static QName |
F_INCLUDE_NULL_INPUTS |
static QName |
F_LANGUAGE |
static QName |
F_RELATIVITY_MODE |
static QName |
F_RETURN_TYPE |
static QName |
F_SERIAL_VERSION_UID |
protected Boolean |
includeNullInputs |
protected String |
language |
protected ScriptExpressionRelativityModeType |
relativityMode |
protected ScriptExpressionReturnTypeType |
returnType |
Constructor and Description |
---|
ScriptExpressionEvaluatorType()
Creates a new
ScriptExpressionEvaluatorType instance. |
ScriptExpressionEvaluatorType(ScriptExpressionEvaluatorType o)
Creates a new
ScriptExpressionEvaluatorType instance by deeply copying a given ScriptExpressionEvaluatorType instance. |
Modifier and Type | Method and Description |
---|---|
ScriptExpressionEvaluatorType |
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) |
Element |
getCode()
Gets the value of the code property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getLanguage()
Gets the value of the language property.
|
ScriptExpressionRelativityModeType |
getRelativityMode()
Gets the value of the relativityMode property.
|
ScriptExpressionReturnTypeType |
getReturnType()
Gets the value of the returnType 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.
|
void |
setAllowEmptyValues(Boolean value)
Sets the value of the allowEmptyValues property.
|
void |
setCode(Element value)
Sets the value of the code property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setIncludeNullInputs(Boolean value)
Sets the value of the includeNullInputs property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setRelativityMode(ScriptExpressionRelativityModeType value)
Sets the value of the relativityMode property.
|
void |
setReturnType(ScriptExpressionReturnTypeType value)
Sets the value of the returnType property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String description
protected String language
protected ScriptExpressionReturnTypeType returnType
protected ScriptExpressionRelativityModeType relativityMode
protected Boolean includeNullInputs
protected Boolean allowEmptyValues
protected Element code
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_DESCRIPTION
public static final QName F_LANGUAGE
public static final QName F_RETURN_TYPE
public static final QName F_RELATIVITY_MODE
public static final QName F_INCLUDE_NULL_INPUTS
public static final QName F_ALLOW_EMPTY_VALUES
public static final QName F_COMPLEX___TYPE
public ScriptExpressionEvaluatorType()
ScriptExpressionEvaluatorType
instance.public ScriptExpressionEvaluatorType(ScriptExpressionEvaluatorType o)
ScriptExpressionEvaluatorType
instance by deeply copying a given ScriptExpressionEvaluatorType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getLanguage()
String
public void setLanguage(String value)
value
- allowed object is
String
public ScriptExpressionReturnTypeType getReturnType()
ScriptExpressionReturnTypeType
public void setReturnType(ScriptExpressionReturnTypeType value)
value
- allowed object is
ScriptExpressionReturnTypeType
public ScriptExpressionRelativityModeType getRelativityMode()
ScriptExpressionRelativityModeType
public void setRelativityMode(ScriptExpressionRelativityModeType value)
value
- allowed object is
ScriptExpressionRelativityModeType
public Boolean isIncludeNullInputs()
Boolean
public void setIncludeNullInputs(Boolean value)
value
- allowed object is
Boolean
public Boolean isAllowEmptyValues()
Boolean
public void setAllowEmptyValues(Boolean value)
value
- allowed object is
Boolean
public Element getCode()
Element
public void setCode(Element value)
value
- allowed object is
Element
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.HashCode
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.Equals
public ScriptExpressionEvaluatorType clone()
Copyright © 2013 evolveum. All rights reserved.