public class CoordinatesStructure extends Object
Java class for CoordinatesStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CoordinatesStructure">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>NMTOKENS">
</extension>
</simpleContent>
</complexType>
| Constructor and Description |
|---|
CoordinatesStructure() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getValue()
Gets the value of the value property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
CoordinatesStructure |
withValue(Collection<String> values) |
CoordinatesStructure |
withValue(String... values) |
public List<String> getValue()
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 value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
String
public CoordinatesStructure withValue(String... values)
public CoordinatesStructure withValue(Collection<String> values)
Copyright © 2018 Entur AS. All rights reserved.