dk.tbsalling.aismessages.messages
Class BinaryMessageSingleSlot

java.lang.Object
  extended by dk.tbsalling.aismessages.messages.DecodedAISMessage
      extended by dk.tbsalling.aismessages.messages.BinaryMessageSingleSlot
All Implemented Interfaces:
Serializable

public class BinaryMessageSingleSlot
extends DecodedAISMessage

See Also:
Serialized Form

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

BinaryMessageSingleSlot

public BinaryMessageSingleSlot(Integer repeatIndicator,
                               MMSI sourceMmsi,
                               Boolean destinationIndicator,
                               Boolean binaryDataFlag,
                               MMSI destinationMMSI,
                               String binaryData)
Method Detail

getDestinationIndicator

public final Boolean getDestinationIndicator()

getBinaryDataFlag

public final Boolean getBinaryDataFlag()

getDestinationMMSI

public final MMSI getDestinationMMSI()

getBinaryData

public final String getBinaryData()

fromEncodedMessage

public static BinaryMessageSingleSlot fromEncodedMessage(EncodedAISMessage encodedMessage)


Copyright © 2013 Thomas Borg Salling. All Rights Reserved.