Class MergeConfigurationType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class MergeConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Configuration that specifies automatic merging of two objects.

    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 ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}documentation" 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>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form