public class Tpv extends Response
| Constructor and Description |
|---|
Tpv() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAlt() |
String |
getCLASS() |
Double |
getClimb() |
String |
getDevice() |
Double |
getEpc() |
Double |
getEpd() |
Double |
getEps() |
Double |
getEpt() |
Double |
getEpv() |
Double |
getEpx() |
Double |
getEpy() |
Double |
getLat() |
Double |
getLon() |
Integer |
getMode() |
Double |
getSpeed() |
String |
getTag() |
String |
getTime() |
Double |
getTrack() |
void |
setAlt(Double alt) |
void |
setClass(String _class) |
void |
setClimb(Double climb) |
void |
setDevice(String device) |
void |
setEpc(Double epc) |
void |
setEpd(Double epd) |
void |
setEps(Double eps) |
void |
setEpt(Double ept) |
void |
setEpv(Double epv) |
void |
setEpx(Double epx) |
void |
setEpy(Double epy) |
void |
setLat(Double lat) |
void |
setLon(Double lon) |
void |
setMode(Integer mode) |
void |
setSpeed(Double speed) |
void |
setTag(String tag) |
void |
setTime(String time) |
void |
setTrack(Double track) |
public void setClass(String _class)
public void setTag(String tag)
public String getTag()
public void setDevice(String device)
public String getDevice()
public void setMode(Integer mode)
public Integer getMode()
public void setTime(String time)
public String getTime()
public void setEpt(Double ept)
public Double getEpt()
public void setLat(Double lat)
public Double getLat()
public void setLon(Double lon)
public Double getLon()
public void setAlt(Double alt)
public Double getAlt()
public void setEpx(Double epx)
public Double getEpx()
public void setEpy(Double epy)
public Double getEpy()
public void setEpv(Double epv)
public Double getEpv()
public void setTrack(Double track)
public Double getTrack()
public void setSpeed(Double speed)
public Double getSpeed()
public void setClimb(Double climb)
public Double getClimb()
public void setEpd(Double epd)
public Double getEpd()
public void setEps(Double eps)
public Double getEps()
public void setEpc(Double epc)
public Double getEpc()
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.