Class FormItemDisplayType

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

    public class FormItemDisplayType
    extends DisplayType
    implements Serializable, Cloneable, Containerable
    <p>Java class for FormItemDisplayType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="FormItemDisplayType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DisplayType"&gt; &lt;sequence&gt; &lt;element name="minOccurs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="maxOccurs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="size" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/&gt; &lt;element name="maxSize" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/&gt; &lt;element name="newLine" 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