Package com.mindee.product.fr.healthcard
Class HealthCardV1Document
- java.lang.Object
-
- com.mindee.parsing.common.Prediction
-
- com.mindee.product.fr.healthcard.HealthCardV1Document
-
public class HealthCardV1Document extends Prediction
Health Card API version 1.0 document data.
-
-
Field Summary
Fields Modifier and Type Field Description protected List<StringField>
givenNames
The given names of the card holder.protected DateField
issuanceDate
The date when the carte vitale document was issued.protected StringField
socialSecurity
The social security number of the card holder.protected StringField
surname
The surname of the card holder.
-
Constructor Summary
Constructors Constructor Description HealthCardV1Document()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
List<StringField>
getGivenNames()
The given names of the card holder.DateField
getIssuanceDate()
The date when the carte vitale document was issued.StringField
getSocialSecurity()
The social security number of the card holder.StringField
getSurname()
The surname of the card holder.int
hashCode()
boolean
isEmpty()
Returnstrue
if there are no predictions values.String
toString()
-
-
-
Field Detail
-
givenNames
protected List<StringField> givenNames
The given names of the card holder.
-
issuanceDate
protected DateField issuanceDate
The date when the carte vitale document was issued.
-
socialSecurity
protected StringField socialSecurity
The social security number of the card holder.
-
surname
protected StringField surname
The surname of the card holder.
-
-
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
- Specified by:
isEmpty
in classPrediction
-
getGivenNames
public List<StringField> getGivenNames()
The given names of the card holder.
-
getIssuanceDate
public DateField getIssuanceDate()
The date when the carte vitale document was issued.
-
getSocialSecurity
public StringField getSocialSecurity()
The social security number of the card holder.
-
getSurname
public StringField getSurname()
The surname of the card holder.
-
canEqual
protected boolean canEqual(Object other)
-
-