com.garmin.fit
Class CameraEventMesg

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

public class CameraEventMesg
extends Mesg


Field Summary
protected static Mesg cameraEventMesg
           
static int CameraEventTypeFieldNum
           
static int CameraFileUuidFieldNum
           
static int CameraOrientationFieldNum
           
static int TimestampFieldNum
           
static int TimestampMsFieldNum
           
 
Fields inherited from class com.garmin.fit.Mesg
developerFields, fields, localNum, name, num, systemTimeOffset
 
Constructor Summary
CameraEventMesg()
           
CameraEventMesg(Mesg mesg)
           
 
Method Summary
 CameraEventType getCameraEventType()
          Get camera_event_type field
 java.lang.String getCameraFileUuid()
          Get camera_file_uuid field
 CameraOrientationType getCameraOrientation()
          Get camera_orientation field
 DateTime getTimestamp()
          Get timestamp field Units: s Comment: Whole second part of the timestamp.
 java.lang.Integer getTimestampMs()
          Get timestamp_ms field Units: ms Comment: Millisecond part of the timestamp.
 void setCameraEventType(CameraEventType cameraEventType)
          Set camera_event_type field
 void setCameraFileUuid(java.lang.String cameraFileUuid)
          Set camera_file_uuid field
 void setCameraOrientation(CameraOrientationType cameraOrientation)
          Set camera_orientation field
 void setTimestamp(DateTime timestamp)
          Set timestamp field Units: s Comment: Whole second part of the timestamp.
 void setTimestampMs(java.lang.Integer timestampMs)
          Set timestamp_ms field Units: ms Comment: Millisecond part of the timestamp.
 
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

TimestampFieldNum

public static final int TimestampFieldNum
See Also:
Constant Field Values

TimestampMsFieldNum

public static final int TimestampMsFieldNum
See Also:
Constant Field Values

CameraEventTypeFieldNum

public static final int CameraEventTypeFieldNum
See Also:
Constant Field Values

CameraFileUuidFieldNum

public static final int CameraFileUuidFieldNum
See Also:
Constant Field Values

CameraOrientationFieldNum

public static final int CameraOrientationFieldNum
See Also:
Constant Field Values

cameraEventMesg

protected static final Mesg cameraEventMesg
Constructor Detail

CameraEventMesg

public CameraEventMesg()

CameraEventMesg

public CameraEventMesg(Mesg mesg)
Method Detail

getTimestamp

public DateTime getTimestamp()
Get timestamp field Units: s Comment: Whole second part of the timestamp.

Returns:
timestamp

setTimestamp

public void setTimestamp(DateTime timestamp)
Set timestamp field Units: s Comment: Whole second part of the timestamp.

Parameters:
timestamp -

getTimestampMs

public java.lang.Integer getTimestampMs()
Get timestamp_ms field Units: ms Comment: Millisecond part of the timestamp.

Returns:
timestamp_ms

setTimestampMs

public void setTimestampMs(java.lang.Integer timestampMs)
Set timestamp_ms field Units: ms Comment: Millisecond part of the timestamp.

Parameters:
timestampMs -

getCameraEventType

public CameraEventType getCameraEventType()
Get camera_event_type field

Returns:
camera_event_type

setCameraEventType

public void setCameraEventType(CameraEventType cameraEventType)
Set camera_event_type field

Parameters:
cameraEventType -

getCameraFileUuid

public java.lang.String getCameraFileUuid()
Get camera_file_uuid field

Returns:
camera_file_uuid

setCameraFileUuid

public void setCameraFileUuid(java.lang.String cameraFileUuid)
Set camera_file_uuid field

Parameters:
cameraFileUuid -

getCameraOrientation

public CameraOrientationType getCameraOrientation()
Get camera_orientation field

Returns:
camera_orientation

setCameraOrientation

public void setCameraOrientation(CameraOrientationType cameraOrientation)
Set camera_orientation field

Parameters:
cameraOrientation -