public class RteType
extends java.lang.Object
Java class for rteType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="rteType">
<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="rtept" type="{http://www.topografix.com/GPX/1/1}wptType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
cmt |
protected java.lang.String |
desc |
protected ExtensionsType |
extensions |
protected java.util.List<LinkType> |
link |
protected java.lang.String |
name |
protected java.math.BigInteger |
number |
protected java.util.List<WptType> |
rtept |
protected java.lang.String |
src |
protected java.lang.String |
type |
| Constructor and Description |
|---|
RteType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCmt()
Gets the value of the cmt property.
|
java.lang.String |
getDesc()
Gets the value of the desc property.
|
ExtensionsType |
getExtensions()
Gets the value of the extensions property.
|
java.util.List<LinkType> |
getLink()
Gets the value of the link property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.math.BigInteger |
getNumber()
Gets the value of the number property.
|
java.util.List<WptType> |
getRtept()
Gets the value of the rtept property.
|
java.lang.String |
getSrc()
Gets the value of the src property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setCmt(java.lang.String value)
Sets the value of the cmt property.
|
void |
setDesc(java.lang.String value)
Sets the value of the desc property.
|
void |
setExtensions(ExtensionsType value)
Sets the value of the extensions property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setNumber(java.math.BigInteger value)
Sets the value of the number property.
|
void |
setSrc(java.lang.String value)
Sets the value of the src property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected java.lang.String name
protected java.lang.String cmt
protected java.lang.String desc
protected java.lang.String src
protected java.util.List<LinkType> link
protected java.math.BigInteger number
protected java.lang.String type
protected ExtensionsType extensions
protected java.util.List<WptType> rtept
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCmt()
Stringpublic void setCmt(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDesc()
Stringpublic void setDesc(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSrc()
Stringpublic void setSrc(java.lang.String value)
value - allowed object is
Stringpublic 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()
BigIntegerpublic void setNumber(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic ExtensionsType getExtensions()
ExtensionsTypepublic void setExtensions(ExtensionsType value)
value - allowed object is
ExtensionsTypepublic java.util.List<WptType> getRtept()
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 rtept property.
For example, to add a new item, do as follows:
getRtept().add(newItem);
Objects of the following type(s) are allowed in the list
WptType