Uses of Interface
com.topografix.gpx.x1.x1.RteType
Packages that use RteType
-
Uses of RteType in com.topografix.gpx.x1.x1
Fields in com.topografix.gpx.x1.x1 with type parameters of type RteTypeModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.DocumentFactory<RteType>RteType.FactoryMethods in com.topografix.gpx.x1.x1 that return RteTypeModifier and TypeMethodDescriptionGpxType.addNewRte()Appends and returns a new empty value (as xml) as the last "rte" elementRteType[]GpxType.getRteArray()Gets array of all "rte" elementsGpxType.getRteArray(int i) Gets ith "rte" elementGpxType.insertNewRte(int i) Inserts and returns a new empty value (as xml) as the ith "rte" elementMethods in com.topografix.gpx.x1.x1 that return types with arguments of type RteTypeMethods in com.topografix.gpx.x1.x1 with parameters of type RteTypeModifier and TypeMethodDescriptionvoidGpxType.setRteArray(int i, RteType rte) Sets ith "rte" elementvoidGpxType.setRteArray(RteType[] rteArray) Sets array of all "rte" element -
Uses of RteType in com.topografix.gpx.x1.x1.impl
Classes in com.topografix.gpx.x1.x1.impl that implement RteTypeModifier and TypeClassDescriptionclassAn XML rteType(@http://www.topografix.com/GPX/1/1).Methods in com.topografix.gpx.x1.x1.impl that return RteTypeModifier and TypeMethodDescriptionGpxTypeImpl.addNewRte()Appends and returns a new empty value (as xml) as the last "rte" elementRteType[]GpxTypeImpl.getRteArray()Gets array of all "rte" elementsGpxTypeImpl.getRteArray(int i) Gets ith "rte" elementGpxTypeImpl.insertNewRte(int i) Inserts and returns a new empty value (as xml) as the ith "rte" elementMethods in com.topografix.gpx.x1.x1.impl that return types with arguments of type RteTypeMethods in com.topografix.gpx.x1.x1.impl with parameters of type RteTypeModifier and TypeMethodDescriptionvoidGpxTypeImpl.setRteArray(int i, RteType rte) Sets ith "rte" elementvoidGpxTypeImpl.setRteArray(RteType[] rteArray) Sets array of all "rte" element WARNING: This method is not atomicaly synchronized.