|
|||||||||
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.GoalMesg
public class GoalMesg
Field Summary | |
---|---|
static int |
EnabledFieldNum
|
static int |
EndDateFieldNum
|
protected static Mesg |
goalMesg
|
static int |
MessageIndexFieldNum
|
static int |
RecurrenceFieldNum
|
static int |
RecurrenceValueFieldNum
|
static int |
RepeatFieldNum
|
static int |
SourceFieldNum
|
static int |
SportFieldNum
|
static int |
StartDateFieldNum
|
static int |
SubSportFieldNum
|
static int |
TargetValueFieldNum
|
static int |
TypeFieldNum
|
static int |
ValueFieldNum
|
Fields inherited from class com.garmin.fit.Mesg |
---|
developerFields, fields, localNum, name, num, systemTimeOffset |
Constructor Summary | |
---|---|
GoalMesg()
|
|
GoalMesg(Mesg mesg)
|
Method Summary | |
---|---|
Bool |
getEnabled()
Get enabled field |
DateTime |
getEndDate()
Get end_date field |
java.lang.Integer |
getMessageIndex()
Get message_index field |
GoalRecurrence |
getRecurrence()
Get recurrence field |
java.lang.Integer |
getRecurrenceValue()
Get recurrence_value field |
Bool |
getRepeat()
Get repeat field |
GoalSource |
getSource()
Get source field |
Sport |
getSport()
Get sport field |
DateTime |
getStartDate()
Get start_date field |
SubSport |
getSubSport()
Get sub_sport field |
java.lang.Long |
getTargetValue()
Get target_value field |
Goal |
getType()
Get type field |
java.lang.Long |
getValue()
Get value field |
void |
setEnabled(Bool enabled)
Set enabled field |
void |
setEndDate(DateTime endDate)
Set end_date field |
void |
setMessageIndex(java.lang.Integer messageIndex)
Set message_index field |
void |
setRecurrence(GoalRecurrence recurrence)
Set recurrence field |
void |
setRecurrenceValue(java.lang.Integer recurrenceValue)
Set recurrence_value field |
void |
setRepeat(Bool repeat)
Set repeat field |
void |
setSource(GoalSource source)
Set source field |
void |
setSport(Sport sport)
Set sport field |
void |
setStartDate(DateTime startDate)
Set start_date field |
void |
setSubSport(SubSport subSport)
Set sub_sport field |
void |
setTargetValue(java.lang.Long targetValue)
Set target_value field |
void |
setType(Goal type)
Set type field |
void |
setValue(java.lang.Long value)
Set value field |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MessageIndexFieldNum
public static final int SportFieldNum
public static final int SubSportFieldNum
public static final int StartDateFieldNum
public static final int EndDateFieldNum
public static final int TypeFieldNum
public static final int ValueFieldNum
public static final int RepeatFieldNum
public static final int TargetValueFieldNum
public static final int RecurrenceFieldNum
public static final int RecurrenceValueFieldNum
public static final int EnabledFieldNum
public static final int SourceFieldNum
protected static final Mesg goalMesg
Constructor Detail |
---|
public GoalMesg()
public GoalMesg(Mesg mesg)
Method Detail |
---|
public java.lang.Integer getMessageIndex()
public void setMessageIndex(java.lang.Integer messageIndex)
messageIndex
- public Sport getSport()
public void setSport(Sport sport)
sport
- public SubSport getSubSport()
public void setSubSport(SubSport subSport)
subSport
- public DateTime getStartDate()
public void setStartDate(DateTime startDate)
startDate
- public DateTime getEndDate()
public void setEndDate(DateTime endDate)
endDate
- public Goal getType()
public void setType(Goal type)
type
- public java.lang.Long getValue()
public void setValue(java.lang.Long value)
value
- public Bool getRepeat()
public void setRepeat(Bool repeat)
repeat
- public java.lang.Long getTargetValue()
public void setTargetValue(java.lang.Long targetValue)
targetValue
- public GoalRecurrence getRecurrence()
public void setRecurrence(GoalRecurrence recurrence)
recurrence
- public java.lang.Integer getRecurrenceValue()
public void setRecurrenceValue(java.lang.Integer recurrenceValue)
recurrenceValue
- public Bool getEnabled()
public void setEnabled(Bool enabled)
enabled
- public GoalSource getSource()
public void setSource(GoalSource source)
source
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |