Uses of Interface
com.topografix.gpx.x1.x1.LinkType
-
Packages that use LinkType Package Description com.topografix.gpx.x1.x1 com.topografix.gpx.x1.x1.impl -
-
Uses of LinkType in com.topografix.gpx.x1.x1
Fields in com.topografix.gpx.x1.x1 with type parameters of type LinkType Modifier and Type Field Description static org.apache.xmlbeans.impl.schema.DocumentFactory<LinkType>LinkType. FactoryMethods in com.topografix.gpx.x1.x1 that return LinkType Modifier and Type Method Description LinkTypeMetadataType. addNewLink()Appends and returns a new empty value (as xml) as the last "link" elementLinkTypePersonType. addNewLink()Appends and returns a new empty "link" elementLinkTypeRteType. addNewLink()Appends and returns a new empty value (as xml) as the last "link" elementLinkTypeTrkType. addNewLink()Appends and returns a new empty value (as xml) as the last "link" elementLinkTypeWptType. addNewLink()Appends and returns a new empty value (as xml) as the last "link" elementLinkTypePersonType. getLink()Gets the "link" elementLinkType[]MetadataType. getLinkArray()Gets array of all "link" elementsLinkTypeMetadataType. getLinkArray(int i)Gets ith "link" elementLinkType[]RteType. getLinkArray()Gets array of all "link" elementsLinkTypeRteType. getLinkArray(int i)Gets ith "link" elementLinkType[]TrkType. getLinkArray()Gets array of all "link" elementsLinkTypeTrkType. getLinkArray(int i)Gets ith "link" elementLinkType[]WptType. getLinkArray()Gets array of all "link" elementsLinkTypeWptType. getLinkArray(int i)Gets ith "link" elementLinkTypeMetadataType. insertNewLink(int i)Inserts and returns a new empty value (as xml) as the ith "link" elementLinkTypeRteType. insertNewLink(int i)Inserts and returns a new empty value (as xml) as the ith "link" elementLinkTypeTrkType. insertNewLink(int i)Inserts and returns a new empty value (as xml) as the ith "link" elementLinkTypeWptType. insertNewLink(int i)Inserts and returns a new empty value (as xml) as the ith "link" elementMethods in com.topografix.gpx.x1.x1 that return types with arguments of type LinkType Modifier and Type Method Description List<LinkType>MetadataType. getLinkList()Gets a List of "link" elementsList<LinkType>RteType. getLinkList()Gets a List of "link" elementsList<LinkType>TrkType. getLinkList()Gets a List of "link" elementsList<LinkType>WptType. getLinkList()Gets a List of "link" elementsMethods in com.topografix.gpx.x1.x1 with parameters of type LinkType Modifier and Type Method Description voidPersonType. setLink(LinkType link)Sets the "link" elementvoidMetadataType. setLinkArray(int i, LinkType link)Sets ith "link" elementvoidMetadataType. setLinkArray(LinkType[] linkArray)Sets array of all "link" elementvoidRteType. setLinkArray(int i, LinkType link)Sets ith "link" elementvoidRteType. setLinkArray(LinkType[] linkArray)Sets array of all "link" elementvoidTrkType. setLinkArray(int i, LinkType link)Sets ith "link" elementvoidTrkType. setLinkArray(LinkType[] linkArray)Sets array of all "link" elementvoidWptType. setLinkArray(int i, LinkType link)Sets ith "link" elementvoidWptType. setLinkArray(LinkType[] linkArray)Sets array of all "link" element -
Uses of LinkType in com.topografix.gpx.x1.x1.impl
Classes in com.topografix.gpx.x1.x1.impl that implement LinkType Modifier and Type Class Description classLinkTypeImplAn XML linkType(@http://www.topografix.com/GPX/1/1).Methods in com.topografix.gpx.x1.x1.impl that return LinkType Modifier and Type Method Description LinkTypeMetadataTypeImpl. addNewLink()Appends and returns a new empty value (as xml) as the last "link" elementLinkTypePersonTypeImpl. addNewLink()Appends and returns a new empty "link" elementLinkTypeRteTypeImpl. addNewLink()Appends and returns a new empty value (as xml) as the last "link" elementLinkTypeTrkTypeImpl. addNewLink()Appends and returns a new empty value (as xml) as the last "link" elementLinkTypeWptTypeImpl. addNewLink()Appends and returns a new empty value (as xml) as the last "link" elementLinkTypePersonTypeImpl. getLink()Gets the "link" elementLinkType[]MetadataTypeImpl. getLinkArray()Gets array of all "link" elementsLinkTypeMetadataTypeImpl. getLinkArray(int i)Gets ith "link" elementLinkType[]RteTypeImpl. getLinkArray()Gets array of all "link" elementsLinkTypeRteTypeImpl. getLinkArray(int i)Gets ith "link" elementLinkType[]TrkTypeImpl. getLinkArray()Gets array of all "link" elementsLinkTypeTrkTypeImpl. getLinkArray(int i)Gets ith "link" elementLinkType[]WptTypeImpl. getLinkArray()Gets array of all "link" elementsLinkTypeWptTypeImpl. getLinkArray(int i)Gets ith "link" elementLinkTypeMetadataTypeImpl. insertNewLink(int i)Inserts and returns a new empty value (as xml) as the ith "link" elementLinkTypeRteTypeImpl. insertNewLink(int i)Inserts and returns a new empty value (as xml) as the ith "link" elementLinkTypeTrkTypeImpl. insertNewLink(int i)Inserts and returns a new empty value (as xml) as the ith "link" elementLinkTypeWptTypeImpl. insertNewLink(int i)Inserts and returns a new empty value (as xml) as the ith "link" elementMethods in com.topografix.gpx.x1.x1.impl that return types with arguments of type LinkType Modifier and Type Method Description List<LinkType>MetadataTypeImpl. getLinkList()Gets a List of "link" elementsList<LinkType>RteTypeImpl. getLinkList()Gets a List of "link" elementsList<LinkType>TrkTypeImpl. getLinkList()Gets a List of "link" elementsList<LinkType>WptTypeImpl. getLinkList()Gets a List of "link" elementsMethods in com.topografix.gpx.x1.x1.impl with parameters of type LinkType Modifier and Type Method Description voidPersonTypeImpl. setLink(LinkType link)Sets the "link" elementvoidMetadataTypeImpl. setLinkArray(int i, LinkType link)Sets ith "link" elementvoidMetadataTypeImpl. setLinkArray(LinkType[] linkArray)Sets array of all "link" element WARNING: This method is not atomicaly synchronized.voidRteTypeImpl. setLinkArray(int i, LinkType link)Sets ith "link" elementvoidRteTypeImpl. setLinkArray(LinkType[] linkArray)Sets array of all "link" element WARNING: This method is not atomicaly synchronized.voidTrkTypeImpl. setLinkArray(int i, LinkType link)Sets ith "link" elementvoidTrkTypeImpl. setLinkArray(LinkType[] linkArray)Sets array of all "link" element WARNING: This method is not atomicaly synchronized.voidWptTypeImpl. setLinkArray(int i, LinkType link)Sets ith "link" elementvoidWptTypeImpl. setLinkArray(LinkType[] linkArray)Sets array of all "link" element WARNING: This method is not atomicaly synchronized.
-