Package au.gov.amsa.sgb.decoder.vesselid
Class AircraftRegistrationMarking
- java.lang.Object
-
- au.gov.amsa.sgb.decoder.vesselid.AircraftRegistrationMarking
-
-
Constructor Summary
Constructors Constructor Description AircraftRegistrationMarking(java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
value()
VesselIdType
vesselIdType()
-
-
-
Method Detail
-
vesselIdType
public VesselIdType vesselIdType()
- Specified by:
vesselIdType
in interfaceVesselId
-
value
public java.util.Optional<java.lang.String> value()
-
-