public class MergeConfigurationType extends Object implements Serializable, Cloneable, Containerable
Java class for MergeConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MergeConfigurationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="item" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ItemRefMergeConfigurationType" maxOccurs="unbounded" minOccurs="0"/> <element name="projection" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ProjectionMergeConfigurationType" maxOccurs="unbounded" minOccurs="0"/> <element name="default" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ItemMergeConfigurationType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_DEFAULT |
static QName |
F_DESCRIPTION |
static QName |
F_DISPLAY_NAME |
static QName |
F_ITEM |
static QName |
F_NAME |
static QName |
F_PROJECTION |
Constructor and Description |
---|
MergeConfigurationType() |
MergeConfigurationType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
MergeConfigurationType |
clone() |
boolean |
equals(Object object) |
ItemMergeConfigurationType |
getDefault() |
String |
getDescription() |
String |
getDisplayName() |
List<ItemRefMergeConfigurationType> |
getItem() |
String |
getName() |
List<ProjectionMergeConfigurationType> |
getProjection() |
int |
hashCode() |
void |
setDefault(ItemMergeConfigurationType value) |
void |
setDescription(String value) |
void |
setDisplayName(String value) |
void |
setName(String value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_NAME
public static final QName F_DISPLAY_NAME
public static final QName F_DESCRIPTION
public static final QName F_ITEM
public static final QName F_PROJECTION
public static final QName F_DEFAULT
public MergeConfigurationType()
public MergeConfigurationType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public String getName()
public void setName(String value)
public String getDisplayName()
public void setDisplayName(String value)
public String getDescription()
public void setDescription(String value)
public List<ItemRefMergeConfigurationType> getItem()
public List<ProjectionMergeConfigurationType> getProjection()
public ItemMergeConfigurationType getDefault()
public void setDefault(ItemMergeConfigurationType value)
public MergeConfigurationType clone()
Copyright © 2017 Evolveum. All rights reserved.