Class PopulateItemType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.PopulateItemType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class PopulateItemType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
TODOJava 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}VariableBindingDefinitionType"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
protected ExpressionType
expression
static ItemName
F_EXPRESSION
static ItemName
F_TARGET
protected VariableBindingDefinitionType
target
-
Constructor Summary
Constructors Constructor Description PopulateItemType()
Creates a newPopulateItemType
instance.PopulateItemType(PopulateItemType o)
Creates a newPopulateItemType
instance by deeply copying a givenPopulateItemType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
ExpressionType
beginExpression()
VariableBindingDefinitionType
beginTarget()
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)
PopulateItemType
expression(ExpressionType value)
ExpressionType
getExpression()
Gets the value of the expression property.VariableBindingDefinitionType
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(VariableBindingDefinitionType value)
Sets the value of the target property.PopulateItemType
target(VariableBindingDefinitionType value)
String
toString()
Generates a String representation of the contents of this type.
-
-
-
Field Detail
-
expression
protected ExpressionType expression
-
target
protected VariableBindingDefinitionType target
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_EXPRESSION
public static final ItemName F_EXPRESSION
-
F_TARGET
public static final ItemName F_TARGET
-
-
Constructor Detail
-
PopulateItemType
public PopulateItemType()
Creates a newPopulateItemType
instance.
-
PopulateItemType
public PopulateItemType(PopulateItemType o)
Creates a newPopulateItemType
instance by deeply copying a givenPopulateItemType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getExpression
public ExpressionType getExpression()
Gets the value of the expression property.- Returns:
- possible object is
ExpressionType
-
setExpression
public void setExpression(ExpressionType value)
Sets the value of the expression property.- Parameters:
value
- allowed object isExpressionType
-
getTarget
public VariableBindingDefinitionType getTarget()
Gets the value of the target property.- Returns:
- possible object is
VariableBindingDefinitionType
-
setTarget
public void setTarget(VariableBindingDefinitionType value)
Sets the value of the target property.- Parameters:
value
- allowed object isVariableBindingDefinitionType
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
equals
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)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
expression
public PopulateItemType expression(ExpressionType value)
-
beginExpression
public ExpressionType beginExpression()
-
target
public PopulateItemType target(VariableBindingDefinitionType value)
-
beginTarget
public VariableBindingDefinitionType beginTarget()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
-
clone
public PopulateItemType clone()
Creates and returns a deep copy of this object.
-
-