Package | Description |
---|---|
jgpx.model.gpx | |
jgpx.model.jaxb |
Modifier and Type | Method and Description |
---|---|
LinkType |
Link.getData() |
Constructor and Description |
---|
Link(LinkType link) |
Modifier and Type | Method and Description |
---|---|
LinkType |
ObjectFactory.createLinkType()
Create an instance of
LinkType |
LinkType |
PersonType.getLink()
Obtiene el valor de la propiedad link.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<LinkType> |
MetadataType.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> |
TrkType.getLink()
Gets the value of the link property.
|
java.util.List<LinkType> |
WptType.getLink()
Gets the value of the link property.
|
Modifier and Type | Method and Description |
---|---|
void |
PersonType.setLink(LinkType value)
Define el valor de la propiedad link.
|