public class MesgCapabilitiesMesg extends Mesg
Modifier and Type | Field and Description |
---|---|
static int |
CountFieldNum |
static int |
CountTypeFieldNum |
static int |
FileFieldNum |
protected static Mesg |
mesgCapabilitiesMesg |
static int |
MesgNumFieldNum |
static int |
MessageIndexFieldNum |
developerFields, fields, localNum, name, num, systemTimeOffset
Constructor and Description |
---|
MesgCapabilitiesMesg() |
MesgCapabilitiesMesg(Mesg mesg) |
Modifier and Type | Method and Description |
---|---|
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
|
addDeveloperField, addField, getActiveSubFieldIndex, getActiveSubFieldName, getDecoderMesgIndex, 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, setDecoderMessageIndex, setField, setFields, setFieldValue, setFieldValue, setFieldValue, setFieldValue, setFieldValue, setFieldValue, setLocalNum, timestampToDateTime, write, write
public static final int MessageIndexFieldNum
public static final int FileFieldNum
public static final int MesgNumFieldNum
public static final int CountTypeFieldNum
public static final int CountFieldNum
protected static final Mesg mesgCapabilitiesMesg
public MesgCapabilitiesMesg()
public MesgCapabilitiesMesg(Mesg mesg)
public java.lang.Integer getMessageIndex()
public void setMessageIndex(java.lang.Integer messageIndex)
messageIndex
- The new messageIndex value to be setpublic File getFile()
public void setFile(File file)
file
- The new file value to be setpublic java.lang.Integer getMesgNum()
public void setMesgNum(java.lang.Integer mesgNum)
mesgNum
- The new mesgNum value to be setpublic MesgCount getCountType()
public void setCountType(MesgCount countType)
countType
- The new countType value to be setpublic java.lang.Integer getCount()
public void setCount(java.lang.Integer count)
count
- The new count value to be setpublic java.lang.Integer getNumPerFile()
public void setNumPerFile(java.lang.Integer numPerFile)
numPerFile
- The new numPerFile value to be setpublic java.lang.Integer getMaxPerFile()
public void setMaxPerFile(java.lang.Integer maxPerFile)
maxPerFile
- The new maxPerFile value to be setpublic java.lang.Integer getMaxPerFileType()
public void setMaxPerFileType(java.lang.Integer maxPerFileType)
maxPerFileType
- The new maxPerFileType value to be set