Class PlannedStopAssignmentStructure

  • All Implemented Interfaces:
    Serializable

    public class PlannedStopAssignmentStructure
    extends Object
    implements Serializable
    Type for assignment of a SCHEDULED STOP POINT to a physical location, in particular to a QUAY or BOARDING POSITION, according to the planned timetable. +SIRI v2.0.

    Java class for PlannedStopAssignmentStructure complex type.

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

     <complexType name="PlannedStopAssignmentStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice>
               <sequence>
                 <element name="AimedQuayRef" type="{http://www.siri.org.uk/siri}QuayRefStructure" minOccurs="0"/>
                 <element name="AimedQuayName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/>
                 <element ref="{http://www.siri.org.uk/siri}QuayType" minOccurs="0"/>
               </sequence>
               <sequence>
                 <element name="AimedBoardingPositionRef" type="{http://www.siri.org.uk/siri}BoardingPositionRefStructure" minOccurs="0"/>
                 <element name="AimedBoardingPositionName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/>
               </sequence>
             </choice>
             <element ref="{http://www.siri.org.uk/siri}AimedFlexibleArea" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}AimedFlexibleAreaRef" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}AimedLocationName" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form