Class GuiObjectListViewsType

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

    public class GuiObjectListViewsType
    extends Object
    implements Serializable, Cloneable, Containerable
    Specifies the set of pages that are used for displaying lists of objects such as Users, Roles, Orgs, ... <p>Java class for GuiObjectListViewsType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="GuiObjectListViewsType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="default" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiObjectListViewType" minOccurs="0"/&gt; &lt;element name="objectList" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiObjectListViewType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="objectCollectionView" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiObjectListViewType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form