Class ConnectingJourneyFilterStructure

  • All Implemented Interfaces:
    Serializable

    public class ConnectingJourneyFilterStructure
    extends Object
    implements Serializable
    Type for filter for connecting journeys.

    Java class for ConnectingJourneyFilterStructure complex type.

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

     <complexType name="ConnectingJourneyFilterStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="DatedVehicleJourneyRef" type="{http://www.siri.org.uk/siri}DatedVehicleJourneyCodeType"/>
             <element ref="{http://www.siri.org.uk/siri}VisitNumber" minOccurs="0"/>
             <element name="TimetabledArrivalTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • datedVehicleJourneyRef

        protected String datedVehicleJourneyRef
      • timetabledArrivalTime

        protected ZonedDateTime timetabledArrivalTime
    • Constructor Detail

      • ConnectingJourneyFilterStructure

        public ConnectingJourneyFilterStructure()
    • Method Detail

      • getDatedVehicleJourneyRef

        public String getDatedVehicleJourneyRef()
        Gets the value of the datedVehicleJourneyRef property.
        Returns:
        possible object is String
      • setDatedVehicleJourneyRef

        public void setDatedVehicleJourneyRef​(String value)
        Sets the value of the datedVehicleJourneyRef property.
        Parameters:
        value - allowed object is String
      • getVisitNumber

        public BigInteger getVisitNumber()
        Gets the value of the visitNumber property.
        Returns:
        possible object is BigInteger
      • setVisitNumber

        public void setVisitNumber​(BigInteger value)
        Sets the value of the visitNumber property.
        Parameters:
        value - allowed object is BigInteger
      • getTimetabledArrivalTime

        public ZonedDateTime getTimetabledArrivalTime()
        Gets the value of the timetabledArrivalTime property.
        Returns:
        possible object is String
      • setTimetabledArrivalTime

        public void setTimetabledArrivalTime​(ZonedDateTime value)
        Sets the value of the timetabledArrivalTime property.
        Parameters:
        value - allowed object is String