Package com.mindee.parsing.standard
Class CompanyRegistrationField
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.parsing.standard.CompanyRegistrationField
-
- All Implemented Interfaces:
LineItemField,PositionData
public final class CompanyRegistrationField extends BaseField implements LineItemField
Represent a company registration.
-
-
Constructor Summary
Constructors Constructor Description CompanyRegistrationField(String type, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()Type of the company registration number.StringgetValue()The value of the field.booleanisEmpty()Whether the field is empty or not.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()
Description copied from class:BaseFieldWhether the field is empty or not.
-
toTableLine
public String toTableLine()
Output the line in a format suitable for inclusion in an rST table.- Specified by:
toTableLinein interfaceLineItemField
-
getValue
public String getValue()
The value of the field.
-
getType
public String getType()
Type of the company registration number.
-
-