Class RelatedCallStructure

  • All Implemented Interfaces:
    Serializable

    public class RelatedCallStructure
    extends AbstractCallStructure
    implements Serializable
    The JOURNEY RELATION refers to this CALL. +SIRI v2.1

    Java class for RelatedCallStructure complex type.

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

     <complexType name="RelatedCallStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}AbstractCallStructure">
           <sequence>
             <element ref="{http://www.siri.org.uk/siri}AimedDepartureTime" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}AimedArrivalTime" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • RelatedCallStructure

        public RelatedCallStructure()
    • Method Detail

      • getAimedDepartureTime

        public ZonedDateTime getAimedDepartureTime()
        Gets the value of the aimedDepartureTime property.
        Returns:
        possible object is String
      • setAimedDepartureTime

        public void setAimedDepartureTime​(ZonedDateTime value)
        Sets the value of the aimedDepartureTime property.
        Parameters:
        value - allowed object is String
      • getAimedArrivalTime

        public ZonedDateTime getAimedArrivalTime()
        Gets the value of the aimedArrivalTime property.
        Returns:
        possible object is String
      • setAimedArrivalTime

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