Class ObjectTemplateItemDefinitionType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class ObjectTemplateItemDefinitionType
    extends ItemRefinedDefinitionType
    implements Serializable, Cloneable, Containerable
    TODO Description of the common item handling details, such as display name, read/write access and value and synchronization expressions. These are the parts that are common to both attributes and associations. This is supposed to be used in schemaHandling part and therefore describe the decisions of the system administrator about the way how that attribute or association is used in midPoint.

    Java class for ObjectTemplateItemDefinitionType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ObjectTemplateItemDefinitionType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ItemRefinedDefinitionType">
           <sequence>
             <element name="mapping" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectTemplateMappingType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form