Uses of Class
dk.tbsalling.aismessages.messages.types.PositionFixingDevice

Packages that use PositionFixingDevice
dk.tbsalling.aismessages.messages   
dk.tbsalling.aismessages.messages.types   
 

Uses of PositionFixingDevice in dk.tbsalling.aismessages.messages
 

Methods in dk.tbsalling.aismessages.messages that return PositionFixingDevice
 PositionFixingDevice UTCAndDateResponse.getPositionFixingDevice()
           
 PositionFixingDevice ShipAndVoyageData.getPositionFixingDevice()
           
 PositionFixingDevice ExtendedClassBEquipmentPositionReport.getPositionFixingDevice()
           
 PositionFixingDevice BaseStationReport.getPositionFixingDevice()
           
 PositionFixingDevice AidToNavigationReport.getPositionFixingDevice()
           
 

Constructors in dk.tbsalling.aismessages.messages with parameters of type PositionFixingDevice
AidToNavigationReport(Integer repeatIndicator, MMSI sourceMmsi, AidType aidType, String name, Boolean positionAccurate, Float latitude, Float longitude, Integer toBow, Integer toStern, Integer toStarboard, Integer toPort, PositionFixingDevice positionFixingDevice, Integer second, Boolean offPosition, String regionalUse, Boolean raimFlag, Boolean virtualAid, Boolean assignedMode, String nameExtension)
           
BaseStationReport(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)
           
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)
           
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)
           
 

Uses of PositionFixingDevice in dk.tbsalling.aismessages.messages.types
 

Methods in dk.tbsalling.aismessages.messages.types that return PositionFixingDevice
static PositionFixingDevice PositionFixingDevice.fromInteger(Integer integer)
           
static PositionFixingDevice PositionFixingDevice.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PositionFixingDevice[] PositionFixingDevice.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013 Thomas Borg Salling. All Rights Reserved.