public class JourneyDesignatorStructure extends Object
Java class for JourneyDesignatorStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JourneyDesignatorStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FromPointRef" type="{http://www.netex.org.uk/netex}TimingPointRefStructure"/>
<element name="ToPointRef" type="{http://www.netex.org.uk/netex}TimingPointRefStructure" minOccurs="0"/>
<group ref="{http://www.netex.org.uk/netex}DesignatorGroup"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
alternativeJourneyRef |
protected BigInteger |
arrivalDayOffset |
protected LocalTime |
arrivalTime |
protected LocalDateTime |
date |
protected JAXBElement<? extends DayTypeRefStructure> |
dayTypeRef |
protected BigInteger |
departureDayOffset |
protected LocalTime |
departureTime |
protected DirectionRefStructure |
directionRef |
protected TimingPointRefStructure |
fromPointRef |
protected JAXBElement<? extends LineRefStructure> |
lineRef |
protected TimingPointRefStructure |
toPointRef |
| Constructor and Description |
|---|
JourneyDesignatorStructure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlternativeJourneyRef()
Gets the value of the alternativeJourneyRef property.
|
BigInteger |
getArrivalDayOffset()
Gets the value of the arrivalDayOffset property.
|
LocalTime |
getArrivalTime()
Gets the value of the arrivalTime property.
|
LocalDateTime |
getDate()
Gets the value of the date property.
|
JAXBElement<? extends DayTypeRefStructure> |
getDayTypeRef()
Gets the value of the dayTypeRef property.
|
BigInteger |
getDepartureDayOffset()
Gets the value of the departureDayOffset property.
|
LocalTime |
getDepartureTime()
Gets the value of the departureTime property.
|
DirectionRefStructure |
getDirectionRef()
Gets the value of the directionRef property.
|
TimingPointRefStructure |
getFromPointRef()
Gets the value of the fromPointRef property.
|
JAXBElement<? extends LineRefStructure> |
getLineRef()
Gets the value of the lineRef property.
|
TimingPointRefStructure |
getToPointRef()
Gets the value of the toPointRef property.
|
void |
setAlternativeJourneyRef(String value)
Sets the value of the alternativeJourneyRef property.
|
void |
setArrivalDayOffset(BigInteger value)
Sets the value of the arrivalDayOffset property.
|
void |
setArrivalTime(LocalTime value)
Sets the value of the arrivalTime property.
|
void |
setDate(LocalDateTime value)
Sets the value of the date property.
|
void |
setDayTypeRef(JAXBElement<? extends DayTypeRefStructure> value)
Sets the value of the dayTypeRef property.
|
void |
setDepartureDayOffset(BigInteger value)
Sets the value of the departureDayOffset property.
|
void |
setDepartureTime(LocalTime value)
Sets the value of the departureTime property.
|
void |
setDirectionRef(DirectionRefStructure value)
Sets the value of the directionRef property.
|
void |
setFromPointRef(TimingPointRefStructure value)
Sets the value of the fromPointRef property.
|
void |
setLineRef(JAXBElement<? extends LineRefStructure> value)
Sets the value of the lineRef property.
|
void |
setToPointRef(TimingPointRefStructure value)
Sets the value of the toPointRef property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
JourneyDesignatorStructure |
withAlternativeJourneyRef(String value) |
JourneyDesignatorStructure |
withArrivalDayOffset(BigInteger value) |
JourneyDesignatorStructure |
withArrivalTime(LocalTime value) |
JourneyDesignatorStructure |
withDate(LocalDateTime value) |
JourneyDesignatorStructure |
withDayTypeRef(JAXBElement<? extends DayTypeRefStructure> value) |
JourneyDesignatorStructure |
withDepartureDayOffset(BigInteger value) |
JourneyDesignatorStructure |
withDepartureTime(LocalTime value) |
JourneyDesignatorStructure |
withDirectionRef(DirectionRefStructure value) |
JourneyDesignatorStructure |
withFromPointRef(TimingPointRefStructure value) |
JourneyDesignatorStructure |
withLineRef(JAXBElement<? extends LineRefStructure> value) |
JourneyDesignatorStructure |
withToPointRef(TimingPointRefStructure value) |
protected TimingPointRefStructure fromPointRef
protected TimingPointRefStructure toPointRef
protected LocalDateTime date
protected LocalTime departureTime
protected BigInteger departureDayOffset
protected LocalTime arrivalTime
protected BigInteger arrivalDayOffset
protected JAXBElement<? extends DayTypeRefStructure> dayTypeRef
protected JAXBElement<? extends LineRefStructure> lineRef
protected DirectionRefStructure directionRef
protected String alternativeJourneyRef
public TimingPointRefStructure getFromPointRef()
TimingPointRefStructurepublic void setFromPointRef(TimingPointRefStructure value)
value - allowed object is
TimingPointRefStructurepublic TimingPointRefStructure getToPointRef()
TimingPointRefStructurepublic void setToPointRef(TimingPointRefStructure value)
value - allowed object is
TimingPointRefStructurepublic LocalDateTime getDate()
Stringpublic void setDate(LocalDateTime value)
value - allowed object is
Stringpublic LocalTime getDepartureTime()
Stringpublic void setDepartureTime(LocalTime value)
value - allowed object is
Stringpublic BigInteger getDepartureDayOffset()
BigIntegerpublic void setDepartureDayOffset(BigInteger value)
value - allowed object is
BigIntegerpublic LocalTime getArrivalTime()
Stringpublic void setArrivalTime(LocalTime value)
value - allowed object is
Stringpublic BigInteger getArrivalDayOffset()
BigIntegerpublic void setArrivalDayOffset(BigInteger value)
value - allowed object is
BigIntegerpublic 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 LineRefStructure> getLineRef()
JAXBElement<FlexibleLineRefStructure>
JAXBElement<LineRefStructure>public void setLineRef(JAXBElement<? extends LineRefStructure> value)
value - allowed object is
JAXBElement<FlexibleLineRefStructure>
JAXBElement<LineRefStructure>public DirectionRefStructure getDirectionRef()
DirectionRefStructurepublic void setDirectionRef(DirectionRefStructure value)
value - allowed object is
DirectionRefStructurepublic String getAlternativeJourneyRef()
Stringpublic void setAlternativeJourneyRef(String value)
value - allowed object is
Stringpublic JourneyDesignatorStructure withFromPointRef(TimingPointRefStructure value)
public JourneyDesignatorStructure withToPointRef(TimingPointRefStructure value)
public JourneyDesignatorStructure withDate(LocalDateTime value)
public JourneyDesignatorStructure withDepartureTime(LocalTime value)
public JourneyDesignatorStructure withDepartureDayOffset(BigInteger value)
public JourneyDesignatorStructure withArrivalTime(LocalTime value)
public JourneyDesignatorStructure withArrivalDayOffset(BigInteger value)
public JourneyDesignatorStructure withDayTypeRef(JAXBElement<? extends DayTypeRefStructure> value)
public JourneyDesignatorStructure withLineRef(JAXBElement<? extends LineRefStructure> value)
public JourneyDesignatorStructure withDirectionRef(DirectionRefStructure value)
public JourneyDesignatorStructure withAlternativeJourneyRef(String value)
Copyright © 2018 Entur AS. All rights reserved.