Class TransitInformation
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.SituationRecord
-
- eu.datex2.siri20.schema._2_0rc1._2_0.NonRoadEventInformation
-
- eu.datex2.siri20.schema._2_0rc1._2_0.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
-
-
Field Summary
Fields Modifier and Type Field Description protected MultilingualStringjourneyDestinationprotected MultilingualStringjourneyOriginprotected StringjourneyReferenceprotected ZonedDateTimescheduledDepartureTimeprotected ExtensionTypetransitInformationExtensionprotected TransitServiceInformationEnumtransitServiceInformationprotected TransitServiceTypeEnumtransitServiceType-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.NonRoadEventInformation
nonRoadEventInformationExtension
-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.SituationRecord
cause, confidentialityOverride, generalPublicComments, groupOfLocations, id, impact, management, nonGeneralPublicComments, probabilityOfOccurrence, situationRecordCreationReference, situationRecordCreationTime, situationRecordExtension, situationRecordFirstSupplierVersionTime, situationRecordObservationTime, situationRecordVersion, situationRecordVersionTime, source, urlLinks, validity
-
-
Constructor Summary
Constructors Constructor Description TransitInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MultilingualStringgetJourneyDestination()Gets the value of the journeyDestination property.MultilingualStringgetJourneyOrigin()Gets the value of the journeyOrigin property.StringgetJourneyReference()Gets the value of the journeyReference property.ZonedDateTimegetScheduledDepartureTime()Gets the value of the scheduledDepartureTime property.ExtensionTypegetTransitInformationExtension()Gets the value of the transitInformationExtension property.TransitServiceInformationEnumgetTransitServiceInformation()Gets the value of the transitServiceInformation property.TransitServiceTypeEnumgetTransitServiceType()Gets the value of the transitServiceType property.voidsetJourneyDestination(MultilingualString value)Sets the value of the journeyDestination property.voidsetJourneyOrigin(MultilingualString value)Sets the value of the journeyOrigin property.voidsetJourneyReference(String value)Sets the value of the journeyReference property.voidsetScheduledDepartureTime(ZonedDateTime value)Sets the value of the scheduledDepartureTime property.voidsetTransitInformationExtension(ExtensionType value)Sets the value of the transitInformationExtension property.voidsetTransitServiceInformation(TransitServiceInformationEnum value)Sets the value of the transitServiceInformation property.voidsetTransitServiceType(TransitServiceTypeEnum value)Sets the value of the transitServiceType property.-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.NonRoadEventInformation
getNonRoadEventInformationExtension, setNonRoadEventInformationExtension
-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.SituationRecord
getCause, getConfidentialityOverride, getGeneralPublicComments, getGroupOfLocations, getId, getImpact, getManagement, getNonGeneralPublicComments, getProbabilityOfOccurrence, getSituationRecordCreationReference, getSituationRecordCreationTime, getSituationRecordExtension, getSituationRecordFirstSupplierVersionTime, getSituationRecordObservationTime, getSituationRecordVersion, getSituationRecordVersionTime, getSource, getUrlLinks, getValidity, setCause, setConfidentialityOverride, setGroupOfLocations, setId, setImpact, setManagement, setProbabilityOfOccurrence, setSituationRecordCreationReference, setSituationRecordCreationTime, setSituationRecordExtension, setSituationRecordFirstSupplierVersionTime, setSituationRecordObservationTime, setSituationRecordVersion, setSituationRecordVersionTime, setSource, setValidity
-
-
-
-
Field Detail
-
journeyDestination
protected MultilingualString journeyDestination
-
journeyOrigin
protected MultilingualString journeyOrigin
-
journeyReference
protected String journeyReference
-
transitServiceInformation
protected TransitServiceInformationEnum transitServiceInformation
-
transitServiceType
protected TransitServiceTypeEnum transitServiceType
-
scheduledDepartureTime
protected ZonedDateTime scheduledDepartureTime
-
transitInformationExtension
protected ExtensionType transitInformationExtension
-
-
Method Detail
-
getJourneyDestination
public MultilingualString getJourneyDestination()
Gets the value of the journeyDestination property.- Returns:
- possible object is
MultilingualString
-
setJourneyDestination
public void setJourneyDestination(MultilingualString value)
Sets the value of the journeyDestination property.- Parameters:
value- allowed object isMultilingualString
-
getJourneyOrigin
public MultilingualString getJourneyOrigin()
Gets the value of the journeyOrigin property.- Returns:
- possible object is
MultilingualString
-
setJourneyOrigin
public void setJourneyOrigin(MultilingualString value)
Sets the value of the journeyOrigin property.- Parameters:
value- allowed object isMultilingualString
-
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 isString
-
getTransitServiceInformation
public TransitServiceInformationEnum getTransitServiceInformation()
Gets the value of the transitServiceInformation property.- Returns:
- possible object is
TransitServiceInformationEnum
-
setTransitServiceInformation
public void setTransitServiceInformation(TransitServiceInformationEnum value)
Sets the value of the transitServiceInformation property.- Parameters:
value- allowed object isTransitServiceInformationEnum
-
getTransitServiceType
public TransitServiceTypeEnum getTransitServiceType()
Gets the value of the transitServiceType property.- Returns:
- possible object is
TransitServiceTypeEnum
-
setTransitServiceType
public void setTransitServiceType(TransitServiceTypeEnum value)
Sets the value of the transitServiceType property.- Parameters:
value- allowed object isTransitServiceTypeEnum
-
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 isString
-
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 isExtensionType
-
-