|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdk.tbsalling.aismessages.messages.DecodedAISMessage
dk.tbsalling.aismessages.messages.BinaryMessageMultipleSlot
public class BinaryMessageMultipleSlot
| Constructor Summary | |
|---|---|
BinaryMessageMultipleSlot(Integer repeatIndicator,
MMSI sourceMmsi,
Boolean addressed,
Boolean structured,
MMSI destinationMmsi,
Integer applicationId,
String data,
String radioStatus)
|
|
| Method Summary | |
|---|---|
static BinaryMessageMultipleSlot |
fromEncodedMessage(EncodedAISMessage encodedMessage)
|
Boolean |
getAddressed()
|
Integer |
getApplicationId()
|
String |
getData()
|
MMSI |
getDestinationMmsi()
|
String |
getRadioStatus()
|
Boolean |
getStructured()
|
| Methods inherited from class dk.tbsalling.aismessages.messages.DecodedAISMessage |
|---|
equals, getMessageType, getMetadata, getRepeatIndicator, getSourceMmsi, hashCode, setMetadata, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BinaryMessageMultipleSlot(Integer repeatIndicator,
MMSI sourceMmsi,
Boolean addressed,
Boolean structured,
MMSI destinationMmsi,
Integer applicationId,
String data,
String radioStatus)
| Method Detail |
|---|
public final Boolean getAddressed()
public final Boolean getStructured()
public final MMSI getDestinationMmsi()
public final Integer getApplicationId()
public final String getData()
public final String getRadioStatus()
public static BinaryMessageMultipleSlot fromEncodedMessage(EncodedAISMessage encodedMessage)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||