public class LineShapeStructure extends Object
Java class for LineShapeStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LineShapeStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Point" type="{http://www.siri.org.uk/siri}LocationStructure" maxOccurs="unbounded" minOccurs="2"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<LocationStructure> |
point |
| Constructor and Description |
|---|
LineShapeStructure() |
| Modifier and Type | Method and Description |
|---|---|
List<LocationStructure> |
getPoint()
Gets the value of the point property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
LineShapeStructure |
withPoint(Collection<LocationStructure> values) |
LineShapeStructure |
withPoint(LocationStructure... values) |
protected List<LocationStructure> point
public List<LocationStructure> getPoint()
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 point property.
For example, to add a new item, do as follows:
getPoint().add(newItem);
Objects of the following type(s) are allowed in the list
LocationStructure
public LineShapeStructure withPoint(LocationStructure... values)
public LineShapeStructure withPoint(Collection<LocationStructure> values)
Copyright © 2018 Entur AS. All rights reserved.