![]() |
Aspose.BarCode for Python via Java
24.11
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Class for storing HIBC PAS record. More...
Inherits BaseJavaClass.
Public Member Functions | |
None | __init__ (self, HIBCPASDataType dataType, str data) |
HIBCPASRecord constructor. More... | |
bool | __eq__ (self, HIBCPASRecord other) |
Returns a value indicating whether this instance is equal to a specified HIBCPASDataType value. More... | |
int | __hash__ (self) |
Returns the hash code for the current instance. More... | |
str | getData (self) |
Identifies data. More... | |
HIBCPASDataType | getDataType (self) |
Identifies data type. More... | |
def | init (self) |
None | setData (self, str value) |
Identifies data. More... | |
None | setDataType (self, HIBCPASDataType value) |
Identifies data type. More... | |
![]() | |
None | __init__ (self, javaClass) |
def | getJavaClass (self) |
str | getJavaClassName (self) |
bool | isNull (self) |
None | printJavaClassName (self) |
None | setJavaClass (self, javaClass) |
Static Public Member Functions | |
HIBCPASRecord | construct (javaClass) |
Static Public Attributes | |
string | JAVA_CLASS_NAME = "com.aspose.mw.barcode.complexbarcode.MwHIBCPASRecord" |
Additional Inherited Members | |
![]() | |
javaClass | |
javaClassName | |
Class for storing HIBC PAS record.
None __init__ | ( | self, | |
HIBCPASDataType | dataType, | ||
str | data | ||
) |
HIBCPASRecord constructor.
dataType:Type of data. | |
data:Data string. |
bool __eq__ | ( | self, | |
HIBCPASRecord | other | ||
) |
Returns a value indicating whether this instance is equal to a specified HIBCPASDataType value.
obj:An HIBCPASDataType value to compare to this instance. |
int __hash__ | ( | self | ) |
Returns the hash code for the current instance.
|
static |
str getData | ( | self | ) |
Identifies data.
HIBCPASDataType getDataType | ( | self | ) |
Identifies data type.
def init | ( | self | ) |
Reimplemented from BaseJavaClass.
None setData | ( | self, | |
str | value | ||
) |
Identifies data.
None setDataType | ( | self, | |
HIBCPASDataType | value | ||
) |
Identifies data type.
|
static |