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