dk.tbsalling.aismessages.messages
Class ClassBCSStaticDataReport
java.lang.Object
dk.tbsalling.aismessages.messages.DecodedAISMessage
dk.tbsalling.aismessages.messages.ClassBCSStaticDataReport
- All Implemented Interfaces:
- Serializable
public class ClassBCSStaticDataReport
- extends DecodedAISMessage
- See Also:
- Serialized Form
|
Constructor Summary |
ClassBCSStaticDataReport(Integer repeatIndicator,
MMSI sourceMmsi,
Integer partNumber,
String shipName,
ShipType shipType,
String vendorId,
String callsign,
Integer toBow,
Integer toStern,
Integer toStarboard,
Integer toPort,
MMSI mothershipMmsi)
|
ClassBCSStaticDataReport
public ClassBCSStaticDataReport(Integer repeatIndicator,
MMSI sourceMmsi,
Integer partNumber,
String shipName,
ShipType shipType,
String vendorId,
String callsign,
Integer toBow,
Integer toStern,
Integer toStarboard,
Integer toPort,
MMSI mothershipMmsi)
getPartNumber
public final Integer getPartNumber()
getShipName
public final String getShipName()
getShipType
public final ShipType getShipType()
getVendorId
public final String getVendorId()
getCallsign
public final String getCallsign()
getToBow
public final Integer getToBow()
getToStern
public final Integer getToStern()
getToStarboard
public final Integer getToStarboard()
getToPort
public final Integer getToPort()
getMothershipMmsi
public final MMSI getMothershipMmsi()
toString
public String toString()
- Overrides:
toString in class DecodedAISMessage
fromEncodedMessage
public static ClassBCSStaticDataReport fromEncodedMessage(EncodedAISMessage encodedMessage)
Copyright © 2013 Thomas Borg Salling. All Rights Reserved.