public class TrkType
extends java.lang.Object
Clase Java para trkType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="trkType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cmt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="desc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="src" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="link" type="{http://www.topografix.com/GPX/1/1}linkType" maxOccurs="unbounded" minOccurs="0"/> <element name="number" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="extensions" type="{http://www.topografix.com/GPX/1/1}extensionsType" minOccurs="0"/> <element name="trkseg" type="{http://www.topografix.com/GPX/1/1}trksegType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
TrkType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCmt()
Obtiene el valor de la propiedad cmt.
|
java.lang.String |
getDesc()
Obtiene el valor de la propiedad desc.
|
ExtensionsType |
getExtensions()
Obtiene el valor de la propiedad extensions.
|
java.util.List<LinkType> |
getLink()
Gets the value of the link property.
|
java.lang.String |
getName()
Obtiene el valor de la propiedad name.
|
java.math.BigInteger |
getNumber()
Obtiene el valor de la propiedad number.
|
java.lang.String |
getSrc()
Obtiene el valor de la propiedad src.
|
java.util.List<TrksegType> |
getTrkseg()
Gets the value of the trkseg property.
|
java.lang.String |
getType()
Obtiene el valor de la propiedad type.
|
void |
setCmt(java.lang.String value)
Define el valor de la propiedad cmt.
|
void |
setDesc(java.lang.String value)
Define el valor de la propiedad desc.
|
void |
setExtensions(ExtensionsType value)
Define el valor de la propiedad extensions.
|
void |
setName(java.lang.String value)
Define el valor de la propiedad name.
|
void |
setNumber(java.math.BigInteger value)
Define el valor de la propiedad number.
|
void |
setSrc(java.lang.String value)
Define el valor de la propiedad src.
|
void |
setType(java.lang.String value)
Define el valor de la propiedad type.
|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is String
public java.lang.String getCmt()
String
public void setCmt(java.lang.String value)
value
- allowed object is String
public java.lang.String getDesc()
String
public void setDesc(java.lang.String value)
value
- allowed object is String
public java.lang.String getSrc()
String
public void setSrc(java.lang.String value)
value
- allowed object is String
public java.util.List<LinkType> getLink()
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 link property.
For example, to add a new item, do as follows:
getLink().add(newItem);
Objects of the following type(s) are allowed in the list
LinkType
public java.math.BigInteger getNumber()
BigInteger
public void setNumber(java.math.BigInteger value)
value
- allowed object is BigInteger
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is String
public ExtensionsType getExtensions()
ExtensionsType
public void setExtensions(ExtensionsType value)
value
- allowed object is ExtensionsType
public java.util.List<TrksegType> getTrkseg()
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 trkseg property.
For example, to add a new item, do as follows:
getTrkseg().add(newItem);
Objects of the following type(s) are allowed in the list
TrksegType