Package com.mindee.product.us.usmail
Class UsMailV3SenderAddress
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.us.usmail.UsMailV3SenderAddress
-
- All Implemented Interfaces:
PositionData
public class UsMailV3SenderAddress extends BaseField
The address of the sender.
-
-
Constructor Summary
Constructors Constructor Description UsMailV3SenderAddress()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCity()
The city of the sender's address.String
getComplete()
The complete address of the sender.String
getPostalCode()
The postal code of the sender's address.String
getState()
Second part of the ISO 3166-2 code, consisting of two letters indicating the US State.String
getStreet()
The street of the sender's address.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.
-
getCity
public String getCity()
The city of the sender's address.
-
getComplete
public String getComplete()
The complete address of the sender.
-
getPostalCode
public String getPostalCode()
The postal code of the sender's address.
-
getState
public String getState()
Second part of the ISO 3166-2 code, consisting of two letters indicating the US State.
-
getStreet
public String getStreet()
The street of the sender's address.
-
-