| Package | Description |
|---|---|
| com.topografix.gpx |
| Modifier and Type | Field and Description |
|---|---|
protected LinkType |
PersonType.link |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<LinkType> |
WptType.link |
protected java.util.List<LinkType> |
TrkType.link |
protected java.util.List<LinkType> |
RteType.link |
protected java.util.List<LinkType> |
MetadataType.link |
| Modifier and Type | Method and Description |
|---|---|
LinkType |
ObjectFactory.createLinkType()
Create an instance of
LinkType |
LinkType |
PersonType.getLink()
Gets the value of the link property.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LinkType> |
WptType.getLink()
Gets the value of the link property.
|
java.util.List<LinkType> |
TrkType.getLink()
Gets the value of the link property.
|
java.util.List<LinkType> |
RteType.getLink()
Gets the value of the link property.
|
java.util.List<LinkType> |
MetadataType.getLink()
Gets the value of the link property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersonType.setLink(LinkType value)
Sets the value of the link property.
|