public class ExpressionSequenceType extends ScriptingExpressionType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ExpressionSequenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExpressionSequenceType"> <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 |
---|
ExpressionSequenceType()
Creates a new
ExpressionSequenceType instance. |
ExpressionSequenceType(ExpressionSequenceType o)
Creates a new
ExpressionSequenceType instance by deeply copying a given ExpressionSequenceType instance. |
Modifier and Type | Method and Description |
---|---|
ExpressionSequenceType |
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 ExpressionSequenceType()
ExpressionSequenceType
instance.public ExpressionSequenceType(ExpressionSequenceType o)
ExpressionSequenceType
instance by deeply copying a given ExpressionSequenceType
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 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 ExpressionSequenceType clone()
clone
in class ScriptingExpressionType
Copyright © 2017 Evolveum. All rights reserved.