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()
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<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