public class ServiceJourneyInterchange_DerivedViewStructure extends DerivedViewStructure
Java class for ServiceJourneyInterchange_DerivedViewStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceJourneyInterchange_DerivedViewStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}DerivedViewStructure">
<sequence>
<element ref="{http://www.netex.org.uk/netex}ServiceJourneyInterchangeRef" minOccurs="0"/>
<element name="Description" type="{http://www.netex.org.uk/netex}MultilingualString" minOccurs="0"/>
<group ref="{http://www.netex.org.uk/netex}InterchangePropertyGroup"/>
<element name="noticeAssignments" minOccurs="0">
<complexType>
<complexContent>
<extension base="{http://www.netex.org.uk/netex}noticeAssignments_RelStructure">
</extension>
</complexContent>
</complexType>
</element>
<choice>
<element name="ConnectingJourneyRef" type="{http://www.netex.org.uk/netex}VehicleJourneyRefStructure"/>
<element ref="{http://www.netex.org.uk/netex}ConnectingJourneyView"/>
</choice>
<element name="ConnectingLineView" type="{http://www.netex.org.uk/netex}Line_DerivedViewStructure" minOccurs="0"/>
<group ref="{http://www.netex.org.uk/netex}InterchangeTimesGroup"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceJourneyInterchange_DerivedViewStructure.NoticeAssignments
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
advertised |
protected VehicleJourneyRefStructure |
connectingJourneyRef |
protected ConnectingJourney_DerivedViewStructure |
connectingJourneyView |
protected Line_DerivedViewStructure |
connectingLineView |
protected Duration |
controlCentreNotifyThreshold |
protected Boolean |
controlled |
protected Boolean |
crossBorder |
protected MultilingualString |
description |
protected Boolean |
guaranteed |
protected Duration |
maximumAutomaticWaitTime |
protected Duration |
maximumTransferTime |
protected Duration |
maximumWaitTime |
protected Duration |
minimumTransferTime |
protected ServiceJourneyInterchange_DerivedViewStructure.NoticeAssignments |
noticeAssignments |
protected Boolean |
planned |
protected ServiceJourneyInterchangeRefStructure |
serviceJourneyInterchangeRef |
protected Duration |
standardTransferTime |
protected Duration |
standardWaitTime |
protected Boolean |
staySeated |
brandingRef, id| Constructor and Description |
|---|
ServiceJourneyInterchange_DerivedViewStructure() |
getBrandingRef, getId, setBrandingRef, setIdprotected ServiceJourneyInterchangeRefStructure serviceJourneyInterchangeRef
protected MultilingualString description
protected Boolean staySeated
protected Boolean crossBorder
protected Boolean planned
protected Boolean guaranteed
protected Boolean advertised
protected Boolean controlled
protected ServiceJourneyInterchange_DerivedViewStructure.NoticeAssignments noticeAssignments
protected VehicleJourneyRefStructure connectingJourneyRef
protected ConnectingJourney_DerivedViewStructure connectingJourneyView
protected Line_DerivedViewStructure connectingLineView
protected Duration standardWaitTime
protected Duration maximumWaitTime
protected Duration maximumAutomaticWaitTime
protected Duration standardTransferTime
protected Duration minimumTransferTime
protected Duration maximumTransferTime
protected Duration controlCentreNotifyThreshold
public ServiceJourneyInterchange_DerivedViewStructure()
public ServiceJourneyInterchangeRefStructure getServiceJourneyInterchangeRef()
ServiceJourneyInterchangeRefStructurepublic void setServiceJourneyInterchangeRef(ServiceJourneyInterchangeRefStructure value)
value - allowed object is
ServiceJourneyInterchangeRefStructurepublic MultilingualString getDescription()
MultilingualStringpublic void setDescription(MultilingualString value)
value - allowed object is
MultilingualStringpublic Boolean isStaySeated()
Booleanpublic void setStaySeated(Boolean value)
value - allowed object is
Booleanpublic Boolean isCrossBorder()
Booleanpublic void setCrossBorder(Boolean value)
value - allowed object is
Booleanpublic Boolean isPlanned()
Booleanpublic void setPlanned(Boolean value)
value - allowed object is
Booleanpublic Boolean isGuaranteed()
Booleanpublic void setGuaranteed(Boolean value)
value - allowed object is
Booleanpublic Boolean isAdvertised()
Booleanpublic void setAdvertised(Boolean value)
value - allowed object is
Booleanpublic Boolean isControlled()
Booleanpublic void setControlled(Boolean value)
value - allowed object is
Booleanpublic ServiceJourneyInterchange_DerivedViewStructure.NoticeAssignments getNoticeAssignments()
ServiceJourneyInterchange_DerivedViewStructure.NoticeAssignmentspublic void setNoticeAssignments(ServiceJourneyInterchange_DerivedViewStructure.NoticeAssignments value)
value - allowed object is
ServiceJourneyInterchange_DerivedViewStructure.NoticeAssignmentspublic VehicleJourneyRefStructure getConnectingJourneyRef()
VehicleJourneyRefStructurepublic void setConnectingJourneyRef(VehicleJourneyRefStructure value)
value - allowed object is
VehicleJourneyRefStructurepublic ConnectingJourney_DerivedViewStructure getConnectingJourneyView()
ConnectingJourney_DerivedViewStructurepublic void setConnectingJourneyView(ConnectingJourney_DerivedViewStructure value)
value - allowed object is
ConnectingJourney_DerivedViewStructurepublic Line_DerivedViewStructure getConnectingLineView()
Line_DerivedViewStructurepublic void setConnectingLineView(Line_DerivedViewStructure value)
value - allowed object is
Line_DerivedViewStructurepublic Duration getStandardWaitTime()
Stringpublic void setStandardWaitTime(Duration value)
value - allowed object is
Stringpublic Duration getMaximumWaitTime()
Stringpublic void setMaximumWaitTime(Duration value)
value - allowed object is
Stringpublic Duration getMaximumAutomaticWaitTime()
Stringpublic void setMaximumAutomaticWaitTime(Duration value)
value - allowed object is
Stringpublic Duration getStandardTransferTime()
Stringpublic void setStandardTransferTime(Duration value)
value - allowed object is
Stringpublic Duration getMinimumTransferTime()
Stringpublic void setMinimumTransferTime(Duration value)
value - allowed object is
Stringpublic Duration getMaximumTransferTime()
Stringpublic void setMaximumTransferTime(Duration value)
value - allowed object is
Stringpublic Duration getControlCentreNotifyThreshold()
Stringpublic void setControlCentreNotifyThreshold(Duration value)
value - allowed object is
Stringpublic ServiceJourneyInterchange_DerivedViewStructure withServiceJourneyInterchangeRef(ServiceJourneyInterchangeRefStructure value)
public ServiceJourneyInterchange_DerivedViewStructure withDescription(MultilingualString value)
public ServiceJourneyInterchange_DerivedViewStructure withStaySeated(Boolean value)
public ServiceJourneyInterchange_DerivedViewStructure withCrossBorder(Boolean value)
public ServiceJourneyInterchange_DerivedViewStructure withPlanned(Boolean value)
public ServiceJourneyInterchange_DerivedViewStructure withGuaranteed(Boolean value)
public ServiceJourneyInterchange_DerivedViewStructure withAdvertised(Boolean value)
public ServiceJourneyInterchange_DerivedViewStructure withControlled(Boolean value)
public ServiceJourneyInterchange_DerivedViewStructure withNoticeAssignments(ServiceJourneyInterchange_DerivedViewStructure.NoticeAssignments value)
public ServiceJourneyInterchange_DerivedViewStructure withConnectingJourneyRef(VehicleJourneyRefStructure value)
public ServiceJourneyInterchange_DerivedViewStructure withConnectingJourneyView(ConnectingJourney_DerivedViewStructure value)
public ServiceJourneyInterchange_DerivedViewStructure withConnectingLineView(Line_DerivedViewStructure value)
public ServiceJourneyInterchange_DerivedViewStructure withStandardWaitTime(Duration value)
public ServiceJourneyInterchange_DerivedViewStructure withMaximumWaitTime(Duration value)
public ServiceJourneyInterchange_DerivedViewStructure withMaximumAutomaticWaitTime(Duration value)
public ServiceJourneyInterchange_DerivedViewStructure withStandardTransferTime(Duration value)
public ServiceJourneyInterchange_DerivedViewStructure withMinimumTransferTime(Duration value)
public ServiceJourneyInterchange_DerivedViewStructure withMaximumTransferTime(Duration value)
public ServiceJourneyInterchange_DerivedViewStructure withControlCentreNotifyThreshold(Duration value)
public ServiceJourneyInterchange_DerivedViewStructure withBrandingRef(BrandingRefStructure value)
withBrandingRef in class DerivedViewStructurepublic ServiceJourneyInterchange_DerivedViewStructure withId(String value)
withId in class DerivedViewStructurepublic String toString()
toString in class DerivedViewStructureCopyright © 2018 Entur AS. All rights reserved.