Class FormSpecificationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class FormSpecificationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Specifies a form using several different methods, e.g. by specification of Java class, internal form OID, etc.

    Java class for FormSpecificationType complex type.

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

     <complexType name="FormSpecificationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="formRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="panelClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="panelUri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form