public class JourneyPart_VersionStructure extends DataManagedObjectStructure
Java class for JourneyPart_VersionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JourneyPart_VersionStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}DataManagedObjectStructure">
<sequence>
<group ref="{http://www.netex.org.uk/netex}JourneyPartGroup"/>
</sequence>
<attribute name="order" type="{http://www.w3.org/2001/XMLSchema}integer" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<? extends BlockPartRefStructure> |
blockPartRef |
protected MultilingualString |
description |
protected LocalTime |
endTime |
protected BigInteger |
endTimeDayOffset |
protected ServiceFacilitySets_RelStructure |
facilities |
protected ScheduledStopPointRefStructure |
fromStopPointRef |
protected JourneyPartCoupleRefStructure |
journeyPartCoupleRef |
protected JourneyPartPositions_RelStructure |
journeyPartPositions |
protected JourneyPartCoupleRefStructure |
mainPartRef |
protected BigInteger |
order |
protected VehicleJourneyRefStructure |
parentJourneyRef |
protected PurposeOfJourneyPartitionRefStructure |
purposeOfJourneyPartitionRef |
protected LocalTime |
startTime |
protected BigInteger |
startTimeDayOffset |
protected ScheduledStopPointRefStructure |
toStopPointRef |
protected TrainNumberRefStructure |
trainNumberRef |
protected Boolean |
vehicleOrientation |
brandingRef, extensions, keyList, responsibilitySetRefalternativeTexts, changed, compatibleWithVersionFrameVersionRef, created, dataSourceRef, derivedFromObjectRef, derivedFromVersionRef_BasicModificationDetailsGroup, modification, status_BasicModificationDetailsGroup, validBetween, validityConditions, versionid, nameOfClass| Constructor and Description |
|---|
JourneyPart_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 description
protected VehicleJourneyRefStructure parentJourneyRef
protected JourneyPartCoupleRefStructure mainPartRef
protected JourneyPartCoupleRefStructure journeyPartCoupleRef
protected TrainNumberRefStructure trainNumberRef
protected JAXBElement<? extends BlockPartRefStructure> blockPartRef
protected ScheduledStopPointRefStructure fromStopPointRef
protected ScheduledStopPointRefStructure toStopPointRef
protected LocalTime startTime
protected BigInteger startTimeDayOffset
protected LocalTime endTime
protected BigInteger endTimeDayOffset
protected Boolean vehicleOrientation
protected PurposeOfJourneyPartitionRefStructure purposeOfJourneyPartitionRef
protected ServiceFacilitySets_RelStructure facilities
protected JourneyPartPositions_RelStructure journeyPartPositions
protected BigInteger order
public MultilingualString getDescription()
MultilingualStringpublic void setDescription(MultilingualString value)
value - allowed object is
MultilingualStringpublic VehicleJourneyRefStructure getParentJourneyRef()
VehicleJourneyRefStructurepublic void setParentJourneyRef(VehicleJourneyRefStructure value)
value - allowed object is
VehicleJourneyRefStructurepublic JourneyPartCoupleRefStructure getMainPartRef()
JourneyPartCoupleRefStructurepublic void setMainPartRef(JourneyPartCoupleRefStructure value)
value - allowed object is
JourneyPartCoupleRefStructurepublic JourneyPartCoupleRefStructure getJourneyPartCoupleRef()
JourneyPartCoupleRefStructurepublic void setJourneyPartCoupleRef(JourneyPartCoupleRefStructure value)
value - allowed object is
JourneyPartCoupleRefStructurepublic TrainNumberRefStructure getTrainNumberRef()
TrainNumberRefStructurepublic void setTrainNumberRef(TrainNumberRefStructure value)
value - allowed object is
TrainNumberRefStructurepublic JAXBElement<? extends BlockPartRefStructure> getBlockPartRef()
JAXBElement<TrainBlockPartRefStructure>
JAXBElement<BlockPartRefStructure>public void setBlockPartRef(JAXBElement<? extends BlockPartRefStructure> value)
value - allowed object is
JAXBElement<TrainBlockPartRefStructure>
JAXBElement<BlockPartRefStructure>public ScheduledStopPointRefStructure getFromStopPointRef()
ScheduledStopPointRefStructurepublic void setFromStopPointRef(ScheduledStopPointRefStructure value)
value - allowed object is
ScheduledStopPointRefStructurepublic ScheduledStopPointRefStructure getToStopPointRef()
ScheduledStopPointRefStructurepublic void setToStopPointRef(ScheduledStopPointRefStructure value)
value - allowed object is
ScheduledStopPointRefStructurepublic LocalTime getStartTime()
Stringpublic void setStartTime(LocalTime value)
value - allowed object is
Stringpublic BigInteger getStartTimeDayOffset()
BigIntegerpublic void setStartTimeDayOffset(BigInteger value)
value - allowed object is
BigIntegerpublic LocalTime getEndTime()
Stringpublic void setEndTime(LocalTime value)
value - allowed object is
Stringpublic BigInteger getEndTimeDayOffset()
BigIntegerpublic void setEndTimeDayOffset(BigInteger value)
value - allowed object is
BigIntegerpublic Boolean isVehicleOrientation()
Booleanpublic void setVehicleOrientation(Boolean value)
value - allowed object is
Booleanpublic PurposeOfJourneyPartitionRefStructure getPurposeOfJourneyPartitionRef()
PurposeOfJourneyPartitionRefStructurepublic void setPurposeOfJourneyPartitionRef(PurposeOfJourneyPartitionRefStructure value)
value - allowed object is
PurposeOfJourneyPartitionRefStructurepublic ServiceFacilitySets_RelStructure getFacilities()
ServiceFacilitySets_RelStructurepublic void setFacilities(ServiceFacilitySets_RelStructure value)
value - allowed object is
ServiceFacilitySets_RelStructurepublic JourneyPartPositions_RelStructure getJourneyPartPositions()
JourneyPartPositions_RelStructurepublic void setJourneyPartPositions(JourneyPartPositions_RelStructure value)
value - allowed object is
JourneyPartPositions_RelStructurepublic BigInteger getOrder()
BigIntegerpublic void setOrder(BigInteger value)
value - allowed object is
BigIntegerpublic JourneyPart_VersionStructure withDescription(MultilingualString value)
public JourneyPart_VersionStructure withParentJourneyRef(VehicleJourneyRefStructure value)
public JourneyPart_VersionStructure withMainPartRef(JourneyPartCoupleRefStructure value)
public JourneyPart_VersionStructure withJourneyPartCoupleRef(JourneyPartCoupleRefStructure value)
public JourneyPart_VersionStructure withTrainNumberRef(TrainNumberRefStructure value)
public JourneyPart_VersionStructure withBlockPartRef(JAXBElement<? extends BlockPartRefStructure> value)
public JourneyPart_VersionStructure withFromStopPointRef(ScheduledStopPointRefStructure value)
public JourneyPart_VersionStructure withToStopPointRef(ScheduledStopPointRefStructure value)
public JourneyPart_VersionStructure withStartTime(LocalTime value)
public JourneyPart_VersionStructure withStartTimeDayOffset(BigInteger value)
public JourneyPart_VersionStructure withEndTime(LocalTime value)
public JourneyPart_VersionStructure withEndTimeDayOffset(BigInteger value)
public JourneyPart_VersionStructure withVehicleOrientation(Boolean value)
public JourneyPart_VersionStructure withPurposeOfJourneyPartitionRef(PurposeOfJourneyPartitionRefStructure value)
public JourneyPart_VersionStructure withFacilities(ServiceFacilitySets_RelStructure value)
public JourneyPart_VersionStructure withJourneyPartPositions(JourneyPartPositions_RelStructure value)
public JourneyPart_VersionStructure withOrder(BigInteger value)
public JourneyPart_VersionStructure withKeyList(KeyListStructure value)
withKeyList in class DataManagedObjectStructurepublic JourneyPart_VersionStructure withExtensions(ExtensionsStructure value)
withExtensions in class DataManagedObjectStructurepublic JourneyPart_VersionStructure withBrandingRef(BrandingRefStructure value)
withBrandingRef in class DataManagedObjectStructurepublic JourneyPart_VersionStructure withResponsibilitySetRef(String value)
withResponsibilitySetRef in class DataManagedObjectStructurepublic JourneyPart_VersionStructure withValidityConditions(ValidityConditions_RelStructure value)
withValidityConditions in class DataManagedObjectStructurepublic JourneyPart_VersionStructure withValidBetween(ValidBetween... values)
withValidBetween in class DataManagedObjectStructurepublic JourneyPart_VersionStructure withValidBetween(Collection<ValidBetween> values)
withValidBetween in class DataManagedObjectStructurepublic JourneyPart_VersionStructure withAlternativeTexts(AlternativeTexts_RelStructure value)
withAlternativeTexts in class DataManagedObjectStructurepublic JourneyPart_VersionStructure withDataSourceRef(String value)
withDataSourceRef in class DataManagedObjectStructurepublic JourneyPart_VersionStructure withCreated(LocalDateTime value)
withCreated in class DataManagedObjectStructurepublic JourneyPart_VersionStructure withChanged(LocalDateTime value)
withChanged in class DataManagedObjectStructurepublic JourneyPart_VersionStructure withModification(ModificationEnumeration value)
withModification in class DataManagedObjectStructurepublic JourneyPart_VersionStructure withVersion(String value)
withVersion in class DataManagedObjectStructurepublic JourneyPart_VersionStructure withStatus_BasicModificationDetailsGroup(StatusEnumeration value)
withStatus_BasicModificationDetailsGroup in class DataManagedObjectStructurepublic JourneyPart_VersionStructure withDerivedFromVersionRef_BasicModificationDetailsGroup(String value)
withDerivedFromVersionRef_BasicModificationDetailsGroup in class DataManagedObjectStructurepublic JourneyPart_VersionStructure withCompatibleWithVersionFrameVersionRef(String value)
withCompatibleWithVersionFrameVersionRef in class DataManagedObjectStructurepublic JourneyPart_VersionStructure withDerivedFromObjectRef(String value)
withDerivedFromObjectRef in class DataManagedObjectStructurepublic JourneyPart_VersionStructure withNameOfClass(String value)
withNameOfClass in class DataManagedObjectStructurepublic JourneyPart_VersionStructure withId(String value)
withId in class DataManagedObjectStructurepublic String toString()
toString in class DataManagedObjectStructureCopyright © 2018 Entur AS. All rights reserved.