Package com.mindee.product.us.w9
Class W9V1Page
- java.lang.Object
-
- com.mindee.parsing.common.Prediction
-
- com.mindee.product.us.w9.W9V1Document
-
- com.mindee.product.us.w9.W9V1Page
-
public class W9V1Page extends W9V1Document
W9 API version 1.0 page data.
-
-
Field Summary
Fields Modifier and Type Field Description protected StringField
address
The street address (number, street, and apt. or suite no.) of the applicant.protected StringField
businessName
The business name or disregarded entity name, if different from Name.protected StringField
cityStateZip
The city, state, and ZIP code of the applicant.protected StringField
ein
The employer identification number.protected StringField
name
Name as shown on the applicant's income tax return.protected PositionField
signatureDatePosition
Position of the signature date on the document.protected PositionField
signaturePosition
Position of the signature on the document.protected StringField
ssn
The applicant's social security number.protected StringField
taxClassification
The federal tax classification, which can vary depending on the revision date.protected StringField
taxClassificationLlc
Depending on revision year, among S, C, P or D for Limited Liability Company Classification.protected StringField
taxClassificationOtherDetails
Tax Classification Other Details.protected StringField
w9RevisionDate
The Revision month and year of the W9 form.
-
Constructor Summary
Constructors Constructor Description W9V1Page()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
StringField
getAddress()
The street address (number, street, and apt. or suite no.) of the applicant.StringField
getBusinessName()
The business name or disregarded entity name, if different from Name.StringField
getCityStateZip()
The city, state, and ZIP code of the applicant.StringField
getEin()
The employer identification number.StringField
getName()
Name as shown on the applicant's income tax return.PositionField
getSignatureDatePosition()
Position of the signature date on the document.PositionField
getSignaturePosition()
Position of the signature on the document.StringField
getSsn()
The applicant's social security number.StringField
getTaxClassification()
The federal tax classification, which can vary depending on the revision date.StringField
getTaxClassificationLlc()
Depending on revision year, among S, C, P or D for Limited Liability Company Classification.StringField
getTaxClassificationOtherDetails()
Tax Classification Other Details.StringField
getW9RevisionDate()
The Revision month and year of the W9 form.int
hashCode()
boolean
isEmpty()
Returnstrue
if there are no predictions values.String
toString()
-
-
-
Field Detail
-
address
protected StringField address
The street address (number, street, and apt. or suite no.) of the applicant.
-
businessName
protected StringField businessName
The business name or disregarded entity name, if different from Name.
-
cityStateZip
protected StringField cityStateZip
The city, state, and ZIP code of the applicant.
-
ein
protected StringField ein
The employer identification number.
-
name
protected StringField name
Name as shown on the applicant's income tax return.
-
signatureDatePosition
protected PositionField signatureDatePosition
Position of the signature date on the document.
-
signaturePosition
protected PositionField signaturePosition
Position of the signature on the document.
-
ssn
protected StringField ssn
The applicant's social security number.
-
taxClassification
protected StringField taxClassification
The federal tax classification, which can vary depending on the revision date.
-
taxClassificationLlc
protected StringField taxClassificationLlc
Depending on revision year, among S, C, P or D for Limited Liability Company Classification.
-
taxClassificationOtherDetails
protected StringField taxClassificationOtherDetails
Tax Classification Other Details.
-
w9RevisionDate
protected StringField w9RevisionDate
The Revision month and year of the W9 form.
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
Description copied from class:Prediction
Returnstrue
if there are no predictions values. Accessing prediction values when this istrue
may result in aNullPointerException
- Overrides:
isEmpty
in classW9V1Document
-
toString
public String toString()
- Overrides:
toString
in classW9V1Document
-
getAddress
public StringField getAddress()
The street address (number, street, and apt. or suite no.) of the applicant.
-
getBusinessName
public StringField getBusinessName()
The business name or disregarded entity name, if different from Name.
-
getCityStateZip
public StringField getCityStateZip()
The city, state, and ZIP code of the applicant.
-
getEin
public StringField getEin()
The employer identification number.
-
getName
public StringField getName()
Name as shown on the applicant's income tax return.
-
getSignatureDatePosition
public PositionField getSignatureDatePosition()
Position of the signature date on the document.
-
getSignaturePosition
public PositionField getSignaturePosition()
Position of the signature on the document.
-
getSsn
public StringField getSsn()
The applicant's social security number.
-
getTaxClassification
public StringField getTaxClassification()
The federal tax classification, which can vary depending on the revision date.
-
getTaxClassificationLlc
public StringField getTaxClassificationLlc()
Depending on revision year, among S, C, P or D for Limited Liability Company Classification.
-
getTaxClassificationOtherDetails
public StringField getTaxClassificationOtherDetails()
Tax Classification Other Details.
-
getW9RevisionDate
public StringField getW9RevisionDate()
The Revision month and year of the W9 form.
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classW9V1Document
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqual
in classW9V1Document
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classW9V1Document
-
-