Class InfoChannelStructure

  • All Implemented Interfaces:
    Serializable

    public class InfoChannelStructure
    extends Object
    implements Serializable
    Type for Info Channels description.

    Java class for InfoChannelStructure complex type.

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

     <complexType name="InfoChannelStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="InfoChannelCode" type="{http://www.siri.org.uk/}InfoChannelCodeType"/>
             <element name="Name" type="{http://www.siri.org.uk/}NaturalLanguageStringStructure"/>
             <element name="Icon" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form