dk.tbsalling.aismessages.messages
Class AddressedSafetyRelatedMessage

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

public class AddressedSafetyRelatedMessage
extends DecodedAISMessage

See Also:
Serialized Form

Constructor Summary
AddressedSafetyRelatedMessage(Integer repeatIndicator, MMSI sourceMmsi, Integer sequenceNumber, MMSI destinationMmsi, Boolean retransmit, String text)
           
 
Method Summary
static AddressedSafetyRelatedMessage fromEncodedMessage(EncodedAISMessage encodedMessage)
           
 MMSI getDestinationMmsi()
           
 Boolean getRetransmit()
           
 Integer getSequenceNumber()
           
 String getText()
           
 
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

AddressedSafetyRelatedMessage

public AddressedSafetyRelatedMessage(Integer repeatIndicator,
                                     MMSI sourceMmsi,
                                     Integer sequenceNumber,
                                     MMSI destinationMmsi,
                                     Boolean retransmit,
                                     String text)
Method Detail

getSequenceNumber

public final Integer getSequenceNumber()

getDestinationMmsi

public final MMSI getDestinationMmsi()

getRetransmit

public final Boolean getRetransmit()

getText

public final String getText()

fromEncodedMessage

public static AddressedSafetyRelatedMessage fromEncodedMessage(EncodedAISMessage encodedMessage)


Copyright © 2013 Thomas Borg Salling. All Rights Reserved.