dk.tbsalling.aismessages.messages
Class BinaryMessageMultipleSlot

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

public class BinaryMessageMultipleSlot
extends DecodedAISMessage

See Also:
Serialized Form

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

BinaryMessageMultipleSlot

public BinaryMessageMultipleSlot(Integer repeatIndicator,
                                 MMSI sourceMmsi,
                                 Boolean addressed,
                                 Boolean structured,
                                 MMSI destinationMmsi,
                                 Integer applicationId,
                                 String data,
                                 String radioStatus)
Method Detail

getAddressed

public final Boolean getAddressed()

getStructured

public final Boolean getStructured()

getDestinationMmsi

public final MMSI getDestinationMmsi()

getApplicationId

public final Integer getApplicationId()

getData

public final String getData()

getRadioStatus

public final String getRadioStatus()

fromEncodedMessage

public static BinaryMessageMultipleSlot fromEncodedMessage(EncodedAISMessage encodedMessage)


Copyright © 2013 Thomas Borg Salling. All Rights Reserved.