Class RteType
- All Implemented Interfaces:
Serializable,CommonGpxType
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>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCmt()Gets the value of the cmt property.getDesc()Gets the value of the desc property.Gets the value of the extensions property.getLinks()Gets the value of the links property.getName()Gets the value of the name property.Gets the value of the number property.Gets the value of the rtepts property.getSrc()Gets the value of the src property.getType()Gets the value of the type property.voidSets the value of the cmt property.voidSets the value of the desc property.voidsetExtensions(ExtensionsType value) Sets the value of the extensions property.voidSets the value of the name property.voidsetNumber(BigInteger value) Sets the value of the number property.voidSets the value of the src property.voidSets the value of the type property.
-
Field Details
-
name
-
cmt
-
desc
-
src
-
links
-
number
-
type
-
extensions
-
rtepts
-
-
Constructor Details
-
RteType
public RteType()
-
-
Method Details
-
getName
Gets the value of the name property.- Specified by:
getNamein interfaceCommonGpxType- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Specified by:
setNamein interfaceCommonGpxType- Parameters:
value- allowed object isString
-
getCmt
Gets the value of the cmt property.- Specified by:
getCmtin interfaceCommonGpxType- Returns:
- possible object is
String
-
setCmt
Sets the value of the cmt property.- Specified by:
setCmtin interfaceCommonGpxType- Parameters:
value- allowed object isString
-
getDesc
Gets the value of the desc property.- Specified by:
getDescin interfaceCommonGpxType- Returns:
- possible object is
String
-
setDesc
Sets the value of the desc property.- Specified by:
setDescin interfaceCommonGpxType- Parameters:
value- allowed object isString
-
getSrc
Gets the value of the src property.- Specified by:
getSrcin interfaceCommonGpxType- Returns:
- possible object is
String
-
setSrc
Sets the value of the src property.- Specified by:
setSrcin interfaceCommonGpxType- Parameters:
value- allowed object isString
-
getLinks
Gets the value of the links property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the links property.For example, to add a new item, do as follows:
getLinks().add(newItem);Objects of the following type(s) are allowed in the list
LinkType- Specified by:
getLinksin interfaceCommonGpxType- Returns:
- The value of the links property.
-
getNumber
Gets the value of the number property.- Returns:
- possible object is
BigInteger
-
setNumber
Sets the value of the number property.- Parameters:
value- allowed object isBigInteger
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getExtensions
Gets the value of the extensions property.- Specified by:
getExtensionsin interfaceCommonGpxType- Returns:
- possible object is
ExtensionsType
-
setExtensions
Sets the value of the extensions property.- Specified by:
setExtensionsin interfaceCommonGpxType- Parameters:
value- allowed object isExtensionsType
-
getRtepts
Gets the value of the rtepts property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the rtepts property.For example, to add a new item, do as follows:
getRtepts().add(newItem);Objects of the following type(s) are allowed in the list
WptType- Returns:
- The value of the rtepts property.
-