Uses of Interface
com.topografix.gpx.x1.x1.PersonType
-
Packages that use PersonType Package Description com.topografix.gpx.x1.x1 com.topografix.gpx.x1.x1.impl -
-
Uses of PersonType in com.topografix.gpx.x1.x1
Fields in com.topografix.gpx.x1.x1 with type parameters of type PersonType Modifier and Type Field Description static org.apache.xmlbeans.impl.schema.DocumentFactory<PersonType>PersonType. FactoryMethods in com.topografix.gpx.x1.x1 that return PersonType Modifier and Type Method Description PersonTypeMetadataType. addNewAuthor()Appends and returns a new empty "author" elementPersonTypeMetadataType. getAuthor()Gets the "author" elementMethods in com.topografix.gpx.x1.x1 with parameters of type PersonType Modifier and Type Method Description voidMetadataType. setAuthor(PersonType author)Sets the "author" element -
Uses of PersonType in com.topografix.gpx.x1.x1.impl
Classes in com.topografix.gpx.x1.x1.impl that implement PersonType Modifier and Type Class Description classPersonTypeImplAn XML personType(@http://www.topografix.com/GPX/1/1).Methods in com.topografix.gpx.x1.x1.impl that return PersonType Modifier and Type Method Description PersonTypeMetadataTypeImpl. addNewAuthor()Appends and returns a new empty "author" elementPersonTypeMetadataTypeImpl. getAuthor()Gets the "author" elementMethods in com.topografix.gpx.x1.x1.impl with parameters of type PersonType Modifier and Type Method Description voidMetadataTypeImpl. setAuthor(PersonType author)Sets the "author" element
-