Package com.topografix.gpx.x1.x1
Interface TrkType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TrkTypeImpl
public interface TrkType extends org.apache.xmlbeans.XmlObjectAn XML trkType(@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" elementTrksegTypeaddNewTrkseg()Appends and returns a new empty value (as xml) as the last "trkseg" 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" elementStringgetSrc()Gets the "src" elementTrksegType[]getTrksegArray()Gets array of all "trkseg" elementsTrksegTypegetTrksegArray(int i)Gets ith "trkseg" elementList<TrksegType>getTrksegList()Gets a List of "trkseg" elementsStringgetType()Gets the "type" elementLinkTypeinsertNewLink(int i)Inserts and returns a new empty value (as xml) as the ith "link" elementTrksegTypeinsertNewTrkseg(int i)Inserts and returns a new empty value (as xml) as the ith "trkseg" 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" elementvoidremoveTrkseg(int i)Removes the ith "trkseg" 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" elementvoidsetSrc(String src)Sets the "src" elementvoidsetTrksegArray(int i, TrksegType trkseg)Sets ith "trkseg" elementvoidsetTrksegArray(TrksegType[] trksegArray)Sets array of all "trkseg" elementvoidsetType(String type)Sets the "type" elementintsizeOfLinkArray()Returns number of "link" elementintsizeOfTrksegArray()Returns number of "trkseg" 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<TrkType> 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
-
getTrksegList
List<TrksegType> getTrksegList()
Gets a List of "trkseg" elements
-
getTrksegArray
TrksegType[] getTrksegArray()
Gets array of all "trkseg" elements
-
getTrksegArray
TrksegType getTrksegArray(int i)
Gets ith "trkseg" element
-
sizeOfTrksegArray
int sizeOfTrksegArray()
Returns number of "trkseg" element
-
setTrksegArray
void setTrksegArray(TrksegType[] trksegArray)
Sets array of all "trkseg" element
-
setTrksegArray
void setTrksegArray(int i, TrksegType trkseg)Sets ith "trkseg" element
-
insertNewTrkseg
TrksegType insertNewTrkseg(int i)
Inserts and returns a new empty value (as xml) as the ith "trkseg" element
-
addNewTrkseg
TrksegType addNewTrkseg()
Appends and returns a new empty value (as xml) as the last "trkseg" element
-
removeTrkseg
void removeTrkseg(int i)
Removes the ith "trkseg" element
-
-