Class ItemRefMergeConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ItemMergeConfigurationType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ItemRefMergeConfigurationType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class ItemRefMergeConfigurationType extends ItemMergeConfigurationType implements Serializable, Cloneable, Containerable
TODOJava class for ItemRefMergeConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemRefMergeConfigurationType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ItemMergeConfigurationType"> <sequence> <element name="ref" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_REF-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ItemMergeConfigurationType
F_LEFT, F_RIGHT, F_VALUE_EXPRESSION
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ItemRefMergeConfigurationType()ItemRefMergeConfigurationType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValueasPrismContainerValue()ItemPathTypebeginRef()ExpressionTypebeginValueExpression()ItemRefMergeConfigurationTypeclone()<X> Xend()booleanequals(Object object)ItemPathTypegetRef()inthashCode()ItemRefMergeConfigurationTypeid(Long value)ItemRefMergeConfigurationTypeleft(MergeStrategyType value)ItemRefMergeConfigurationTyperef(ItemPathType value)ItemRefMergeConfigurationTyperight(MergeStrategyType value)voidsetRef(ItemPathType value)voidsetupContainerValue(PrismContainerValue containerValue)Setup value to the containerable representation.StringtoString()ItemRefMergeConfigurationTypevalueExpression(ExpressionType value)-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ItemMergeConfigurationType
getId, getLeft, getRight, getValueExpression, setId, setLeft, setRight, setValueExpression
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
ItemRefMergeConfigurationType
public ItemRefMergeConfigurationType()
-
ItemRefMergeConfigurationType
public ItemRefMergeConfigurationType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classItemMergeConfigurationType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValuein interfaceContainerable- Overrides:
setupContainerValuein classItemMergeConfigurationType
-
toString
public String toString()
- Overrides:
toStringin classItemMergeConfigurationType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classItemMergeConfigurationType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classItemMergeConfigurationType
-
end
public <X> X end()
- Overrides:
endin classItemMergeConfigurationType
-
getRef
public ItemPathType getRef()
-
setRef
public void setRef(ItemPathType value)
-
ref
public ItemRefMergeConfigurationType ref(ItemPathType value)
-
beginRef
public ItemPathType beginRef()
-
left
public ItemRefMergeConfigurationType left(MergeStrategyType value)
- Overrides:
leftin classItemMergeConfigurationType
-
right
public ItemRefMergeConfigurationType right(MergeStrategyType value)
- Overrides:
rightin classItemMergeConfigurationType
-
valueExpression
public ItemRefMergeConfigurationType valueExpression(ExpressionType value)
- Overrides:
valueExpressionin classItemMergeConfigurationType
-
beginValueExpression
public ExpressionType beginValueExpression()
- Overrides:
beginValueExpressionin classItemMergeConfigurationType
-
id
public ItemRefMergeConfigurationType id(Long value)
- Overrides:
idin classItemMergeConfigurationType
-
clone
public ItemRefMergeConfigurationType clone()
- Overrides:
clonein classItemMergeConfigurationType
-
-