Package com.topografix.gpx.x1.x1
Interface GpxType
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
GpxTypeImpl
public interface GpxType
extends org.apache.xmlbeans.XmlObject
An XML gpxType(@http://www.topografix.com/GPX/1/1).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.DocumentFactory<GpxType>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 "metadata" elementAppends and returns a new empty value (as xml) as the last "rte" elementAppends and returns a new empty value (as xml) as the last "trk" elementAppends and returns a new empty value (as xml) as the last "wpt" elementGets the "creator" attributeGets the "extensions" elementGets the "metadata" elementRteType[]Gets array of all "rte" elementsgetRteArray(int i) Gets ith "rte" elementGets a List of "rte" elementsTrkType[]Gets array of all "trk" elementsgetTrkArray(int i) Gets ith "trk" elementGets a List of "trk" elementsGets the "version" attributeWptType[]Gets array of all "wpt" elementsgetWptArray(int i) Gets ith "wpt" elementGets a List of "wpt" elementsinsertNewRte(int i) Inserts and returns a new empty value (as xml) as the ith "rte" elementinsertNewTrk(int i) Inserts and returns a new empty value (as xml) as the ith "trk" elementinsertNewWpt(int i) Inserts and returns a new empty value (as xml) as the ith "wpt" elementbooleanTrue if has "extensions" elementbooleanTrue if has "metadata" elementvoidremoveRte(int i) Removes the ith "rte" elementvoidremoveTrk(int i) Removes the ith "trk" elementvoidremoveWpt(int i) Removes the ith "wpt" elementvoidsetCreator(String creator) Sets the "creator" attributevoidsetExtensions(ExtensionsType extensions) Sets the "extensions" elementvoidsetMetadata(MetadataType metadata) Sets the "metadata" elementvoidsetRteArray(int i, RteType rte) Sets ith "rte" elementvoidsetRteArray(RteType[] rteArray) Sets array of all "rte" elementvoidsetTrkArray(int i, TrkType trk) Sets ith "trk" elementvoidsetTrkArray(TrkType[] trkArray) Sets array of all "trk" elementvoidsetVersion(String version) Sets the "version" attributevoidsetWptArray(int i, WptType wpt) Sets ith "wpt" elementvoidsetWptArray(WptType[] wptArray) Sets array of all "wpt" elementintReturns number of "rte" elementintReturns number of "trk" elementintReturns number of "wpt" elementvoidUnsets the "extensions" elementvoidUnsets the "metadata" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "creator" attributeorg.apache.xmlbeans.XmlStringGets (as xml) the "version" attributevoidxsetCreator(org.apache.xmlbeans.XmlString creator) Sets (as xml) the "creator" attributevoidxsetVersion(org.apache.xmlbeans.XmlString version) Sets (as xml) the "version" attributeMethods 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
-
getMetadata
MetadataType getMetadata()Gets the "metadata" element -
isSetMetadata
boolean isSetMetadata()True if has "metadata" element -
setMetadata
Sets the "metadata" element -
addNewMetadata
MetadataType addNewMetadata()Appends and returns a new empty "metadata" element -
unsetMetadata
void unsetMetadata()Unsets the "metadata" element -
getWptList
Gets a List of "wpt" elements -
getWptArray
WptType[] getWptArray()Gets array of all "wpt" elements -
getWptArray
Gets ith "wpt" element -
sizeOfWptArray
int sizeOfWptArray()Returns number of "wpt" element -
setWptArray
Sets array of all "wpt" element -
setWptArray
Sets ith "wpt" element -
insertNewWpt
Inserts and returns a new empty value (as xml) as the ith "wpt" element -
addNewWpt
WptType addNewWpt()Appends and returns a new empty value (as xml) as the last "wpt" element -
removeWpt
void removeWpt(int i) Removes the ith "wpt" element -
getRteList
Gets a List of "rte" elements -
getRteArray
RteType[] getRteArray()Gets array of all "rte" elements -
getRteArray
Gets ith "rte" element -
sizeOfRteArray
int sizeOfRteArray()Returns number of "rte" element -
setRteArray
Sets array of all "rte" element -
setRteArray
Sets ith "rte" element -
insertNewRte
Inserts and returns a new empty value (as xml) as the ith "rte" element -
addNewRte
RteType addNewRte()Appends and returns a new empty value (as xml) as the last "rte" element -
removeRte
void removeRte(int i) Removes the ith "rte" element -
getTrkList
Gets a List of "trk" elements -
getTrkArray
TrkType[] getTrkArray()Gets array of all "trk" elements -
getTrkArray
Gets ith "trk" element -
sizeOfTrkArray
int sizeOfTrkArray()Returns number of "trk" element -
setTrkArray
Sets array of all "trk" element -
setTrkArray
Sets ith "trk" element -
insertNewTrk
Inserts and returns a new empty value (as xml) as the ith "trk" element -
addNewTrk
TrkType addNewTrk()Appends and returns a new empty value (as xml) as the last "trk" element -
removeTrk
void removeTrk(int i) Removes the ith "trk" 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 -
getVersion
String getVersion()Gets the "version" attribute -
xgetVersion
org.apache.xmlbeans.XmlString xgetVersion()Gets (as xml) the "version" attribute -
setVersion
Sets the "version" attribute -
xsetVersion
void xsetVersion(org.apache.xmlbeans.XmlString version) Sets (as xml) the "version" attribute -
getCreator
String getCreator()Gets the "creator" attribute -
xgetCreator
org.apache.xmlbeans.XmlString xgetCreator()Gets (as xml) the "creator" attribute -
setCreator
Sets the "creator" attribute -
xsetCreator
void xsetCreator(org.apache.xmlbeans.XmlString creator) Sets (as xml) the "creator" attribute
-