public class JourneyEndpointStructure extends Object
Java class for JourneyEndpointStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JourneyEndpointStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.netex.org.uk/netex}MultilingualString" minOccurs="0"/>
<element ref="{http://www.netex.org.uk/netex}ScheduledStopPointRef" minOccurs="0"/>
<element ref="{http://www.netex.org.uk/netex}DestinationDisplayRef" minOccurs="0"/>
<element ref="{http://www.netex.org.uk/netex}PlaceRef" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DestinationDisplayRefStructure |
destinationDisplayRef |
protected MultilingualString |
name |
protected PlaceRef |
placeRef |
protected JAXBElement<? extends ScheduledStopPointRefStructure> |
scheduledStopPointRef |
| Constructor and Description |
|---|
JourneyEndpointStructure() |
| Modifier and Type | Method and Description |
|---|---|
DestinationDisplayRefStructure |
getDestinationDisplayRef()
Gets the value of the destinationDisplayRef property.
|
MultilingualString |
getName()
Gets the value of the name property.
|
PlaceRef |
getPlaceRef()
Gets the value of the placeRef property.
|
JAXBElement<? extends ScheduledStopPointRefStructure> |
getScheduledStopPointRef()
Gets the value of the scheduledStopPointRef property.
|
void |
setDestinationDisplayRef(DestinationDisplayRefStructure value)
Sets the value of the destinationDisplayRef property.
|
void |
setName(MultilingualString value)
Sets the value of the name property.
|
void |
setPlaceRef(PlaceRef value)
Sets the value of the placeRef property.
|
void |
setScheduledStopPointRef(JAXBElement<? extends ScheduledStopPointRefStructure> value)
Sets the value of the scheduledStopPointRef property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
JourneyEndpointStructure |
withDestinationDisplayRef(DestinationDisplayRefStructure value) |
JourneyEndpointStructure |
withName(MultilingualString value) |
JourneyEndpointStructure |
withPlaceRef(PlaceRef value) |
JourneyEndpointStructure |
withScheduledStopPointRef(JAXBElement<? extends ScheduledStopPointRefStructure> value) |
protected MultilingualString name
protected JAXBElement<? extends ScheduledStopPointRefStructure> scheduledStopPointRef
protected DestinationDisplayRefStructure destinationDisplayRef
protected PlaceRef placeRef
public MultilingualString getName()
MultilingualStringpublic void setName(MultilingualString value)
value - allowed object is
MultilingualStringpublic JAXBElement<? extends ScheduledStopPointRefStructure> getScheduledStopPointRef()
JAXBElement<FareScheduledStopPointRefStructure>
JAXBElement<ScheduledStopPointRefStructure>public void setScheduledStopPointRef(JAXBElement<? extends ScheduledStopPointRefStructure> value)
value - allowed object is
JAXBElement<FareScheduledStopPointRefStructure>
JAXBElement<ScheduledStopPointRefStructure>public DestinationDisplayRefStructure getDestinationDisplayRef()
DestinationDisplayRefStructurepublic void setDestinationDisplayRef(DestinationDisplayRefStructure value)
value - allowed object is
DestinationDisplayRefStructurepublic PlaceRef getPlaceRef()
PlaceRefpublic void setPlaceRef(PlaceRef value)
value - allowed object is
PlaceRefpublic JourneyEndpointStructure withName(MultilingualString value)
public JourneyEndpointStructure withScheduledStopPointRef(JAXBElement<? extends ScheduledStopPointRefStructure> value)
public JourneyEndpointStructure withDestinationDisplayRef(DestinationDisplayRefStructure value)
public JourneyEndpointStructure withPlaceRef(PlaceRef value)
Copyright © 2018 Entur AS. All rights reserved.