Class TransitInformation

  • All Implemented Interfaces:
    Serializable

    public class TransitInformation
    extends NonRoadEventInformation
    implements Serializable

    Java class for TransitInformation complex type.

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

     <complexType name="TransitInformation">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}NonRoadEventInformation">
           <sequence>
             <element name="journeyDestination" type="{http://datex2.eu/schema/2_0RC1/2_0}MultilingualString" minOccurs="0"/>
             <element name="journeyOrigin" type="{http://datex2.eu/schema/2_0RC1/2_0}MultilingualString" minOccurs="0"/>
             <element name="journeyReference" type="{http://datex2.eu/schema/2_0RC1/2_0}String" minOccurs="0"/>
             <element name="transitServiceInformation" type="{http://datex2.eu/schema/2_0RC1/2_0}TransitServiceInformationEnum"/>
             <element name="transitServiceType" type="{http://datex2.eu/schema/2_0RC1/2_0}TransitServiceTypeEnum"/>
             <element name="scheduledDepartureTime" type="{http://datex2.eu/schema/2_0RC1/2_0}DateTime" minOccurs="0"/>
             <element name="transitInformationExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • TransitInformation

        public TransitInformation()
    • Method Detail

      • setJourneyDestination

        public void setJourneyDestination​(MultilingualString value)
        Sets the value of the journeyDestination property.
        Parameters:
        value - allowed object is MultilingualString
      • setJourneyOrigin

        public void setJourneyOrigin​(MultilingualString value)
        Sets the value of the journeyOrigin property.
        Parameters:
        value - allowed object is MultilingualString
      • getJourneyReference

        public String getJourneyReference()
        Gets the value of the journeyReference property.
        Returns:
        possible object is String
      • setJourneyReference

        public void setJourneyReference​(String value)
        Sets the value of the journeyReference property.
        Parameters:
        value - allowed object is String
      • getScheduledDepartureTime

        public ZonedDateTime getScheduledDepartureTime()
        Gets the value of the scheduledDepartureTime property.
        Returns:
        possible object is String
      • setScheduledDepartureTime

        public void setScheduledDepartureTime​(ZonedDateTime value)
        Sets the value of the scheduledDepartureTime property.
        Parameters:
        value - allowed object is String
      • getTransitInformationExtension

        public ExtensionType getTransitInformationExtension()
        Gets the value of the transitInformationExtension property.
        Returns:
        possible object is ExtensionType
      • setTransitInformationExtension

        public void setTransitInformationExtension​(ExtensionType value)
        Sets the value of the transitInformationExtension property.
        Parameters:
        value - allowed object is ExtensionType