Package io.anyline.plugin.result
Class UniversalIdResultField
-
- All Implemented Interfaces:
public class UniversalIdResultField
Describes scanned parameters of an ID field
-
-
Field Summary
Fields Modifier and Type Field Description public TextValues
textValues
public DateValue
dateValue
-
Constructor Summary
Constructors Constructor Description UniversalIdResultField()
-
Method Summary
Modifier and Type Method Description TextValues
getTextValues()
Describes the text values of an ID field (Required) void
setTextValues(TextValues textValues)
Describes the text values of an ID field (Required) DateValue
getDateValue()
Describes the date value of an ID field void
setDateValue(DateValue dateValue)
Describes the date value of an ID field String
toString()
int
hashCode()
boolean
equals(Object other)
-
-
Method Detail
-
getTextValues
TextValues getTextValues()
Describes the text values of an ID field (Required)
-
setTextValues
void setTextValues(TextValues textValues)
Describes the text values of an ID field (Required)
-
getDateValue
DateValue getDateValue()
Describes the date value of an ID field
-
setDateValue
void setDateValue(DateValue dateValue)
Describes the date value of an ID field
-
hashCode
int hashCode()
-
-
-
-