Aspose.BarCode for Python via Java  24.11
Aspose.Barcode for Python via Java Generation and Recognition API docs
HIBCPASRecord Class Reference

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...
 
- Public Member Functions inherited from BaseJavaClass
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

- Public Attributes inherited from BaseJavaClass
 javaClass
 
 javaClassName
 

Detailed Description

Class for storing HIBC PAS record.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
HIBCPASDataType  dataType,
str  data 
)

HIBCPASRecord constructor.

Parameters
dataType:Type of data.
data:Data string.

Member Function Documentation

◆ __eq__()

bool __eq__ (   self,
HIBCPASRecord  other 
)

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

Parameters
obj:An HIBCPASDataType value to compare to this instance.
Returns
: True if obj has the same value as this instance; otherwise, False.

◆ __hash__()

int __hash__ (   self)

Returns the hash code for the current instance.

Returns
A hash code for the current object.

◆ construct()

HIBCPASRecord construct (   javaClass)
static

◆ getData()

str getData (   self)

Identifies data.

◆ getDataType()

HIBCPASDataType getDataType (   self)

Identifies data type.

◆ init()

def init (   self)

Reimplemented from BaseJavaClass.

◆ setData()

None setData (   self,
str  value 
)

Identifies data.

◆ setDataType()

None setDataType (   self,
HIBCPASDataType  value 
)

Identifies data type.

Member Data Documentation

◆ JAVA_CLASS_NAME

string JAVA_CLASS_NAME = "com.aspose.mw.barcode.complexbarcode.MwHIBCPASRecord"
static