Package com.topografix.gpx.x1.x1
Interface RteType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
RteTypeImpl
public interface RteType extends org.apache.xmlbeans.XmlObjectAn XML rteType(@http://www.topografix.com/GPX/1/1). This is a complex type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtensionsTypeaddNewExtensions()Appends and returns a new empty "extensions" elementLinkTypeaddNewLink()Appends and returns a new empty value (as xml) as the last "link" elementWptTypeaddNewRtept()Appends and returns a new empty value (as xml) as the last "rtept" elementStringgetCmt()Gets the "cmt" elementStringgetDesc()Gets the "desc" elementExtensionsTypegetExtensions()Gets the "extensions" elementLinkType[]getLinkArray()Gets array of all "link" elementsLinkTypegetLinkArray(int i)Gets ith "link" elementList<LinkType>getLinkList()Gets a List of "link" elementsStringgetName()Gets the "name" elementBigIntegergetNumber()Gets the "number" elementWptType[]getRteptArray()Gets array of all "rtept" elementsWptTypegetRteptArray(int i)Gets ith "rtept" elementList<WptType>getRteptList()Gets a List of "rtept" elementsStringgetSrc()Gets the "src" elementStringgetType()Gets the "type" elementLinkTypeinsertNewLink(int i)Inserts and returns a new empty value (as xml) as the ith "link" elementWptTypeinsertNewRtept(int i)Inserts and returns a new empty value (as xml) as the ith "rtept" elementbooleanisSetCmt()True if has "cmt" elementbooleanisSetDesc()True if has "desc" elementbooleanisSetExtensions()True if has "extensions" elementbooleanisSetName()True if has "name" elementbooleanisSetNumber()True if has "number" elementbooleanisSetSrc()True if has "src" elementbooleanisSetType()True if has "type" elementvoidremoveLink(int i)Removes the ith "link" elementvoidremoveRtept(int i)Removes the ith "rtept" elementvoidsetCmt(String cmt)Sets the "cmt" elementvoidsetDesc(String desc)Sets the "desc" elementvoidsetExtensions(ExtensionsType extensions)Sets the "extensions" elementvoidsetLinkArray(int i, LinkType link)Sets ith "link" elementvoidsetLinkArray(LinkType[] linkArray)Sets array of all "link" elementvoidsetName(String name)Sets the "name" elementvoidsetNumber(BigInteger number)Sets the "number" elementvoidsetRteptArray(int i, WptType rtept)Sets ith "rtept" elementvoidsetRteptArray(WptType[] rteptArray)Sets array of all "rtept" elementvoidsetSrc(String src)Sets the "src" elementvoidsetType(String type)Sets the "type" elementintsizeOfLinkArray()Returns number of "link" elementintsizeOfRteptArray()Returns number of "rtept" elementvoidunsetCmt()Unsets the "cmt" elementvoidunsetDesc()Unsets the "desc" elementvoidunsetExtensions()Unsets the "extensions" elementvoidunsetName()Unsets the "name" elementvoidunsetNumber()Unsets the "number" elementvoidunsetSrc()Unsets the "src" elementvoidunsetType()Unsets the "type" elementorg.apache.xmlbeans.XmlStringxgetCmt()Gets (as xml) the "cmt" elementorg.apache.xmlbeans.XmlStringxgetDesc()Gets (as xml) the "desc" elementorg.apache.xmlbeans.XmlStringxgetName()Gets (as xml) the "name" elementorg.apache.xmlbeans.XmlNonNegativeIntegerxgetNumber()Gets (as xml) the "number" elementorg.apache.xmlbeans.XmlStringxgetSrc()Gets (as xml) the "src" elementorg.apache.xmlbeans.XmlStringxgetType()Gets (as xml) the "type" elementvoidxsetCmt(org.apache.xmlbeans.XmlString cmt)Sets (as xml) the "cmt" elementvoidxsetDesc(org.apache.xmlbeans.XmlString desc)Sets (as xml) the "desc" elementvoidxsetName(org.apache.xmlbeans.XmlString name)Sets (as xml) the "name" elementvoidxsetNumber(org.apache.xmlbeans.XmlNonNegativeInteger number)Sets (as xml) the "number" elementvoidxsetSrc(org.apache.xmlbeans.XmlString src)Sets (as xml) the "src" elementvoidxsetType(org.apache.xmlbeans.XmlString type)Sets (as xml) the "type" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final org.apache.xmlbeans.impl.schema.DocumentFactory<RteType> Factory
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Detail
-
getName
String getName()
Gets the "name" element
-
xgetName
org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "name" element
-
isSetName
boolean isSetName()
True if has "name" element
-
setName
void setName(String name)
Sets the "name" element
-
xsetName
void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" element
-
unsetName
void unsetName()
Unsets the "name" element
-
getCmt
String getCmt()
Gets the "cmt" element
-
xgetCmt
org.apache.xmlbeans.XmlString xgetCmt()
Gets (as xml) the "cmt" element
-
isSetCmt
boolean isSetCmt()
True if has "cmt" element
-
setCmt
void setCmt(String cmt)
Sets the "cmt" element
-
xsetCmt
void xsetCmt(org.apache.xmlbeans.XmlString cmt)
Sets (as xml) the "cmt" element
-
unsetCmt
void unsetCmt()
Unsets the "cmt" element
-
getDesc
String getDesc()
Gets the "desc" element
-
xgetDesc
org.apache.xmlbeans.XmlString xgetDesc()
Gets (as xml) the "desc" element
-
isSetDesc
boolean isSetDesc()
True if has "desc" element
-
setDesc
void setDesc(String desc)
Sets the "desc" element
-
xsetDesc
void xsetDesc(org.apache.xmlbeans.XmlString desc)
Sets (as xml) the "desc" element
-
unsetDesc
void unsetDesc()
Unsets the "desc" element
-
getSrc
String getSrc()
Gets the "src" element
-
xgetSrc
org.apache.xmlbeans.XmlString xgetSrc()
Gets (as xml) the "src" element
-
isSetSrc
boolean isSetSrc()
True if has "src" element
-
setSrc
void setSrc(String src)
Sets the "src" element
-
xsetSrc
void xsetSrc(org.apache.xmlbeans.XmlString src)
Sets (as xml) the "src" element
-
unsetSrc
void unsetSrc()
Unsets the "src" element
-
getLinkArray
LinkType[] getLinkArray()
Gets array of all "link" elements
-
getLinkArray
LinkType getLinkArray(int i)
Gets ith "link" element
-
sizeOfLinkArray
int sizeOfLinkArray()
Returns number of "link" element
-
setLinkArray
void setLinkArray(LinkType[] linkArray)
Sets array of all "link" element
-
setLinkArray
void setLinkArray(int i, LinkType link)Sets ith "link" element
-
insertNewLink
LinkType insertNewLink(int i)
Inserts and returns a new empty value (as xml) as the ith "link" element
-
addNewLink
LinkType addNewLink()
Appends and returns a new empty value (as xml) as the last "link" element
-
removeLink
void removeLink(int i)
Removes the ith "link" element
-
getNumber
BigInteger getNumber()
Gets the "number" element
-
xgetNumber
org.apache.xmlbeans.XmlNonNegativeInteger xgetNumber()
Gets (as xml) the "number" element
-
isSetNumber
boolean isSetNumber()
True if has "number" element
-
setNumber
void setNumber(BigInteger number)
Sets the "number" element
-
xsetNumber
void xsetNumber(org.apache.xmlbeans.XmlNonNegativeInteger number)
Sets (as xml) the "number" element
-
unsetNumber
void unsetNumber()
Unsets the "number" element
-
getType
String getType()
Gets the "type" element
-
xgetType
org.apache.xmlbeans.XmlString xgetType()
Gets (as xml) the "type" element
-
isSetType
boolean isSetType()
True if has "type" element
-
setType
void setType(String type)
Sets the "type" element
-
xsetType
void xsetType(org.apache.xmlbeans.XmlString type)
Sets (as xml) the "type" element
-
unsetType
void unsetType()
Unsets the "type" element
-
getExtensions
ExtensionsType getExtensions()
Gets the "extensions" element
-
isSetExtensions
boolean isSetExtensions()
True if has "extensions" element
-
setExtensions
void setExtensions(ExtensionsType extensions)
Sets the "extensions" element
-
addNewExtensions
ExtensionsType addNewExtensions()
Appends and returns a new empty "extensions" element
-
unsetExtensions
void unsetExtensions()
Unsets the "extensions" element
-
getRteptArray
WptType[] getRteptArray()
Gets array of all "rtept" elements
-
getRteptArray
WptType getRteptArray(int i)
Gets ith "rtept" element
-
sizeOfRteptArray
int sizeOfRteptArray()
Returns number of "rtept" element
-
setRteptArray
void setRteptArray(WptType[] rteptArray)
Sets array of all "rtept" element
-
setRteptArray
void setRteptArray(int i, WptType rtept)Sets ith "rtept" element
-
insertNewRtept
WptType insertNewRtept(int i)
Inserts and returns a new empty value (as xml) as the ith "rtept" element
-
addNewRtept
WptType addNewRtept()
Appends and returns a new empty value (as xml) as the last "rtept" element
-
removeRtept
void removeRtept(int i)
Removes the ith "rtept" element
-
-