Package com.mindee.product.us.usmail
Class UsMailV2RecipientAddress
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.us.usmail.UsMailV2RecipientAddress
-
- All Implemented Interfaces:
LineItemField
,PositionData
public class UsMailV2RecipientAddress extends BaseField implements LineItemField
The addresses of the recipients.
-
-
Constructor Summary
Constructors Constructor Description UsMailV2RecipientAddress()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCity()
The city of the recipient's address.String
getComplete()
The complete address of the recipient.Boolean
getIsAddressChange()
Indicates if the recipient's address is a change of address.String
getPostalCode()
The postal code of the recipient's address.String
getPrivateMailboxNumber()
The private mailbox number of the recipient'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 recipient's address.boolean
isEmpty()
String
toString()
String
toTableLine()
Output the line in a format suitable for inclusion in an rST table.-
Methods inherited from class com.mindee.parsing.standard.BaseField
canEqual, equals, getBoundingBox, getConfidence, getPageId, getPolygon, hashCode
-
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
toTableLine
public String toTableLine()
Output the line in a format suitable for inclusion in an rST table.- Specified by:
toTableLine
in interfaceLineItemField
-
getCity
public String getCity()
The city of the recipient's address.
-
getComplete
public String getComplete()
The complete address of the recipient.
-
getIsAddressChange
public Boolean getIsAddressChange()
Indicates if the recipient's address is a change of address.
-
getPostalCode
public String getPostalCode()
The postal code of the recipient's address.
-
getPrivateMailboxNumber
public String getPrivateMailboxNumber()
The private mailbox number of the recipient'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 recipient's address.
-
-