public class ProjectionMergeConfigurationType extends ItemMergeConfigurationType implements Serializable, Cloneable, Containerable
Java class for ProjectionMergeConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProjectionMergeConfigurationType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ItemMergeConfigurationType"> <sequence> <element name="situation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ProjectionMergeSituationType" minOccurs="0"/> <element name="projectionDiscriminator" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ShadowDiscriminatorType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_PROJECTION_DISCRIMINATOR |
static QName |
F_SITUATION |
F_LEFT, F_RIGHT, F_VALUE_EXPRESSION
Constructor and Description |
---|
ProjectionMergeConfigurationType() |
ProjectionMergeConfigurationType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
ProjectionMergeConfigurationType |
clone() |
boolean |
equals(Object object) |
ShadowDiscriminatorType |
getProjectionDiscriminator() |
ProjectionMergeSituationType |
getSituation() |
int |
hashCode() |
void |
setProjectionDiscriminator(ShadowDiscriminatorType value) |
void |
setSituation(ProjectionMergeSituationType value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
getLeft, getRight, getValueExpression, setLeft, setRight, setValueExpression
public static final QName COMPLEX_TYPE
public static final QName F_SITUATION
public static final QName F_PROJECTION_DISCRIMINATOR
public ProjectionMergeConfigurationType()
public ProjectionMergeConfigurationType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
asPrismContainerValue
in class ItemMergeConfigurationType
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
setupContainerValue
in class ItemMergeConfigurationType
public String toString()
toString
in class ItemMergeConfigurationType
public boolean equals(Object object)
equals
in class ItemMergeConfigurationType
public int hashCode()
hashCode
in class ItemMergeConfigurationType
public ProjectionMergeSituationType getSituation()
public void setSituation(ProjectionMergeSituationType value)
public ShadowDiscriminatorType getProjectionDiscriminator()
public void setProjectionDiscriminator(ShadowDiscriminatorType value)
public ProjectionMergeConfigurationType clone()
clone
in class ItemMergeConfigurationType
Copyright © 2016 Evolveum. All rights reserved.