Package com.topografix.gpx.x1.x1
Interface TrksegType
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TrksegTypeImpl
public interface TrksegType
extends org.apache.xmlbeans.XmlObject
An XML trksegType(@http://www.topografix.com/GPX/1/1).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.DocumentFactory<TrksegType>static final org.apache.xmlbeans.SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "extensions" elementAppends and returns a new empty value (as xml) as the last "trkpt" elementGets the "extensions" elementWptType[]Gets array of all "trkpt" elementsgetTrkptArray(int i) Gets ith "trkpt" elementGets a List of "trkpt" elementsinsertNewTrkpt(int i) Inserts and returns a new empty value (as xml) as the ith "trkpt" elementbooleanTrue if has "extensions" elementvoidremoveTrkpt(int i) Removes the ith "trkpt" elementvoidsetExtensions(ExtensionsType extensions) Sets the "extensions" elementvoidsetTrkptArray(int i, WptType trkpt) Sets ith "trkpt" elementvoidsetTrkptArray(WptType[] trkptArray) Sets array of all "trkpt" elementintReturns number of "trkpt" elementvoidUnsets the "extensions" elementMethods 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, valueHashCodeMethods 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 Details
-
Factory
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getTrkptList
Gets a List of "trkpt" elements -
getTrkptArray
WptType[] getTrkptArray()Gets array of all "trkpt" elements -
getTrkptArray
Gets ith "trkpt" element -
sizeOfTrkptArray
int sizeOfTrkptArray()Returns number of "trkpt" element -
setTrkptArray
Sets array of all "trkpt" element -
setTrkptArray
Sets ith "trkpt" element -
insertNewTrkpt
Inserts and returns a new empty value (as xml) as the ith "trkpt" element -
addNewTrkpt
WptType addNewTrkpt()Appends and returns a new empty value (as xml) as the last "trkpt" element -
removeTrkpt
void removeTrkpt(int i) Removes the ith "trkpt" element -
getExtensions
ExtensionsType getExtensions()Gets the "extensions" element -
isSetExtensions
boolean isSetExtensions()True if has "extensions" element -
setExtensions
Sets the "extensions" element -
addNewExtensions
ExtensionsType addNewExtensions()Appends and returns a new empty "extensions" element -
unsetExtensions
void unsetExtensions()Unsets the "extensions" element
-