|
|||||||||
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.FileIdMesg
public class FileIdMesg
Field Summary | |
---|---|
protected static Mesg |
fileIdMesg
|
static int |
ManufacturerFieldNum
|
static int |
NumberFieldNum
|
static int |
ProductFieldNum
|
static int |
ProductNameFieldNum
|
static int |
SerialNumberFieldNum
|
static int |
TimeCreatedFieldNum
|
static int |
TypeFieldNum
|
Fields inherited from class com.garmin.fit.Mesg |
---|
developerFields, fields, localNum, name, num, systemTimeOffset |
Constructor Summary | |
---|---|
FileIdMesg()
|
|
FileIdMesg(Mesg mesg)
|
Method Summary | |
---|---|
java.lang.Integer |
getGarminProduct()
Get garmin_product field |
java.lang.Integer |
getManufacturer()
Get manufacturer field |
java.lang.Integer |
getNumber()
Get number field Comment: Only set for files that are not created/erased. |
java.lang.Integer |
getProduct()
Get product field |
java.lang.String |
getProductName()
Get product_name field Comment: Optional free form string to indicate the devices name or model |
java.lang.Long |
getSerialNumber()
Get serial_number field |
DateTime |
getTimeCreated()
Get time_created field Comment: Only set for files that are can be created/erased. |
File |
getType()
Get type field |
void |
setGarminProduct(java.lang.Integer garminProduct)
Set garmin_product field |
void |
setManufacturer(java.lang.Integer manufacturer)
Set manufacturer field |
void |
setNumber(java.lang.Integer number)
Set number field Comment: Only set for files that are not created/erased. |
void |
setProduct(java.lang.Integer product)
Set product field |
void |
setProductName(java.lang.String productName)
Set product_name field Comment: Optional free form string to indicate the devices name or model |
void |
setSerialNumber(java.lang.Long serialNumber)
Set serial_number field |
void |
setTimeCreated(DateTime timeCreated)
Set time_created field Comment: Only set for files that are can be created/erased. |
void |
setType(File type)
Set type 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 TypeFieldNum
public static final int ManufacturerFieldNum
public static final int ProductFieldNum
public static final int SerialNumberFieldNum
public static final int TimeCreatedFieldNum
public static final int NumberFieldNum
public static final int ProductNameFieldNum
protected static final Mesg fileIdMesg
Constructor Detail |
---|
public FileIdMesg()
public FileIdMesg(Mesg mesg)
Method Detail |
---|
public File getType()
public void setType(File type)
type
- public java.lang.Integer getManufacturer()
public void setManufacturer(java.lang.Integer manufacturer)
manufacturer
- public java.lang.Integer getProduct()
public void setProduct(java.lang.Integer product)
product
- public java.lang.Integer getGarminProduct()
public void setGarminProduct(java.lang.Integer garminProduct)
garminProduct
- public java.lang.Long getSerialNumber()
public void setSerialNumber(java.lang.Long serialNumber)
serialNumber
- public DateTime getTimeCreated()
public void setTimeCreated(DateTime timeCreated)
timeCreated
- public java.lang.Integer getNumber()
public void setNumber(java.lang.Integer number)
number
- public java.lang.String getProductName()
public void setProductName(java.lang.String productName)
productName
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |