public class PointsOnLink_RelStructure extends StrictContainmentAggregationStructure
Java class for pointsOnLink_RelStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pointsOnLink_RelStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}strictContainmentAggregationStructure">
<sequence>
<element ref="{http://www.netex.org.uk/netex}PointOnLink" maxOccurs="unbounded"/>
<element name="LineString" type="{http://www.opengis.net/gml/3.2}LineStringType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LineStringType |
lineString |
protected List<PointOnLink> |
pointOnLink |
id| Constructor and Description |
|---|
PointsOnLink_RelStructure() |
| Modifier and Type | Method and Description |
|---|---|
LineStringType |
getLineString()
Gets the value of the lineString property.
|
List<PointOnLink> |
getPointOnLink()
Gets the value of the pointOnLink property.
|
void |
setLineString(LineStringType value)
Sets the value of the lineString property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
PointsOnLink_RelStructure |
withId(String value) |
PointsOnLink_RelStructure |
withLineString(LineStringType value) |
PointsOnLink_RelStructure |
withPointOnLink(Collection<PointOnLink> values) |
PointsOnLink_RelStructure |
withPointOnLink(PointOnLink... values) |
getId, setIdprotected List<PointOnLink> pointOnLink
protected LineStringType lineString
public List<PointOnLink> getPointOnLink()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the pointOnLink property.
For example, to add a new item, do as follows:
getPointOnLink().add(newItem);
Objects of the following type(s) are allowed in the list
PointOnLink
public LineStringType getLineString()
LineStringTypepublic void setLineString(LineStringType value)
value - allowed object is
LineStringTypepublic PointsOnLink_RelStructure withPointOnLink(PointOnLink... values)
public PointsOnLink_RelStructure withPointOnLink(Collection<PointOnLink> values)
public PointsOnLink_RelStructure withLineString(LineStringType value)
public PointsOnLink_RelStructure withId(String value)
withId in class StrictContainmentAggregationStructurepublic String toString()
toString in class StrictContainmentAggregationStructureCopyright © 2018 Entur AS. All rights reserved.