Class HIBCPASRecord
java.lang.Object
com.aspose.barcode.complexbarcode.HIBCPASRecord
Class for storing HIBC PAS record.
-
Constructor Summary
ConstructorsConstructorDescriptionHIBCPASRecord constructorHIBCPASRecord(int dataType, String data) HIBCPASRecord constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns a value indicating whether this instance is equal to a specifiedHIBCPASDataTypevalue.getData()Identifies data.intIdentifies data type.inthashCode()Returns the hash code for this instance.voidIdentifies data.voidsetDataType(int value) Identifies data type.
-
Constructor Details
-
HIBCPASRecord
HIBCPASRecord constructor
- Parameters:
dataType- Type of data.data- Data string.
-
HIBCPASRecord
public HIBCPASRecord()HIBCPASRecord constructor
-
-
Method Details
-
getDataType
public int getDataType()Identifies data type.
-
setDataType
public void setDataType(int value) Identifies data type.
-
getData
Identifies data.
-
setData
Identifies data.
-
equals
Returns a value indicating whether this instance is equal to a specified
HIBCPASDataTypevalue. -
hashCode
public int hashCode()Returns the hash code for this instance.
-