public class PathLinkEndStructure extends Object
Java class for PathLinkEndStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PathLinkEndStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PlaceRef" type="{http://www.netex.org.uk/netex}PlaceRefStructure"/>
<element name="LevelRef" type="{http://www.netex.org.uk/netex}LevelRefStructure" minOccurs="0"/>
<element name="EntranceRef" type="{http://www.netex.org.uk/netex}EntranceRefStructure" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EntranceRefStructure |
entranceRef |
protected LevelRefStructure |
levelRef |
protected PlaceRefStructure |
placeRef |
| Constructor and Description |
|---|
PathLinkEndStructure() |
| Modifier and Type | Method and Description |
|---|---|
EntranceRefStructure |
getEntranceRef()
Gets the value of the entranceRef property.
|
LevelRefStructure |
getLevelRef()
Gets the value of the levelRef property.
|
PlaceRefStructure |
getPlaceRef()
Gets the value of the placeRef property.
|
void |
setEntranceRef(EntranceRefStructure value)
Sets the value of the entranceRef property.
|
void |
setLevelRef(LevelRefStructure value)
Sets the value of the levelRef property.
|
void |
setPlaceRef(PlaceRefStructure value)
Sets the value of the placeRef property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
PathLinkEndStructure |
withEntranceRef(EntranceRefStructure value) |
PathLinkEndStructure |
withLevelRef(LevelRefStructure value) |
PathLinkEndStructure |
withPlaceRef(PlaceRefStructure value) |
protected PlaceRefStructure placeRef
protected LevelRefStructure levelRef
protected EntranceRefStructure entranceRef
public PlaceRefStructure getPlaceRef()
PlaceRefStructurepublic void setPlaceRef(PlaceRefStructure value)
value - allowed object is
PlaceRefStructurepublic LevelRefStructure getLevelRef()
LevelRefStructurepublic void setLevelRef(LevelRefStructure value)
value - allowed object is
LevelRefStructurepublic EntranceRefStructure getEntranceRef()
EntranceRefStructurepublic void setEntranceRef(EntranceRefStructure value)
value - allowed object is
EntranceRefStructurepublic PathLinkEndStructure withPlaceRef(PlaceRefStructure value)
public PathLinkEndStructure withLevelRef(LevelRefStructure value)
public PathLinkEndStructure withEntranceRef(EntranceRefStructure value)
Copyright © 2018 Entur AS. All rights reserved.