|
||||||||||
| 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.BinaryMessageSingleSlot
public class BinaryMessageSingleSlot
| Constructor Summary | |
|---|---|
BinaryMessageSingleSlot(Integer repeatIndicator,
MMSI sourceMmsi,
Boolean destinationIndicator,
Boolean binaryDataFlag,
MMSI destinationMMSI,
String binaryData)
|
|
| Method Summary | |
|---|---|
static BinaryMessageSingleSlot |
fromEncodedMessage(EncodedAISMessage encodedMessage)
|
String |
getBinaryData()
|
Boolean |
getBinaryDataFlag()
|
Boolean |
getDestinationIndicator()
|
MMSI |
getDestinationMMSI()
|
| 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 BinaryMessageSingleSlot(Integer repeatIndicator,
MMSI sourceMmsi,
Boolean destinationIndicator,
Boolean binaryDataFlag,
MMSI destinationMMSI,
String binaryData)
| Method Detail |
|---|
public final Boolean getDestinationIndicator()
public final Boolean getBinaryDataFlag()
public final MMSI getDestinationMMSI()
public final String getBinaryData()
public static BinaryMessageSingleSlot fromEncodedMessage(EncodedAISMessage encodedMessage)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||