Class GroupReservationStructure

  • All Implemented Interfaces:
    Serializable

    public class GroupReservationStructure
    extends Object
    implements Serializable
    Used to specify that a travel group has booked a section of the vehicle for a part of the journey, and if so under what name. +SIRI v2.1

    Java class for GroupReservationStructure complex type.

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

     <complexType name="GroupReservationStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="NameOfGroup" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure"/>
             <element name="NumberOfReservedSeats" type="{http://www.siri.org.uk/siri}NumberOfPassengers"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form