Package com.mindee.product.billoflading
Class BillOfLadingV1Shipper
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.billoflading.BillOfLadingV1Shipper
-
- All Implemented Interfaces:
PositionData
public class BillOfLadingV1Shipper extends BaseField
The party responsible for shipping the goods.
-
-
Constructor Summary
Constructors Constructor Description BillOfLadingV1Shipper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()The address of the shipper.StringgetEmail()The email of the shipper.StringgetName()The name of the shipper.StringgetPhone()The phone number of the shipper.booleanisEmpty()StringtoFieldList()Output the object in a format suitable for inclusion in an rST field list.StringtoString()-
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.
-
getAddress
public String getAddress()
The address of the shipper.
-
getEmail
public String getEmail()
The email of the shipper.
-
getName
public String getName()
The name of the shipper.
-
getPhone
public String getPhone()
The phone number of the shipper.
-
-