Class AbstractObjectTypeConfigurationType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable
    Direct Known Subclasses:
    GuiObjectDetailsPageType, ObjectFormType

    public abstract class AbstractObjectTypeConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Abstract supertype for all data types that specify configuration properties for a specific object type (User, Role, Org, Resource, ...)

    Java class for AbstractObjectTypeConfigurationType complex type.

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

     <complexType name="AbstractObjectTypeConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="type" type="{http://www.w3.org/2001/XMLSchema}QName"/>
             <element name="roleRelation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}RoleRelationObjectSpecificationType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form