Class EstimatedServiceJourneyInterchange

  • All Implemented Interfaces:
    Serializable

    public class EstimatedServiceJourneyInterchange
    extends Object
    implements Serializable
    Type for Estimated SERVICE JOURNEY INTERCHANGE.

    Java class for EstimatedServiceJourneyInterchangeStructure complex type.

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

     <complexType name="EstimatedServiceJourneyInterchangeStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice>
               <element ref="{http://www.siri.org.uk/siri}InterchangeRef"/>
               <sequence>
                 <element name="FeederJourneyRef" type="{http://www.siri.org.uk/siri}ConnectingJourneyRefStructure"/>
                 <element name="DistributorJourneyRef" type="{http://www.siri.org.uk/siri}ConnectingJourneyRefStructure"/>
               </sequence>
             </choice>
             <choice>
               <element name="WillNotWait" type="{http://www.siri.org.uk/siri}EmptyType"/>
               <element name="WillWait" type="{http://www.siri.org.uk/siri}WillWaitStructure"/>
             </choice>
             <element name="ExpectedDepartureTimeOfDistributor" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="ConnectionMonitoring" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • EstimatedServiceJourneyInterchange

        public EstimatedServiceJourneyInterchange()
    • Method Detail

      • getInterchangeRef

        public InterchangeRef getInterchangeRef()
        Gets the value of the interchangeRef property.
        Returns:
        possible object is InterchangeRef
      • setInterchangeRef

        public void setInterchangeRef​(InterchangeRef value)
        Sets the value of the interchangeRef property.
        Parameters:
        value - allowed object is InterchangeRef
      • getWillNotWait

        public String getWillNotWait()
        Gets the value of the willNotWait property.
        Returns:
        possible object is String
      • setWillNotWait

        public void setWillNotWait​(String value)
        Sets the value of the willNotWait property.
        Parameters:
        value - allowed object is String
      • getExpectedDepartureTimeOfDistributor

        public ZonedDateTime getExpectedDepartureTimeOfDistributor()
        Gets the value of the expectedDepartureTimeOfDistributor property.
        Returns:
        possible object is String
      • setExpectedDepartureTimeOfDistributor

        public void setExpectedDepartureTimeOfDistributor​(ZonedDateTime value)
        Sets the value of the expectedDepartureTimeOfDistributor property.
        Parameters:
        value - allowed object is String
      • isConnectionMonitoring

        public Boolean isConnectionMonitoring()
        Gets the value of the connectionMonitoring property.
        Returns:
        possible object is Boolean
      • setConnectionMonitoring

        public void setConnectionMonitoring​(Boolean value)
        Sets the value of the connectionMonitoring property.
        Parameters:
        value - allowed object is Boolean