Uses of Interface
com.topografix.gpx.x1.x1.LinkType
Packages that use LinkType
-
Uses of LinkType in com.topografix.gpx.x1.x1
Fields in com.topografix.gpx.x1.x1 with type parameters of type LinkTypeModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.DocumentFactory<LinkType>LinkType.FactoryMethods in com.topografix.gpx.x1.x1 that return LinkTypeModifier and TypeMethodDescriptionMetadataType.addNewLink()Appends and returns a new empty value (as xml) as the last "link" elementPersonType.addNewLink()Appends and returns a new empty "link" elementRteType.addNewLink()Appends and returns a new empty value (as xml) as the last "link" elementTrkType.addNewLink()Appends and returns a new empty value (as xml) as the last "link" elementWptType.addNewLink()Appends and returns a new empty value (as xml) as the last "link" elementPersonType.getLink()Gets the "link" elementLinkType[]MetadataType.getLinkArray()Gets array of all "link" elementsMetadataType.getLinkArray(int i) Gets ith "link" elementLinkType[]RteType.getLinkArray()Gets array of all "link" elementsRteType.getLinkArray(int i) Gets ith "link" elementLinkType[]TrkType.getLinkArray()Gets array of all "link" elementsTrkType.getLinkArray(int i) Gets ith "link" elementLinkType[]WptType.getLinkArray()Gets array of all "link" elementsWptType.getLinkArray(int i) Gets ith "link" elementMetadataType.insertNewLink(int i) Inserts and returns a new empty value (as xml) as the ith "link" elementRteType.insertNewLink(int i) Inserts and returns a new empty value (as xml) as the ith "link" elementTrkType.insertNewLink(int i) Inserts and returns a new empty value (as xml) as the ith "link" elementWptType.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 LinkTypeModifier and TypeMethodDescriptionMetadataType.getLinkList()Gets a List of "link" elementsRteType.getLinkList()Gets a List of "link" elementsTrkType.getLinkList()Gets a List of "link" elementsWptType.getLinkList()Gets a List of "link" elementsMethods in com.topografix.gpx.x1.x1 with parameters of type LinkTypeModifier and TypeMethodDescriptionvoidSets 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 LinkTypeModifier and TypeClassDescriptionclassAn XML linkType(@http://www.topografix.com/GPX/1/1).Methods in com.topografix.gpx.x1.x1.impl that return LinkTypeModifier and TypeMethodDescriptionMetadataTypeImpl.addNewLink()Appends and returns a new empty value (as xml) as the last "link" elementPersonTypeImpl.addNewLink()Appends and returns a new empty "link" elementRteTypeImpl.addNewLink()Appends and returns a new empty value (as xml) as the last "link" elementTrkTypeImpl.addNewLink()Appends and returns a new empty value (as xml) as the last "link" elementWptTypeImpl.addNewLink()Appends and returns a new empty value (as xml) as the last "link" elementPersonTypeImpl.getLink()Gets the "link" elementLinkType[]MetadataTypeImpl.getLinkArray()Gets array of all "link" elementsMetadataTypeImpl.getLinkArray(int i) Gets ith "link" elementLinkType[]RteTypeImpl.getLinkArray()Gets array of all "link" elementsRteTypeImpl.getLinkArray(int i) Gets ith "link" elementLinkType[]TrkTypeImpl.getLinkArray()Gets array of all "link" elementsTrkTypeImpl.getLinkArray(int i) Gets ith "link" elementLinkType[]WptTypeImpl.getLinkArray()Gets array of all "link" elementsWptTypeImpl.getLinkArray(int i) Gets ith "link" elementMetadataTypeImpl.insertNewLink(int i) Inserts and returns a new empty value (as xml) as the ith "link" elementRteTypeImpl.insertNewLink(int i) Inserts and returns a new empty value (as xml) as the ith "link" elementTrkTypeImpl.insertNewLink(int i) Inserts and returns a new empty value (as xml) as the ith "link" elementWptTypeImpl.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 LinkTypeModifier and TypeMethodDescriptionMetadataTypeImpl.getLinkList()Gets a List of "link" elementsRteTypeImpl.getLinkList()Gets a List of "link" elementsTrkTypeImpl.getLinkList()Gets a List of "link" elementsWptTypeImpl.getLinkList()Gets a List of "link" elementsMethods in com.topografix.gpx.x1.x1.impl with parameters of type LinkTypeModifier and TypeMethodDescriptionvoidSets 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.