com.garmin.fit
Class MesgCapabilitiesMesg

java.lang.Object
  extended by com.garmin.fit.Mesg
      extended by com.garmin.fit.MesgCapabilitiesMesg

public class MesgCapabilitiesMesg
extends Mesg


Field Summary
static int CountFieldNum
           
static int CountTypeFieldNum
           
static int FileFieldNum
           
protected static Mesg mesgCapabilitiesMesg
           
static int MesgNumFieldNum
           
static int MessageIndexFieldNum
           
 
Fields inherited from class com.garmin.fit.Mesg
developerFields, fields, localNum, name, num, systemTimeOffset
 
Constructor Summary
MesgCapabilitiesMesg()
           
MesgCapabilitiesMesg(Mesg mesg)
           
 
Method Summary
 java.lang.Integer getCount()
          Get count field
 MesgCount getCountType()
          Get count_type field
 File getFile()
          Get file field
 java.lang.Integer getMaxPerFile()
          Get max_per_file field
 java.lang.Integer getMaxPerFileType()
          Get max_per_file_type field
 java.lang.Integer getMesgNum()
          Get mesg_num field
 java.lang.Integer getMessageIndex()
          Get message_index field
 java.lang.Integer getNumPerFile()
          Get num_per_file field
 void setCount(java.lang.Integer count)
          Set count field
 void setCountType(MesgCount countType)
          Set count_type field
 void setFile(File file)
          Set file field
 void setMaxPerFile(java.lang.Integer maxPerFile)
          Set max_per_file field
 void setMaxPerFileType(java.lang.Integer maxPerFileType)
          Set max_per_file_type field
 void setMesgNum(java.lang.Integer mesgNum)
          Set mesg_num field
 void setMessageIndex(java.lang.Integer messageIndex)
          Set message_index field
 void setNumPerFile(java.lang.Integer numPerFile)
          Set num_per_file field
 
Methods inherited from class com.garmin.fit.Mesg
addDeveloperField, addField, getActiveSubFieldIndex, getActiveSubFieldName, getDeveloperFields, getField, getField, getField, getFieldBigIntegerValue, getFieldBigIntegerValue, getFieldBigIntegerValue, getFieldBigIntegerValue, getFieldBigIntegerValue, getFieldBigIntegerValue, getFieldBigIntegerValues, getFieldBigIntegerValues, getFieldBigIntegerValues, getFieldBitsValue, getFieldBitsValue, getFieldByteValue, getFieldByteValue, getFieldByteValue, getFieldByteValue, getFieldByteValue, getFieldByteValue, getFieldByteValues, getFieldByteValues, getFieldByteValues, getFieldDoubleValue, getFieldDoubleValue, getFieldDoubleValue, getFieldDoubleValue, getFieldDoubleValue, getFieldDoubleValue, getFieldDoubleValues, getFieldDoubleValues, getFieldDoubleValues, getFieldFloatValue, getFieldFloatValue, getFieldFloatValue, getFieldFloatValue, getFieldFloatValue, getFieldFloatValue, getFieldFloatValues, getFieldFloatValues, getFieldFloatValues, getFieldIntegerValue, getFieldIntegerValue, getFieldIntegerValue, getFieldIntegerValue, getFieldIntegerValue, getFieldIntegerValue, getFieldIntegerValues, getFieldIntegerValues, getFieldIntegerValues, getFieldLongValue, getFieldLongValue, getFieldLongValue, getFieldLongValue, getFieldLongValue, getFieldLongValue, getFieldLongValues, getFieldLongValues, getFieldLongValues, getFields, getFieldShortValue, getFieldShortValue, getFieldShortValue, getFieldShortValue, getFieldShortValue, getFieldShortValue, getFieldShortValues, getFieldShortValues, getFieldShortValues, getFieldStringValue, getFieldStringValue, getFieldStringValue, getFieldStringValue, getFieldStringValue, getFieldStringValue, getFieldStringValues, getFieldStringValues, getFieldStringValues, getFieldValue, getFieldValue, getFieldValue, getFieldValue, getFieldValue, getFieldValue, getIsFieldAccumulated, getLocalNum, getName, getNum, getNumFields, getNumFieldValues, getNumFieldValues, getNumFieldValues, getNumFieldValues, getOverrideField, hasField, removeExpandedFields, removeField, setField, setFields, setFieldValue, setFieldValue, setFieldValue, setFieldValue, setFieldValue, setFieldValue, setLocalNum, timestampToDateTime, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MessageIndexFieldNum

public static final int MessageIndexFieldNum
See Also:
Constant Field Values

FileFieldNum

public static final int FileFieldNum
See Also:
Constant Field Values

MesgNumFieldNum

public static final int MesgNumFieldNum
See Also:
Constant Field Values

CountTypeFieldNum

public static final int CountTypeFieldNum
See Also:
Constant Field Values

CountFieldNum

public static final int CountFieldNum
See Also:
Constant Field Values

mesgCapabilitiesMesg

protected static final Mesg mesgCapabilitiesMesg
Constructor Detail

MesgCapabilitiesMesg

public MesgCapabilitiesMesg()

MesgCapabilitiesMesg

public MesgCapabilitiesMesg(Mesg mesg)
Method Detail

getMessageIndex

public java.lang.Integer getMessageIndex()
Get message_index field

Returns:
message_index

setMessageIndex

public void setMessageIndex(java.lang.Integer messageIndex)
Set message_index field

Parameters:
messageIndex -

getFile

public File getFile()
Get file field

Returns:
file

setFile

public void setFile(File file)
Set file field

Parameters:
file -

getMesgNum

public java.lang.Integer getMesgNum()
Get mesg_num field

Returns:
mesg_num

setMesgNum

public void setMesgNum(java.lang.Integer mesgNum)
Set mesg_num field

Parameters:
mesgNum -

getCountType

public MesgCount getCountType()
Get count_type field

Returns:
count_type

setCountType

public void setCountType(MesgCount countType)
Set count_type field

Parameters:
countType -

getCount

public java.lang.Integer getCount()
Get count field

Returns:
count

setCount

public void setCount(java.lang.Integer count)
Set count field

Parameters:
count -

getNumPerFile

public java.lang.Integer getNumPerFile()
Get num_per_file field

Returns:
num_per_file

setNumPerFile

public void setNumPerFile(java.lang.Integer numPerFile)
Set num_per_file field

Parameters:
numPerFile -

getMaxPerFile

public java.lang.Integer getMaxPerFile()
Get max_per_file field

Returns:
max_per_file

setMaxPerFile

public void setMaxPerFile(java.lang.Integer maxPerFile)
Set max_per_file field

Parameters:
maxPerFile -

getMaxPerFileType

public java.lang.Integer getMaxPerFileType()
Get max_per_file_type field

Returns:
max_per_file_type

setMaxPerFileType

public void setMaxPerFileType(java.lang.Integer maxPerFileType)
Set max_per_file_type field

Parameters:
maxPerFileType -