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 QName
COMPLEX_TYPE
static ItemName
F_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 PrismContainerValue
asPrismContainerValue()
ItemPathType
beginRef()
ExpressionType
beginValueExpression()
ItemRefMergeConfigurationType
clone()
<X> X
end()
boolean
equals(Object object)
ItemPathType
getRef()
int
hashCode()
ItemRefMergeConfigurationType
id(Long value)
ItemRefMergeConfigurationType
left(MergeStrategyType value)
ItemRefMergeConfigurationType
ref(ItemPathType value)
ItemRefMergeConfigurationType
right(MergeStrategyType value)
void
setRef(ItemPathType value)
void
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.String
toString()
ItemRefMergeConfigurationType
valueExpression(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:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classItemMergeConfigurationType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup 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:
setupContainerValue
in interfaceContainerable
- Overrides:
setupContainerValue
in classItemMergeConfigurationType
-
toString
public String toString()
- Overrides:
toString
in classItemMergeConfigurationType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classItemMergeConfigurationType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classItemMergeConfigurationType
-
end
public <X> X end()
- Overrides:
end
in 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:
left
in classItemMergeConfigurationType
-
right
public ItemRefMergeConfigurationType right(MergeStrategyType value)
- Overrides:
right
in classItemMergeConfigurationType
-
valueExpression
public ItemRefMergeConfigurationType valueExpression(ExpressionType value)
- Overrides:
valueExpression
in classItemMergeConfigurationType
-
beginValueExpression
public ExpressionType beginValueExpression()
- Overrides:
beginValueExpression
in classItemMergeConfigurationType
-
id
public ItemRefMergeConfigurationType id(Long value)
- Overrides:
id
in classItemMergeConfigurationType
-
clone
public ItemRefMergeConfigurationType clone()
- Overrides:
clone
in classItemMergeConfigurationType
-
-