Class DisplayType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable
    Direct Known Subclasses:
    FormDisplayType, FormItemDisplayType

    public class DisplayType
    extends Object
    implements Serializable, Cloneable, Containerable

    Java class for DisplayType complex type.

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

     <complexType name="DisplayType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="label" type="{http://prism.evolveum.com/xml/ns/public/types-3}PolyStringType" minOccurs="0"/>
             <element name="singularLabel" type="{http://prism.evolveum.com/xml/ns/public/types-3}PolyStringType" minOccurs="0"/>
             <element name="pluralLabel" type="{http://prism.evolveum.com/xml/ns/public/types-3}PolyStringType" minOccurs="0"/>
             <element name="tooltip" type="{http://prism.evolveum.com/xml/ns/public/types-3}PolyStringType" minOccurs="0"/>
             <element name="help" type="{http://prism.evolveum.com/xml/ns/public/types-3}PolyStringType" minOccurs="0"/>
             <element name="color" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="cssStyle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="cssClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="icon" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}IconType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form