Class ObjectFormType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class ObjectFormType
    extends AbstractObjectTypeConfigurationType
    implements Serializable, Cloneable, Containerable
    Specifies form that are used for displaying and editing of specific object type

    Java class for ObjectFormType complex type.

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

     <complexType name="ObjectFormType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractObjectTypeConfigurationType">
           <sequence>
             <element name="formSpecification" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}FormSpecificationType" minOccurs="0"/>
             <element name="includeDefaultForms" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form