dk.tbsalling.aismessages.messages
Class ExtendedClassBEquipmentPositionReport

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

public class ExtendedClassBEquipmentPositionReport
extends DecodedAISMessage

See Also:
Serialized Form

Constructor Summary
ExtendedClassBEquipmentPositionReport(Integer repeatIndicator, MMSI sourceMmsi, String regionalReserved1, Float speedOverGround, Boolean positionAccurate, Float latitude, Float longitude, Float courseOverGround, Integer trueHeading, Integer second, String regionalReserved2, String shipName, ShipType shipType, Integer toBow, Integer toStern, Integer toStarboard, Integer toPort, PositionFixingDevice positionFixingDevice, Boolean raimFlag, Boolean dataTerminalReady, Boolean assigned)
           
 
Method Summary
static ExtendedClassBEquipmentPositionReport fromEncodedMessage(EncodedAISMessage encodedMessage)
           
 Boolean getAssigned()
           
 Float getCourseOverGround()
           
 Boolean getDataTerminalReady()
           
 Float getLatitude()
           
 Float getLongitude()
           
 Boolean getPositionAccurate()
           
 PositionFixingDevice getPositionFixingDevice()
           
 Boolean getRaimFlag()
           
 String getRegionalReserved1()
           
 String getRegionalReserved2()
           
 Integer getSecond()
           
 String getShipName()
           
 ShipType getShipType()
           
 Float getSpeedOverGround()
           
 Integer getToBow()
           
 Integer getToPort()
           
 Integer getToStarboard()
           
 Integer getToStern()
           
 Integer getTrueHeading()
           
 String toString()
           
 
Methods inherited from class dk.tbsalling.aismessages.messages.DecodedAISMessage
equals, getMessageType, getMetadata, getRepeatIndicator, getSourceMmsi, hashCode, setMetadata
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExtendedClassBEquipmentPositionReport

public ExtendedClassBEquipmentPositionReport(Integer repeatIndicator,
                                             MMSI sourceMmsi,
                                             String regionalReserved1,
                                             Float speedOverGround,
                                             Boolean positionAccurate,
                                             Float latitude,
                                             Float longitude,
                                             Float courseOverGround,
                                             Integer trueHeading,
                                             Integer second,
                                             String regionalReserved2,
                                             String shipName,
                                             ShipType shipType,
                                             Integer toBow,
                                             Integer toStern,
                                             Integer toStarboard,
                                             Integer toPort,
                                             PositionFixingDevice positionFixingDevice,
                                             Boolean raimFlag,
                                             Boolean dataTerminalReady,
                                             Boolean assigned)
Method Detail

getRegionalReserved1

public final String getRegionalReserved1()

getSpeedOverGround

public final Float getSpeedOverGround()

getPositionAccurate

public final Boolean getPositionAccurate()

getLatitude

public final Float getLatitude()

getLongitude

public final Float getLongitude()

getCourseOverGround

public final Float getCourseOverGround()

getTrueHeading

public final Integer getTrueHeading()

getSecond

public final Integer getSecond()

getRegionalReserved2

public final String getRegionalReserved2()

getShipName

public final String getShipName()

getShipType

public final ShipType getShipType()

getToBow

public final Integer getToBow()

getToStern

public final Integer getToStern()

getToStarboard

public final Integer getToStarboard()

getToPort

public final Integer getToPort()

getPositionFixingDevice

public final PositionFixingDevice getPositionFixingDevice()

getRaimFlag

public final Boolean getRaimFlag()

getDataTerminalReady

public final Boolean getDataTerminalReady()

getAssigned

public final Boolean getAssigned()

toString

public String toString()
Overrides:
toString in class DecodedAISMessage

fromEncodedMessage

public static ExtendedClassBEquipmentPositionReport fromEncodedMessage(EncodedAISMessage encodedMessage)


Copyright © 2013 Thomas Borg Salling. All Rights Reserved.