Package com.mindee.product.us.usmail
Class UsMailV3RecipientAddress
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.us.usmail.UsMailV3RecipientAddress
-
- All Implemented Interfaces:
LineItemField,PositionData
public class UsMailV3RecipientAddress extends BaseField implements LineItemField
The addresses of the recipients.
-
-
Constructor Summary
Constructors Constructor Description UsMailV3RecipientAddress()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCity()The city of the recipient's address.StringgetComplete()The complete address of the recipient.BooleangetIsAddressChange()Indicates if the recipient's address is a change of address.StringgetPostalCode()The postal code of the recipient's address.StringgetPrivateMailboxNumber()The private mailbox number of the recipient's address.StringgetState()Second part of the ISO 3166-2 code, consisting of two letters indicating the US State.StringgetStreet()The street of the recipient's address.StringgetUnit()The unit number of the recipient's address.booleanisEmpty()StringtoString()StringtoTableLine()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:
toTableLinein 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.
-
getUnit
public String getUnit()
The unit number of the recipient's address.
-
-