public class ActionParameterValueType extends ExpressionType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ActionParameterValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActionParameterValueType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}ExpressionType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}expression" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
protected JAXBElement<?> |
expression |
static QName |
F_EXPRESSION |
static QName |
F_NAME |
protected String |
name |
Constructor and Description |
---|
ActionParameterValueType()
Creates a new
ActionParameterValueType instance. |
ActionParameterValueType(ActionParameterValueType o)
Creates a new
ActionParameterValueType instance by deeply copying a given ActionParameterValueType instance. |
Modifier and Type | Method and Description |
---|---|
ActionParameterValueType |
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) |
JAXBElement<?> |
getExpression()
Parameter (argument) value.
|
String |
getName()
Gets the value of the name property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setExpression(JAXBElement<?> value)
Sets the value of the expression property.
|
void |
setName(String value)
Sets the value of the name property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String name
protected JAXBElement<?> expression
public static final QName COMPLEX_TYPE
public static final QName F_NAME
public static final QName F_EXPRESSION
public ActionParameterValueType()
ActionParameterValueType
instance.public ActionParameterValueType(ActionParameterValueType o)
ActionParameterValueType
instance by deeply copying a given ActionParameterValueType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public String getName()
String
public void setName(String value)
value
- allowed object is
String
public JAXBElement<?> getExpression()
JAXBElement
<
FilterExpressionType
>
JAXBElement
<
ExpressionPipelineType
>
JAXBElement
<
Object
>
JAXBElement
<
SearchExpressionType
>
JAXBElement
<
ActionExpressionType
>
JAXBElement
<
ExpressionSequenceType
>
JAXBElement
<
ForeachExpressionType
>
JAXBElement
<
Object
>
JAXBElement
<
SelectExpressionType
>
public void setExpression(JAXBElement<?> value)
value
- allowed object is
JAXBElement
<
FilterExpressionType
>
JAXBElement
<
ExpressionPipelineType
>
JAXBElement
<
Object
>
JAXBElement
<
SearchExpressionType
>
JAXBElement
<
ActionExpressionType
>
JAXBElement
<
ExpressionSequenceType
>
JAXBElement
<
ForeachExpressionType
>
JAXBElement
<
Object
>
JAXBElement
<
SelectExpressionType
>
public String toString()
toString
in class ExpressionType
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
hashCode
in class ExpressionType
public int hashCode()
hashCode
in class ExpressionType
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
equals
in class ExpressionType
public boolean equals(Object object)
equals
in class ExpressionType
public ActionParameterValueType clone()
clone
in class ExpressionType
Copyright © 2014 Evolveum. All rights reserved.