public class TrksegType
extends java.lang.Object
Clase Java para trksegType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<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>
Constructor and Description |
---|
TrksegType() |
Modifier and Type | Method and Description |
---|---|
ExtensionsType |
getExtensions()
Obtiene el valor de la propiedad extensions.
|
java.util.List<WptType> |
getTrkpt()
Gets the value of the trkpt property.
|
void |
setExtensions(ExtensionsType value)
Define el valor de la propiedad extensions.
|
public java.util.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()
ExtensionsType
public void setExtensions(ExtensionsType value)
value
- allowed object is ExtensionsType