public class PointOnLinkByValueStructure extends Object
Java class for PointOnLinkByValueStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PointOnLinkByValueStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DistanceFromStart" type="{http://www.netex.org.uk/netex}LengthType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
distanceFromStart |
| Constructor and Description |
|---|
PointOnLinkByValueStructure() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getDistanceFromStart()
Gets the value of the distanceFromStart property.
|
void |
setDistanceFromStart(BigDecimal value)
Sets the value of the distanceFromStart property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
PointOnLinkByValueStructure |
withDistanceFromStart(BigDecimal value) |
protected BigDecimal distanceFromStart
public BigDecimal getDistanceFromStart()
BigDecimalpublic void setDistanceFromStart(BigDecimal value)
value - allowed object is
BigDecimalpublic PointOnLinkByValueStructure withDistanceFromStart(BigDecimal value)
Copyright © 2018 Entur AS. All rights reserved.