|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.garmin.fit.Mesg
com.garmin.fit.WeatherAlertMesg
public class WeatherAlertMesg
Field Summary | |
---|---|
static int |
ExpireTimeFieldNum
|
static int |
IssueTimeFieldNum
|
static int |
ReportIdFieldNum
|
static int |
SeverityFieldNum
|
static int |
TimestampFieldNum
|
static int |
TypeFieldNum
|
protected static Mesg |
weatherAlertMesg
|
Fields inherited from class com.garmin.fit.Mesg |
---|
developerFields, fields, localNum, name, num, systemTimeOffset |
Constructor Summary | |
---|---|
WeatherAlertMesg()
|
|
WeatherAlertMesg(Mesg mesg)
|
Method Summary | |
---|---|
DateTime |
getExpireTime()
Get expire_time field Comment: Time alert expires |
DateTime |
getIssueTime()
Get issue_time field Comment: Time alert was issued |
java.lang.String |
getReportId()
Get report_id field Comment: Unique identifier from GCS report ID string, length is 12 |
WeatherSeverity |
getSeverity()
Get severity field Comment: Warning, Watch, Advisory, Statement |
DateTime |
getTimestamp()
Get timestamp field |
WeatherSevereType |
getType()
Get type field Comment: Tornado, Severe Thunderstorm, etc. |
void |
setExpireTime(DateTime expireTime)
Set expire_time field Comment: Time alert expires |
void |
setIssueTime(DateTime issueTime)
Set issue_time field Comment: Time alert was issued |
void |
setReportId(java.lang.String reportId)
Set report_id field Comment: Unique identifier from GCS report ID string, length is 12 |
void |
setSeverity(WeatherSeverity severity)
Set severity field Comment: Warning, Watch, Advisory, Statement |
void |
setTimestamp(DateTime timestamp)
Set timestamp field |
void |
setType(WeatherSevereType type)
Set type field Comment: Tornado, Severe Thunderstorm, etc. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TimestampFieldNum
public static final int ReportIdFieldNum
public static final int IssueTimeFieldNum
public static final int ExpireTimeFieldNum
public static final int SeverityFieldNum
public static final int TypeFieldNum
protected static final Mesg weatherAlertMesg
Constructor Detail |
---|
public WeatherAlertMesg()
public WeatherAlertMesg(Mesg mesg)
Method Detail |
---|
public DateTime getTimestamp()
public void setTimestamp(DateTime timestamp)
timestamp
- public java.lang.String getReportId()
public void setReportId(java.lang.String reportId)
reportId
- public DateTime getIssueTime()
public void setIssueTime(DateTime issueTime)
issueTime
- public DateTime getExpireTime()
public void setExpireTime(DateTime expireTime)
expireTime
- public WeatherSeverity getSeverity()
public void setSeverity(WeatherSeverity severity)
severity
- public WeatherSevereType getType()
public void setType(WeatherSevereType type)
type
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |