public class PopulateItemType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for PopulateItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PopulateItemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}expression"/>
<element name="target" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MappingTargetDeclarationType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
protected ExpressionType |
expression |
static QName |
F_EXPRESSION |
static QName |
F_TARGET |
protected MappingTargetDeclarationType |
target |
| Constructor and Description |
|---|
PopulateItemType()
Creates a new
PopulateItemType instance. |
PopulateItemType(PopulateItemType o)
Creates a new
PopulateItemType instance by deeply copying a given PopulateItemType instance. |
| Modifier and Type | Method and Description |
|---|---|
PopulateItemType |
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) |
ExpressionType |
getExpression()
Gets the value of the expression property.
|
MappingTargetDeclarationType |
getTarget()
Gets the value of the target property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setExpression(ExpressionType value)
Sets the value of the expression property.
|
void |
setTarget(MappingTargetDeclarationType value)
Sets the value of the target property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected ExpressionType expression
protected MappingTargetDeclarationType target
public static final QName COMPLEX_TYPE
public static final QName F_EXPRESSION
public static final QName F_TARGET
public PopulateItemType()
PopulateItemType instance.public PopulateItemType(PopulateItemType o)
PopulateItemType instance by deeply copying a given PopulateItemType instance.o - The instance to copy.NullPointerException - if o is null.public ExpressionType getExpression()
ExpressionTypepublic void setExpression(ExpressionType value)
value - allowed object is
ExpressionTypepublic MappingTargetDeclarationType getTarget()
MappingTargetDeclarationTypepublic void setTarget(MappingTargetDeclarationType value)
value - allowed object is
MappingTargetDeclarationTypepublic String toString()
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.HashCodepublic 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.Equalspublic PopulateItemType clone()
Copyright © 2016 Evolveum. All rights reserved.