Package org.bremersee.gpx.model
Interface CommonGpxType
public interface CommonGpxType
The common gpx interface.
- Author:
- Christian Bremer
-
Method Summary
Modifier and TypeMethodDescriptiongetCmt()Gets cmt.getDesc()Gets desc.Gets extensions.getLinks()Gets links.getName()Gets name.getSrc()Gets src.voidSets cmt.voidSets desc.voidsetExtensions(ExtensionsType value) Sets extensions.voidSets name.voidSets src.
-
Method Details
-
getName
String getName()Gets name.- Returns:
- the name
-
setName
Sets name.- Parameters:
value- the value
-
getCmt
String getCmt()Gets cmt.- Returns:
- the cmt
-
setCmt
Sets cmt.- Parameters:
value- the value
-
getDesc
String getDesc()Gets desc.- Returns:
- the desc
-
setDesc
Sets desc.- Parameters:
value- the value
-
getSrc
String getSrc()Gets src.- Returns:
- the src
-
setSrc
Sets src.- Parameters:
value- the value
-
getLinks
Gets links.- Returns:
- the links
-
getExtensions
ExtensionsType getExtensions()Gets extensions.- Returns:
- the extensions
-
setExtensions
Sets extensions.- Parameters:
value- the value
-