dk.tbsalling.aismessages.messages
Class UTCAndDateResponse

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

public class UTCAndDateResponse
extends DecodedAISMessage

See Also:
Serialized Form

Constructor Summary
UTCAndDateResponse(Integer repeatIndicator, MMSI sourceMmsi, Integer year, Integer month, Integer day, Integer hour, Integer minute, Integer second, Boolean positionAccurate, Float latitude, Float longitude, PositionFixingDevice positionFixingDevice, Boolean raimFlag)
           
 
Method Summary
static UTCAndDateResponse fromEncodedMessage(EncodedAISMessage encodedMessage)
           
 Integer getDay()
           
 Integer getHour()
           
 Float getLatitude()
           
 Float getLongitude()
           
 Integer getMinute()
           
 Integer getMonth()
           
 Boolean getPositionAccurate()
           
 PositionFixingDevice getPositionFixingDevice()
           
 Boolean getRaimFlag()
           
 Integer getSecond()
           
 Integer getYear()
           
 
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

UTCAndDateResponse

public UTCAndDateResponse(Integer repeatIndicator,
                          MMSI sourceMmsi,
                          Integer year,
                          Integer month,
                          Integer day,
                          Integer hour,
                          Integer minute,
                          Integer second,
                          Boolean positionAccurate,
                          Float latitude,
                          Float longitude,
                          PositionFixingDevice positionFixingDevice,
                          Boolean raimFlag)
Method Detail

getYear

public final Integer getYear()

getMonth

public final Integer getMonth()

getDay

public final Integer getDay()

getHour

public final Integer getHour()

getMinute

public final Integer getMinute()

getSecond

public final Integer getSecond()

getPositionAccurate

public final Boolean getPositionAccurate()

getLatitude

public final Float getLatitude()

getLongitude

public final Float getLongitude()

getPositionFixingDevice

public final PositionFixingDevice getPositionFixingDevice()

getRaimFlag

public final Boolean getRaimFlag()

fromEncodedMessage

public static UTCAndDateResponse fromEncodedMessage(EncodedAISMessage encodedMessage)


Copyright © 2013 Thomas Borg Salling. All Rights Reserved.