public class ServiceDesignatorStructure extends Object
Java class for ServiceDesignatorStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceDesignatorStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FromPointRef" type="{http://www.netex.org.uk/netex}ScheduledStopPointRefStructure"/>
<element name="ToPointRef" type="{http://www.netex.org.uk/netex}ScheduledStopPointRefStructure" 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 ScheduledStopPointRefStructure |
fromPointRef |
protected JAXBElement<? extends LineRefStructure> |
lineRef |
protected ScheduledStopPointRefStructure |
toPointRef |
| Constructor and Description |
|---|
ServiceDesignatorStructure() |
| 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.
|
ScheduledStopPointRefStructure |
getFromPointRef()
Gets the value of the fromPointRef property.
|
JAXBElement<? extends LineRefStructure> |
getLineRef()
Gets the value of the lineRef property.
|
ScheduledStopPointRefStructure |
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(ScheduledStopPointRefStructure value)
Sets the value of the fromPointRef property.
|
void |
setLineRef(JAXBElement<? extends LineRefStructure> value)
Sets the value of the lineRef property.
|
void |
setToPointRef(ScheduledStopPointRefStructure value)
Sets the value of the toPointRef property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
ServiceDesignatorStructure |
withAlternativeJourneyRef(String value) |
ServiceDesignatorStructure |
withArrivalDayOffset(BigInteger value) |
ServiceDesignatorStructure |
withArrivalTime(LocalTime value) |
ServiceDesignatorStructure |
withDate(LocalDateTime value) |
ServiceDesignatorStructure |
withDayTypeRef(JAXBElement<? extends DayTypeRefStructure> value) |
ServiceDesignatorStructure |
withDepartureDayOffset(BigInteger value) |
ServiceDesignatorStructure |
withDepartureTime(LocalTime value) |
ServiceDesignatorStructure |
withDirectionRef(DirectionRefStructure value) |
ServiceDesignatorStructure |
withFromPointRef(ScheduledStopPointRefStructure value) |
ServiceDesignatorStructure |
withLineRef(JAXBElement<? extends LineRefStructure> value) |
ServiceDesignatorStructure |
withToPointRef(ScheduledStopPointRefStructure value) |
protected ScheduledStopPointRefStructure fromPointRef
protected ScheduledStopPointRefStructure 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 ScheduledStopPointRefStructure getFromPointRef()
ScheduledStopPointRefStructurepublic void setFromPointRef(ScheduledStopPointRefStructure value)
value - allowed object is
ScheduledStopPointRefStructurepublic ScheduledStopPointRefStructure getToPointRef()
ScheduledStopPointRefStructurepublic void setToPointRef(ScheduledStopPointRefStructure value)
value - allowed object is
ScheduledStopPointRefStructurepublic 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 ServiceDesignatorStructure withFromPointRef(ScheduledStopPointRefStructure value)
public ServiceDesignatorStructure withToPointRef(ScheduledStopPointRefStructure value)
public ServiceDesignatorStructure withDate(LocalDateTime value)
public ServiceDesignatorStructure withDepartureTime(LocalTime value)
public ServiceDesignatorStructure withDepartureDayOffset(BigInteger value)
public ServiceDesignatorStructure withArrivalTime(LocalTime value)
public ServiceDesignatorStructure withArrivalDayOffset(BigInteger value)
public ServiceDesignatorStructure withDayTypeRef(JAXBElement<? extends DayTypeRefStructure> value)
public ServiceDesignatorStructure withLineRef(JAXBElement<? extends LineRefStructure> value)
public ServiceDesignatorStructure withDirectionRef(DirectionRefStructure value)
public ServiceDesignatorStructure withAlternativeJourneyRef(String value)
Copyright © 2018 Entur AS. All rights reserved.