dk.tbsalling.aismessages.messages
Class SafetyRelatedBroadcastMessage

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

public class SafetyRelatedBroadcastMessage
extends DecodedAISMessage

See Also:
Serialized Form

Constructor Summary
SafetyRelatedBroadcastMessage(Integer repeatIndicator, MMSI sourceMmsi, String text)
           
 
Method Summary
static SafetyRelatedBroadcastMessage fromEncodedMessage(EncodedAISMessage encodedMessage)
           
 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

SafetyRelatedBroadcastMessage

public SafetyRelatedBroadcastMessage(Integer repeatIndicator,
                                     MMSI sourceMmsi,
                                     String text)
Method Detail

getText

public final String getText()

fromEncodedMessage

public static SafetyRelatedBroadcastMessage fromEncodedMessage(EncodedAISMessage encodedMessage)


Copyright © 2013 Thomas Borg Salling. All Rights Reserved.