![]() |
Aspose.Barcode for PHP via Java
23.2
Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
| __construct (int $dataType, string $data) | |
| getDataType () | |
| setDataType (int $value) | |
| getData () | |
| setData (string $value) | |
| equals (HIBCPASRecord $obj) | |
| hashCode () | |
| getJavaClass () | |
| getJavaClassName () | |
| isNull () | |
| printJavaClassName () | |
Static Public Member Functions | |
| static | construct ($javaClass) |
Public Attributes | |
| const | JAVA_CLASS_NAME = "com.aspose.mw.barcode.complexbarcode.MwHIBCPASRecord" |
Protected Member Functions | |
| init () | |
| setJavaClass ($javaClass) | |
Class for storing HIBC PAS record.
| HIBCPASRecord::__construct | ( | int | $dataType, |
| string | $data | ||
| ) |
HIBCPASRecord constructor
| dataType | Type of data. |
| data | Data string. |
|
static |
HIBCPASRecord constructor
| HIBCPASRecord::equals | ( | HIBCPASRecord | $obj | ) |
Returns a value indicating whether this instance is equal to a specified
value.
| obj | An value to compare to this instance. |
| HIBCPASRecord::getData | ( | ) |
Identifies data.
| HIBCPASRecord::getDataType | ( | ) |
Identifies data type.
|
inherited |
|
inherited |
| HIBCPASRecord::hashCode | ( | ) |
Returns the hash code for this instance.
|
protected |
Reimplemented from BaseJavaClass.
|
inherited |
|
inherited |
| HIBCPASRecord::setData | ( | string | $value | ) |
Identifies data.
| HIBCPASRecord::setDataType | ( | int | $value | ) |
Identifies data type.
|
protectedinherited |
| const HIBCPASRecord::JAVA_CLASS_NAME = "com.aspose.mw.barcode.complexbarcode.MwHIBCPASRecord" |