Module dk.tbsalling.ais.messages
Class InlandShipStaticAndVoyageRelatedData
java.lang.Object
dk.tbsalling.aismessages.ais.messages.asm.ApplicationSpecificMessage
dk.tbsalling.aismessages.ais.messages.asm.InlandShipStaticAndVoyageRelatedData
- All Implemented Interfaces:
CachedDecodedValues,Serializable
public class InlandShipStaticAndVoyageRelatedData extends ApplicationSpecificMessage
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Modifier Constructor Description protectedInlandShipStaticAndVoyageRelatedData(int designatedAreaCode, int functionalId, String binaryData) -
Method Summary
Modifier and Type Method Description FloatgetBeamOfShip()FloatgetDraught()IntegergetHazardousCargo()FloatgetLengthOfShip()IntegergetLoaded()IntegergetQualityOfCourseInformation()IntegergetQualityOfHeadingInformation()IntegergetQualityOfSpeedInformation()IntegergetShipOrCombinationType()StringgetUniqueEuropeanVesselIdentificationNumber()Methods inherited from class dk.tbsalling.aismessages.ais.messages.asm.ApplicationSpecificMessage
create, getBinaryData, getDesignatedAreaCode, getFunctionalIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dk.tbsalling.aismessages.ais.messages.CachedDecodedValues
getDecodedValue, getDecodedValueByWeakReference
-
Constructor Details
-
InlandShipStaticAndVoyageRelatedData
protected InlandShipStaticAndVoyageRelatedData(int designatedAreaCode, int functionalId, String binaryData)
-
-
Method Details