Class HIBCPASRecord

java.lang.Object
com.aspose.barcode.complexbarcode.HIBCPASRecord

public class HIBCPASRecord extends Object

Class for storing HIBC PAS record.

  • Constructor Details

    • HIBCPASRecord

      public HIBCPASRecord(int dataType, String data)

      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

      public String getData()

      Identifies data.

    • setData

      public void setData(String value)

      Identifies data.

    • equals

      public boolean equals(Object obj)

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

      Overrides:
      equals in class Object
      Parameters:
      obj - An HIBCPASDataType value to compare to this instance.
      Returns:
      <b>true</b> if obj has the same value as this instance; otherwise, <b>false</b>.
    • hashCode

      public int hashCode()

      Returns the hash code for this instance.

      Overrides:
      hashCode in class Object
      Returns:
      A 32-bit signed integer hash code.