Uses of Interface
com.topografix.gpx.x1.x1.MetadataType
-
Packages that use MetadataType Package Description com.topografix.gpx.x1.x1 com.topografix.gpx.x1.x1.impl -
-
Uses of MetadataType in com.topografix.gpx.x1.x1
Fields in com.topografix.gpx.x1.x1 with type parameters of type MetadataType Modifier and Type Field Description static org.apache.xmlbeans.impl.schema.DocumentFactory<MetadataType>MetadataType. FactoryMethods in com.topografix.gpx.x1.x1 that return MetadataType Modifier and Type Method Description MetadataTypeGpxType. addNewMetadata()Appends and returns a new empty "metadata" elementMetadataTypeGpxType. getMetadata()Gets the "metadata" elementMethods in com.topografix.gpx.x1.x1 with parameters of type MetadataType Modifier and Type Method Description voidGpxType. setMetadata(MetadataType metadata)Sets the "metadata" element -
Uses of MetadataType in com.topografix.gpx.x1.x1.impl
Classes in com.topografix.gpx.x1.x1.impl that implement MetadataType Modifier and Type Class Description classMetadataTypeImplAn XML metadataType(@http://www.topografix.com/GPX/1/1).Methods in com.topografix.gpx.x1.x1.impl that return MetadataType Modifier and Type Method Description MetadataTypeGpxTypeImpl. addNewMetadata()Appends and returns a new empty "metadata" elementMetadataTypeGpxTypeImpl. getMetadata()Gets the "metadata" elementMethods in com.topografix.gpx.x1.x1.impl with parameters of type MetadataType Modifier and Type Method Description voidGpxTypeImpl. setMetadata(MetadataType metadata)Sets the "metadata" element
-