public class ForeachExpressionType extends ScriptingExpressionType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ForeachExpressionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ForeachExpressionType">
<complexContent>
<extension base="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}ScriptingExpressionType">
<sequence>
<element name="variable" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
<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 |
static QName |
F_VARIABLE |
protected QName |
variable |
| Constructor and Description |
|---|
ForeachExpressionType()
Creates a new
ForeachExpressionType instance. |
ForeachExpressionType(ForeachExpressionType o)
Creates a new
ForeachExpressionType instance by deeply copying a given ForeachExpressionType instance. |
| Modifier and Type | Method and Description |
|---|---|
ForeachExpressionType |
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.
|
QName |
getVariable()
Gets the value of the variable property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setVariable(QName value)
Sets the value of the variable property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected QName variable
protected List<ScriptingExpressionType> expression
public static final QName COMPLEX_TYPE
public static final QName F_VARIABLE
public static final QName F_EXPRESSION
public ForeachExpressionType()
ForeachExpressionType instance.public ForeachExpressionType(ForeachExpressionType o)
ForeachExpressionType instance by deeply copying a given ForeachExpressionType instance.o - The instance to copy.NullPointerException - if o is null.public QName getVariable()
QNamepublic void setVariable(QName value)
value - allowed object is
QNamepublic 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 ForeachExpressionType clone()
clone in class ScriptingExpressionTypeCopyright © 2016 Evolveum. All rights reserved.