Package com.mindee.product.billoflading
Class BillOfLadingV1Consignee
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.billoflading.BillOfLadingV1Consignee
-
- All Implemented Interfaces:
PositionData
public class BillOfLadingV1Consignee extends BaseField
The party to whom the goods are being shipped.
-
-
Constructor Summary
Constructors Constructor Description BillOfLadingV1Consignee()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAddress()
The address of the consignee.String
getEmail()
The email of the shipper.String
getName()
The name of the consignee.String
getPhone()
The phone number of the consignee.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.
-
getAddress
public String getAddress()
The address of the consignee.
-
getEmail
public String getEmail()
The email of the shipper.
-
getName
public String getName()
The name of the consignee.
-
getPhone
public String getPhone()
The phone number of the consignee.
-
-