public class ConnectingJourney_DerivedViewStructure extends DerivedViewStructure
Java class for ConnectingJourney_DerivedViewStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnectingJourney_DerivedViewStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}DerivedViewStructure">
<sequence>
<element name="ServiceJourneyRef" type="{http://www.netex.org.uk/netex}ServiceJourneyRefStructure"/>
<choice minOccurs="0">
<element name="DepartureTime" type="{http://www.w3.org/2001/XMLSchema}time"/>
<element name="Frequency" type="{http://www.netex.org.uk/netex}FrequencyStructure" minOccurs="0"/>
</choice>
<element name="Name" type="{http://www.netex.org.uk/netex}MultilingualString" minOccurs="0"/>
<element ref="{http://www.netex.org.uk/netex}DestinationDisplayView" minOccurs="0"/>
<element ref="{http://www.netex.org.uk/netex}DayTypeRef" minOccurs="0"/>
<element ref="{http://www.netex.org.uk/netex}JourneyPatternRef" minOccurs="0"/>
<element name="ConnectingOrder" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
<element name="ConnectingVisitNumber" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
connectingOrder |
protected BigInteger |
connectingVisitNumber |
protected JAXBElement<? extends DayTypeRefStructure> |
dayTypeRef |
protected LocalTime |
departureTime |
protected DestinationDisplayView |
destinationDisplayView |
protected FrequencyStructure |
frequency |
protected JAXBElement<? extends JourneyPatternRefStructure> |
journeyPatternRef |
protected MultilingualString |
name |
protected ServiceJourneyRefStructure |
serviceJourneyRef |
brandingRef, id| Constructor and Description |
|---|
ConnectingJourney_DerivedViewStructure() |
getBrandingRef, getId, setBrandingRef, setIdprotected ServiceJourneyRefStructure serviceJourneyRef
protected LocalTime departureTime
protected FrequencyStructure frequency
protected MultilingualString name
protected DestinationDisplayView destinationDisplayView
protected JAXBElement<? extends DayTypeRefStructure> dayTypeRef
protected JAXBElement<? extends JourneyPatternRefStructure> journeyPatternRef
protected BigInteger connectingOrder
protected BigInteger connectingVisitNumber
public ConnectingJourney_DerivedViewStructure()
public ServiceJourneyRefStructure getServiceJourneyRef()
ServiceJourneyRefStructurepublic void setServiceJourneyRef(ServiceJourneyRefStructure value)
value - allowed object is
ServiceJourneyRefStructurepublic LocalTime getDepartureTime()
Stringpublic void setDepartureTime(LocalTime value)
value - allowed object is
Stringpublic FrequencyStructure getFrequency()
FrequencyStructurepublic void setFrequency(FrequencyStructure value)
value - allowed object is
FrequencyStructurepublic MultilingualString getName()
MultilingualStringpublic void setName(MultilingualString value)
value - allowed object is
MultilingualStringpublic DestinationDisplayView getDestinationDisplayView()
DestinationDisplayViewpublic void setDestinationDisplayView(DestinationDisplayView value)
value - allowed object is
DestinationDisplayViewpublic JAXBElement<? extends DayTypeRefStructure> getDayTypeRef()
JAXBElement<DayTypeRefStructure>
JAXBElement<FareDayTypeRefStructure>public void setDayTypeRef(JAXBElement<? extends DayTypeRefStructure> value)
value - allowed object is
JAXBElement<DayTypeRefStructure>
JAXBElement<FareDayTypeRefStructure>public JAXBElement<? extends JourneyPatternRefStructure> getJourneyPatternRef()
public void setJourneyPatternRef(JAXBElement<? extends JourneyPatternRefStructure> value)
value - allowed object is
JAXBElement<DeadRunJourneyPatternRefStructure>
JAXBElement<ServicePatternRefStructure>
JAXBElement<JourneyPatternRefStructure>
JAXBElement<ServiceJourneyPatternRefStructure>public BigInteger getConnectingOrder()
BigIntegerpublic void setConnectingOrder(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getConnectingVisitNumber()
BigIntegerpublic void setConnectingVisitNumber(BigInteger value)
value - allowed object is
BigIntegerpublic ConnectingJourney_DerivedViewStructure withServiceJourneyRef(ServiceJourneyRefStructure value)
public ConnectingJourney_DerivedViewStructure withDepartureTime(LocalTime value)
public ConnectingJourney_DerivedViewStructure withFrequency(FrequencyStructure value)
public ConnectingJourney_DerivedViewStructure withName(MultilingualString value)
public ConnectingJourney_DerivedViewStructure withDestinationDisplayView(DestinationDisplayView value)
public ConnectingJourney_DerivedViewStructure withDayTypeRef(JAXBElement<? extends DayTypeRefStructure> value)
public ConnectingJourney_DerivedViewStructure withJourneyPatternRef(JAXBElement<? extends JourneyPatternRefStructure> value)
public ConnectingJourney_DerivedViewStructure withConnectingOrder(BigInteger value)
public ConnectingJourney_DerivedViewStructure withConnectingVisitNumber(BigInteger value)
public ConnectingJourney_DerivedViewStructure withBrandingRef(BrandingRefStructure value)
withBrandingRef in class DerivedViewStructurepublic ConnectingJourney_DerivedViewStructure withId(String value)
withId in class DerivedViewStructurepublic String toString()
toString in class DerivedViewStructureCopyright © 2018 Entur AS. All rights reserved.