Class VirtualContainersSpecificationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class VirtualContainersSpecificationType
    extends UserInterfaceFeatureType
    implements Serializable, Cloneable, Containerable
    Used to specify "virtual" containers for displaying details page in GUI. As an example, the user might need to reorganize attributes to some logic block such as personal info, basic info, additional info. Each of this section should have only attributes which belong to it, e.g. given name, family name, date of the birth are attributes corresponding to the personal info. Basic info section will contains attributes describing organizationalUnit, emailAddress or job position and additional info will contain attributes about user's nickname and so on.

    Java class for VirtualContainersSpecificationType complex type.

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

     <complexType name="VirtualContainersSpecificationType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserInterfaceFeatureType">
           <sequence>
             <element name="item" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}VirtualContainerItemSpecificationType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form