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 QNameCOMPLEX_TYPEprotected ExpressionTypeexpressionstatic ItemNameF_EXPRESSIONstatic ItemNameF_TARGETprotected VariableBindingDefinitionTypetarget
-
Constructor Summary
Constructors Constructor Description PopulateItemType()Creates a newPopulateItemTypeinstance.PopulateItemType(PopulateItemType o)Creates a newPopulateItemTypeinstance by deeply copying a givenPopulateItemTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ExpressionTypebeginExpression()VariableBindingDefinitionTypebeginTarget()PopulateItemTypeclone()Creates and returns a deep copy of this object.booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)PopulateItemTypeexpression(ExpressionType value)ExpressionTypegetExpression()Gets the value of the expression property.VariableBindingDefinitionTypegetTarget()Gets the value of the target property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)voidsetExpression(ExpressionType value)Sets the value of the expression property.voidsetTarget(VariableBindingDefinitionType value)Sets the value of the target property.PopulateItemTypetarget(VariableBindingDefinitionType value)StringtoString()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 newPopulateItemTypeinstance.
-
PopulateItemType
public PopulateItemType(PopulateItemType o)
Creates a newPopulateItemTypeinstance by deeply copying a givenPopulateItemTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
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:
hashCodein 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:
equalsin 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:
acceptin interfaceJaxbVisitable
-
clone
public PopulateItemType clone()
Creates and returns a deep copy of this object.
-
-