Class InfoLinkStructure

  • All Implemented Interfaces:
    Serializable

    public class InfoLinkStructure
    extends Object
    implements Serializable
    Type for a general hyperlink.

    Java class for InfoLinkStructure complex type.

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

     <complexType name="InfoLinkStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Uri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
             <element name="Label" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" minOccurs="0"/>
             <element name="Image" type="{http://www.siri.org.uk/siri}ImageStructure" minOccurs="0"/>
             <element name="LinkContent" type="{http://www.siri.org.uk/siri}LinkContentEnumeration" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form