HIBCPASRecord

HIBCPASRecord class

Module: aspose_barcode.complex_barcode.hibc_pas_record

Class for storing HIBC PAS record.

Constructors

NameDescription
initHIBCPASRecord constructor.

Methods

NameReturn TypeStaticDescription
eqboolNoReturns a value indicating whether this instance is equal to a specified HIBCPASDataType value.
hashintNoReturns the hash code for the current instance.

Properties

NameTypeDescription
dataOptional[str]Identifies data.
data_typeHIBCPASDataTypeIdentifies data type.

HIBCPASRecord Constructor

__init__(self, HIBCPASDataType dataType, str data)

HIBCPASRecord constructor.

ParameterTypeDescription
dataTypeHIBCPASDataType
datastr

HIBCPASRecord.eq

__eq__(self, HIBCPASRecord other) -> bool

Returns a value indicating whether this instance is equal to a specified HIBCPASDataType value.

ParameterTypeDescription
otherHIBCPASRecord

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.

ParameterTypeDescription
valuestr

HIBCPASRecord.data_type

Type: HIBCPASDataType

Identifies data type.

Identifies data type.

ParameterTypeDescription
valueHIBCPASDataType