HIBCPASRecord
Source: ComplexBarcode.
Class for storing HIBC PAS record.
new HIBCPASRecord(dataType, data)
HIBCPASRecord constructor
Parameters
Name | Type | Optional | Description |
---|---|---|---|
dataType |
|
|
Type of data. |
data |
|
|
Data string. |
Methods
construct()
HIBCPASRecord constructor
equals(obj)
Returns a value indicating whether this instance is equal to a specified {@code HIBCPASDataType} value.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
obj |
|
|
An {@code HIBCPASDataType} value to compare to this instance. |
- Returns
-
{@code true} if obj has the same value as this instance; otherwise, {@code false}.
getData()
Identifies data.
getDataType()
Identifies data type.
hashCode()
Returns the hash code for this instance.
- Returns
-
A 32-bit signed integer hash code.
setData()
Identifies data.
setDataType()
Identifies data type.