Class ObjectFormType

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

    public class ObjectFormType
    extends AbstractObjectTypeConfigurationType
    implements Serializable, Cloneable, Containerable
    Specifies form that are used for displaying and editing of specific object type <p>Java class for ObjectFormType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ObjectFormType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractObjectTypeConfigurationType"&gt; &lt;sequence&gt; &lt;element name="formSpecification" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}FormSpecificationType" minOccurs="0"/&gt; &lt;element name="includeDefaultForms" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form