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, ...

    Java class for GuiObjectListViewsType complex type.

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

     <complexType name="GuiObjectListViewsType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="default" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiObjectListViewType" minOccurs="0"/>
             <element name="objectCollectionView" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiObjectListViewType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="shadowCollectionView" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiShadowListViewType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form