public class ActionExpressionType extends ScriptingExpressionType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ActionExpressionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActionExpressionType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}ScriptingExpressionType"> <sequence> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="parameter" type="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}ActionParameterValueType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_PARAMETER |
static QName |
F_TYPE |
protected List<ActionParameterValueType> |
parameter |
protected String |
type |
Constructor and Description |
---|
ActionExpressionType()
Creates a new
ActionExpressionType instance. |
ActionExpressionType(ActionExpressionType o)
Creates a new
ActionExpressionType instance by deeply copying a given ActionExpressionType instance. |
Modifier and Type | Method and Description |
---|---|
ActionExpressionType |
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) |
List<ActionParameterValueType> |
getParameter()
Gets the value of the parameter property.
|
String |
getType()
Gets the value of the type property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setType(String value)
Sets the value of the type property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String type
protected List<ActionParameterValueType> parameter
public static final QName COMPLEX_TYPE
public static final QName F_TYPE
public static final QName F_PARAMETER
public ActionExpressionType()
ActionExpressionType
instance.public ActionExpressionType(ActionExpressionType o)
ActionExpressionType
instance by deeply copying a given ActionExpressionType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public String getType()
String
public void setType(String value)
value
- allowed object is
String
public List<ActionParameterValueType> getParameter()
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 parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
ActionParameterValueType
public String toString()
toString
in class ScriptingExpressionType
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 ScriptingExpressionType
public int hashCode()
hashCode
in class ScriptingExpressionType
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 ScriptingExpressionType
public boolean equals(Object object)
equals
in class ScriptingExpressionType
public ActionExpressionType clone()
clone
in class ScriptingExpressionType
Copyright © 2015 Evolveum. All rights reserved.