Class AwbLineParser
java.lang.Object
com.persequor.saga.modules.ffmreader.parser.FfmLineParser
com.persequor.saga.modules.ffmreader.parser.AwbLineParser
S:
Shipment Number of Pieces: The S is followed by a number (e.g., 13), which indicates the total number of pieces in the shipment.
13 means 13 pieces in this case.
K:
Weight in Kilograms: The K is followed by a weight (e.g., 321.1), which specifies the total gross weight of the shipment in kilograms.
321.1 means 321.1 kg gross weight.
MC:
Chargeable Weight or Volume Indicator: MC refers to the Measurement Chargeable weight, which is the weight used for billing when volumetric weight applies. If the cargo's volume exceeds its actual weight, the chargeable weight is calculated from the volume (e.g., 1 cubic meter equals 167 kg as per IATA rules).
1.56 means 1.56 metric tons (or 1560 kg) of chargeable weight.
T:
Tare Weight: The T is followed by a number (e.g., 47), which indicates the tare weight of the containers or ULDs associated with the shipment.
47 means 47 kg tare weight.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
handle
(String line, Matcher matcher, FfmParserState state) static void
Methods inherited from class com.persequor.saga.modules.ffmreader.parser.FfmLineParser
matched
-
Constructor Details
-
AwbLineParser
public AwbLineParser()
-
-
Method Details
-
populateWeightDetails
-
handle
- Specified by:
handle
in classFfmLineParser
-