Class RichHyperlinkType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class RichHyperlinkType
    extends Object
    implements Serializable, Cloneable, Containerable
    Hyperlink with a label, menu and other data that control a rich presentation of the link. Not all parameters that are present in this data structure might be supported in all the places where a link is used. Which parameter will be used depends on where exactly is the link used and how it is rendered (as an menu item, application launch button, etc.)

    Java class for RichHyperlinkType complex type.

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

     <complexType name="RichHyperlinkType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="targetUrl" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="description" 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"/>
             <element name="color" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="authorization" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form