public class TrksegType extends Object
Java-Klasse für trksegType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="trksegType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="trkpt" type="{http://www.topografix.com/GPX/1/1}wptType" maxOccurs="unbounded" minOccurs="0"/>
<element name="extensions" type="{http://www.topografix.com/GPX/1/1}extensionsType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionsType |
extensions |
protected List<WptType> |
trkpt |
| Constructor and Description |
|---|
TrksegType() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionsType |
getExtensions()
Ruft den Wert der extensions-Eigenschaft ab.
|
List<WptType> |
getTrkpt()
Gets the value of the trkpt property.
|
void |
setExtensions(ExtensionsType value)
Legt den Wert der extensions-Eigenschaft fest.
|
protected ExtensionsType extensions
public List<WptType> getTrkpt()
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 trkpt property.
For example, to add a new item, do as follows:
getTrkpt().add(newItem);
Objects of the following type(s) are allowed in the list WptType
public ExtensionsType getExtensions()
ExtensionsTypepublic void setExtensions(ExtensionsType value)
value - allowed object is ExtensionsTypeCopyright © 2012–2025 cismet GmbH. All rights reserved.