public class ConnectionEndStructure extends Object
Java class for ConnectionEndStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnectionEndStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TransportMode" type="{http://www.netex.org.uk/netex}AllVehicleModesOfTransportEnumeration" minOccurs="0"/>
<element name="ScheduledStopPointRef" type="{http://www.netex.org.uk/netex}ScheduledStopPointRefStructure" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ScheduledStopPointRefStructure |
scheduledStopPointRef |
protected AllVehicleModesOfTransportEnumeration |
transportMode |
| Constructor and Description |
|---|
ConnectionEndStructure() |
| Modifier and Type | Method and Description |
|---|---|
ScheduledStopPointRefStructure |
getScheduledStopPointRef()
Gets the value of the scheduledStopPointRef property.
|
AllVehicleModesOfTransportEnumeration |
getTransportMode()
Gets the value of the transportMode property.
|
void |
setScheduledStopPointRef(ScheduledStopPointRefStructure value)
Sets the value of the scheduledStopPointRef property.
|
void |
setTransportMode(AllVehicleModesOfTransportEnumeration value)
Sets the value of the transportMode property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
ConnectionEndStructure |
withScheduledStopPointRef(ScheduledStopPointRefStructure value) |
ConnectionEndStructure |
withTransportMode(AllVehicleModesOfTransportEnumeration value) |
protected AllVehicleModesOfTransportEnumeration transportMode
protected ScheduledStopPointRefStructure scheduledStopPointRef
public AllVehicleModesOfTransportEnumeration getTransportMode()
AllVehicleModesOfTransportEnumerationpublic void setTransportMode(AllVehicleModesOfTransportEnumeration value)
value - allowed object is
AllVehicleModesOfTransportEnumerationpublic ScheduledStopPointRefStructure getScheduledStopPointRef()
ScheduledStopPointRefStructurepublic void setScheduledStopPointRef(ScheduledStopPointRefStructure value)
value - allowed object is
ScheduledStopPointRefStructurepublic ConnectionEndStructure withTransportMode(AllVehicleModesOfTransportEnumeration value)
public ConnectionEndStructure withScheduledStopPointRef(ScheduledStopPointRefStructure value)
Copyright © 2018 Entur AS. All rights reserved.