dk.tbsalling.aismessages.messages
Class UTCAndDateInquiry

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

public class UTCAndDateInquiry
extends DecodedAISMessage

See Also:
Serialized Form

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

UTCAndDateInquiry

public UTCAndDateInquiry(Integer repeatIndicator,
                         MMSI sourceMmsi,
                         MMSI destinationMmsi)
Method Detail

getDestinationMmsi

public final MMSI getDestinationMmsi()

fromEncodedMessage

public static UTCAndDateInquiry fromEncodedMessage(EncodedAISMessage encodedMessage)


Copyright © 2013 Thomas Borg Salling. All Rights Reserved.