HIBCPASRecord
Contents
[
Hide
]HIBCPASRecord class
Module: aspose_barcode.complex_barcode.hibc_pas_record
Class for storing HIBC PAS record.
Constructors
| Name | Description |
|---|---|
| init | HIBCPASRecord constructor. |
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| eq | bool | No | Returns a value indicating whether this instance is equal to a specified HIBCPASDataType value. |
| hash | int | No | Returns the hash code for the current instance. |
Properties
| Name | Type | Description |
|---|---|---|
| data | Optional[str] | Identifies data. |
| data_type | HIBCPASDataType | Identifies data type. |
HIBCPASRecord Constructor
__init__(self, HIBCPASDataType dataType, str data)
HIBCPASRecord constructor.
| Parameter | Type | Description |
|---|---|---|
dataType | HIBCPASDataType | |
data | str |
HIBCPASRecord.eq
__eq__(self, HIBCPASRecord other) -> bool
Returns a value indicating whether this instance is equal to a specified HIBCPASDataType value.
| Parameter | Type | Description |
|---|---|---|
other | HIBCPASRecord |
Return Type: bool — True if obj has the same value as this instance; otherwise, False.
HIBCPASRecord.hash
__hash__(self) -> int
Returns the hash code for the current instance.
Return Type: int — A hash code for the current object.
HIBCPASRecord.data
Type: Optional[str]
Identifies data.
Identifies data.
| Parameter | Type | Description |
|---|---|---|
value | str |
HIBCPASRecord.data_type
Type: HIBCPASDataType
Identifies data type.
Identifies data type.
| Parameter | Type | Description |
|---|---|---|
value | HIBCPASDataType |