public class JourneyMeeting_VersionStructure extends DataManagedObjectStructure
Java class for JourneyMeeting_VersionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JourneyMeeting_VersionStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}DataManagedObjectStructure">
<sequence>
<group ref="{http://www.netex.org.uk/netex}JourneyMeetingGroup"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ScheduledStopPointRefStructure |
atStopPointRef |
protected ConnectingJourney_DerivedViewStructure |
connectingJourneyView |
protected Line_DerivedViewStructure |
connectingLineView |
protected List<MultilingualString> |
connectingStopPointName |
protected List<ScheduledStopPointRefStructure> |
connectingStopPointRef |
protected ConnectionRefStructure |
connectionRef |
protected MultilingualString |
description |
protected LocalTime |
earliestTime |
protected BigInteger |
earliestTimeDayOffset |
protected VehicleJourneyRefStructure |
fromJourneyRef |
protected JAXBElement<? extends JourneyRefStructure> |
journeyRef |
protected LocalTime |
latestTime |
protected BigInteger |
latestTimeDayOffset |
protected JAXBElement<? extends LineRefStructure> |
lineRef |
protected MultilingualString |
name |
protected ReasonForMeetingEnumeration |
reason |
protected VehicleJourneyRefStructure |
toJourneyRef |
brandingRef, extensions, keyList, responsibilitySetRefalternativeTexts, changed, compatibleWithVersionFrameVersionRef, created, dataSourceRef, derivedFromObjectRef, derivedFromVersionRef_BasicModificationDetailsGroup, modification, status_BasicModificationDetailsGroup, validBetween, validityConditions, versionid, nameOfClass| Constructor and Description |
|---|
JourneyMeeting_VersionStructure() |
getBrandingRef, getExtensions, getKeyList, getResponsibilitySetRef, setBrandingRef, setExtensions, setKeyList, setResponsibilitySetRefgetAlternativeTexts, getChanged, getCompatibleWithVersionFrameVersionRef, getCreated, getDataSourceRef, getDerivedFromObjectRef, getDerivedFromVersionRef_BasicModificationDetailsGroup, getModification, getStatus_BasicModificationDetailsGroup, getValidBetween, getValidityConditions, getVersion, setAlternativeTexts, setChanged, setCompatibleWithVersionFrameVersionRef, setCreated, setDataSourceRef, setDerivedFromObjectRef, setDerivedFromVersionRef_BasicModificationDetailsGroup, setModification, setStatus_BasicModificationDetailsGroup, setValidityConditions, setVersiongetId, getNameOfClass, setId, setNameOfClassprotected MultilingualString name
protected ScheduledStopPointRefStructure atStopPointRef
protected VehicleJourneyRefStructure fromJourneyRef
protected VehicleJourneyRefStructure toJourneyRef
protected MultilingualString description
protected LocalTime earliestTime
protected BigInteger earliestTimeDayOffset
protected LocalTime latestTime
protected BigInteger latestTimeDayOffset
protected ReasonForMeetingEnumeration reason
protected ConnectionRefStructure connectionRef
protected List<ScheduledStopPointRefStructure> connectingStopPointRef
protected List<MultilingualString> connectingStopPointName
protected JAXBElement<? extends JourneyRefStructure> journeyRef
protected ConnectingJourney_DerivedViewStructure connectingJourneyView
protected JAXBElement<? extends LineRefStructure> lineRef
protected Line_DerivedViewStructure connectingLineView
public MultilingualString getName()
MultilingualStringpublic void setName(MultilingualString value)
value - allowed object is
MultilingualStringpublic ScheduledStopPointRefStructure getAtStopPointRef()
ScheduledStopPointRefStructurepublic void setAtStopPointRef(ScheduledStopPointRefStructure value)
value - allowed object is
ScheduledStopPointRefStructurepublic VehicleJourneyRefStructure getFromJourneyRef()
VehicleJourneyRefStructurepublic void setFromJourneyRef(VehicleJourneyRefStructure value)
value - allowed object is
VehicleJourneyRefStructurepublic VehicleJourneyRefStructure getToJourneyRef()
VehicleJourneyRefStructurepublic void setToJourneyRef(VehicleJourneyRefStructure value)
value - allowed object is
VehicleJourneyRefStructurepublic MultilingualString getDescription()
MultilingualStringpublic void setDescription(MultilingualString value)
value - allowed object is
MultilingualStringpublic LocalTime getEarliestTime()
Stringpublic void setEarliestTime(LocalTime value)
value - allowed object is
Stringpublic BigInteger getEarliestTimeDayOffset()
BigIntegerpublic void setEarliestTimeDayOffset(BigInteger value)
value - allowed object is
BigIntegerpublic LocalTime getLatestTime()
Stringpublic void setLatestTime(LocalTime value)
value - allowed object is
Stringpublic BigInteger getLatestTimeDayOffset()
BigIntegerpublic void setLatestTimeDayOffset(BigInteger value)
value - allowed object is
BigIntegerpublic ReasonForMeetingEnumeration getReason()
ReasonForMeetingEnumerationpublic void setReason(ReasonForMeetingEnumeration value)
value - allowed object is
ReasonForMeetingEnumerationpublic ConnectionRefStructure getConnectionRef()
ConnectionRefStructurepublic void setConnectionRef(ConnectionRefStructure value)
value - allowed object is
ConnectionRefStructurepublic List<ScheduledStopPointRefStructure> getConnectingStopPointRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the connectingStopPointRef property.
For example, to add a new item, do as follows:
getConnectingStopPointRef().add(newItem);
Objects of the following type(s) are allowed in the list
ScheduledStopPointRefStructure
public List<MultilingualString> getConnectingStopPointName()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the connectingStopPointName property.
For example, to add a new item, do as follows:
getConnectingStopPointName().add(newItem);
Objects of the following type(s) are allowed in the list
MultilingualString
public JAXBElement<? extends JourneyRefStructure> getJourneyRef()
JAXBElement<SpecialServiceRefStructure>
JAXBElement<JourneyRefStructure>
JAXBElement<ServiceJourneyRefStructure>
JAXBElement<VehicleJourneyRefStructure>
JAXBElement<DeadRunRefStructure>
JAXBElement<VehicleJourneyRefStructure>
JAXBElement<TemplateServiceJourneyRefStructure>
JAXBElement<DatedSpecialServiceRefStructure>public void setJourneyRef(JAXBElement<? extends JourneyRefStructure> value)
value - allowed object is
JAXBElement<SpecialServiceRefStructure>
JAXBElement<JourneyRefStructure>
JAXBElement<ServiceJourneyRefStructure>
JAXBElement<VehicleJourneyRefStructure>
JAXBElement<DeadRunRefStructure>
JAXBElement<VehicleJourneyRefStructure>
JAXBElement<TemplateServiceJourneyRefStructure>
JAXBElement<DatedSpecialServiceRefStructure>public ConnectingJourney_DerivedViewStructure getConnectingJourneyView()
ConnectingJourney_DerivedViewStructurepublic void setConnectingJourneyView(ConnectingJourney_DerivedViewStructure value)
value - allowed object is
ConnectingJourney_DerivedViewStructurepublic JAXBElement<? extends LineRefStructure> getLineRef()
JAXBElement<FlexibleLineRefStructure>
JAXBElement<LineRefStructure>public void setLineRef(JAXBElement<? extends LineRefStructure> value)
value - allowed object is
JAXBElement<FlexibleLineRefStructure>
JAXBElement<LineRefStructure>public Line_DerivedViewStructure getConnectingLineView()
Line_DerivedViewStructurepublic void setConnectingLineView(Line_DerivedViewStructure value)
value - allowed object is
Line_DerivedViewStructurepublic JourneyMeeting_VersionStructure withName(MultilingualString value)
public JourneyMeeting_VersionStructure withAtStopPointRef(ScheduledStopPointRefStructure value)
public JourneyMeeting_VersionStructure withFromJourneyRef(VehicleJourneyRefStructure value)
public JourneyMeeting_VersionStructure withToJourneyRef(VehicleJourneyRefStructure value)
public JourneyMeeting_VersionStructure withDescription(MultilingualString value)
public JourneyMeeting_VersionStructure withEarliestTime(LocalTime value)
public JourneyMeeting_VersionStructure withEarliestTimeDayOffset(BigInteger value)
public JourneyMeeting_VersionStructure withLatestTime(LocalTime value)
public JourneyMeeting_VersionStructure withLatestTimeDayOffset(BigInteger value)
public JourneyMeeting_VersionStructure withReason(ReasonForMeetingEnumeration value)
public JourneyMeeting_VersionStructure withConnectionRef(ConnectionRefStructure value)
public JourneyMeeting_VersionStructure withConnectingStopPointRef(ScheduledStopPointRefStructure... values)
public JourneyMeeting_VersionStructure withConnectingStopPointRef(Collection<ScheduledStopPointRefStructure> values)
public JourneyMeeting_VersionStructure withConnectingStopPointName(MultilingualString... values)
public JourneyMeeting_VersionStructure withConnectingStopPointName(Collection<MultilingualString> values)
public JourneyMeeting_VersionStructure withJourneyRef(JAXBElement<? extends JourneyRefStructure> value)
public JourneyMeeting_VersionStructure withConnectingJourneyView(ConnectingJourney_DerivedViewStructure value)
public JourneyMeeting_VersionStructure withLineRef(JAXBElement<? extends LineRefStructure> value)
public JourneyMeeting_VersionStructure withConnectingLineView(Line_DerivedViewStructure value)
public JourneyMeeting_VersionStructure withKeyList(KeyListStructure value)
withKeyList in class DataManagedObjectStructurepublic JourneyMeeting_VersionStructure withExtensions(ExtensionsStructure value)
withExtensions in class DataManagedObjectStructurepublic JourneyMeeting_VersionStructure withBrandingRef(BrandingRefStructure value)
withBrandingRef in class DataManagedObjectStructurepublic JourneyMeeting_VersionStructure withResponsibilitySetRef(String value)
withResponsibilitySetRef in class DataManagedObjectStructurepublic JourneyMeeting_VersionStructure withValidityConditions(ValidityConditions_RelStructure value)
withValidityConditions in class DataManagedObjectStructurepublic JourneyMeeting_VersionStructure withValidBetween(ValidBetween... values)
withValidBetween in class DataManagedObjectStructurepublic JourneyMeeting_VersionStructure withValidBetween(Collection<ValidBetween> values)
withValidBetween in class DataManagedObjectStructurepublic JourneyMeeting_VersionStructure withAlternativeTexts(AlternativeTexts_RelStructure value)
withAlternativeTexts in class DataManagedObjectStructurepublic JourneyMeeting_VersionStructure withDataSourceRef(String value)
withDataSourceRef in class DataManagedObjectStructurepublic JourneyMeeting_VersionStructure withCreated(LocalDateTime value)
withCreated in class DataManagedObjectStructurepublic JourneyMeeting_VersionStructure withChanged(LocalDateTime value)
withChanged in class DataManagedObjectStructurepublic JourneyMeeting_VersionStructure withModification(ModificationEnumeration value)
withModification in class DataManagedObjectStructurepublic JourneyMeeting_VersionStructure withVersion(String value)
withVersion in class DataManagedObjectStructurepublic JourneyMeeting_VersionStructure withStatus_BasicModificationDetailsGroup(StatusEnumeration value)
withStatus_BasicModificationDetailsGroup in class DataManagedObjectStructurepublic JourneyMeeting_VersionStructure withDerivedFromVersionRef_BasicModificationDetailsGroup(String value)
withDerivedFromVersionRef_BasicModificationDetailsGroup in class DataManagedObjectStructurepublic JourneyMeeting_VersionStructure withCompatibleWithVersionFrameVersionRef(String value)
withCompatibleWithVersionFrameVersionRef in class DataManagedObjectStructurepublic JourneyMeeting_VersionStructure withDerivedFromObjectRef(String value)
withDerivedFromObjectRef in class DataManagedObjectStructurepublic JourneyMeeting_VersionStructure withNameOfClass(String value)
withNameOfClass in class DataManagedObjectStructurepublic JourneyMeeting_VersionStructure withId(String value)
withId in class DataManagedObjectStructurepublic String toString()
toString in class DataManagedObjectStructureCopyright © 2018 Entur AS. All rights reserved.