public class AccessEndStructure extends Object
Java class for AccessEndStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccessEndStructure">
<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="PlaceRef" type="{http://www.netex.org.uk/netex}PlaceRefStructure" minOccurs="0"/>
<element name="PointRef" type="{http://www.netex.org.uk/netex}PointRefStructure" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PlaceRefStructure |
placeRef |
protected PointRefStructure |
pointRef |
protected AllVehicleModesOfTransportEnumeration |
transportMode |
| Constructor and Description |
|---|
AccessEndStructure() |
| Modifier and Type | Method and Description |
|---|---|
PlaceRefStructure |
getPlaceRef()
Gets the value of the placeRef property.
|
PointRefStructure |
getPointRef()
Gets the value of the pointRef property.
|
AllVehicleModesOfTransportEnumeration |
getTransportMode()
Gets the value of the transportMode property.
|
void |
setPlaceRef(PlaceRefStructure value)
Sets the value of the placeRef property.
|
void |
setPointRef(PointRefStructure value)
Sets the value of the pointRef property.
|
void |
setTransportMode(AllVehicleModesOfTransportEnumeration value)
Sets the value of the transportMode property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
AccessEndStructure |
withPlaceRef(PlaceRefStructure value) |
AccessEndStructure |
withPointRef(PointRefStructure value) |
AccessEndStructure |
withTransportMode(AllVehicleModesOfTransportEnumeration value) |
protected AllVehicleModesOfTransportEnumeration transportMode
protected PlaceRefStructure placeRef
protected PointRefStructure pointRef
public AllVehicleModesOfTransportEnumeration getTransportMode()
AllVehicleModesOfTransportEnumerationpublic void setTransportMode(AllVehicleModesOfTransportEnumeration value)
value - allowed object is
AllVehicleModesOfTransportEnumerationpublic PlaceRefStructure getPlaceRef()
PlaceRefStructurepublic void setPlaceRef(PlaceRefStructure value)
value - allowed object is
PlaceRefStructurepublic PointRefStructure getPointRef()
PointRefStructurepublic void setPointRef(PointRefStructure value)
value - allowed object is
PointRefStructurepublic AccessEndStructure withTransportMode(AllVehicleModesOfTransportEnumeration value)
public AccessEndStructure withPlaceRef(PlaceRefStructure value)
public AccessEndStructure withPointRef(PointRefStructure value)
Copyright © 2018 Entur AS. All rights reserved.