Package com.mindee.product.billoflading
Class BillOfLadingV1Carrier
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.billoflading.BillOfLadingV1Carrier
-
- All Implemented Interfaces:
PositionData
public class BillOfLadingV1Carrier extends BaseField
The shipping company responsible for transporting the goods.
-
-
Constructor Summary
Constructors Constructor Description BillOfLadingV1Carrier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
The name of the carrier.String
getProfessionalNumber()
The professional number of the carrier.String
getScac()
The Standard Carrier Alpha Code (SCAC) of the carrier.boolean
isEmpty()
String
toFieldList()
Output the object in a format suitable for inclusion in an rST field list.String
toString()
-
Methods inherited from class com.mindee.parsing.standard.BaseField
canEqual, equals, getBoundingBox, getConfidence, getPageId, getPolygon, hashCode
-
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
toFieldList
public String toFieldList()
Output the object in a format suitable for inclusion in an rST field list.
-
getName
public String getName()
The name of the carrier.
-
getProfessionalNumber
public String getProfessionalNumber()
The professional number of the carrier.
-
getScac
public String getScac()
The Standard Carrier Alpha Code (SCAC) of the carrier.
-
-