Class Siri

  • All Implemented Interfaces:
    Serializable

    public class Siri
    extends Object
    implements Serializable

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <group ref="{http://www.siri.org.uk/siri}RequestGroup"/>
             <group ref="{http://www.siri.org.uk/siri}ResponseGroup"/>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </choice>
           <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" fixed="1.3" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form