Class Code128DataPortion

java.lang.Object
com.aspose.barcode.barcoderecognition.Code128DataPortion

public class Code128DataPortion extends Object

Contains the data of subtype for Code128 type barcode

  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns a value indicating whether this instance is equal to a specified Code128DataPortion value.
    int
    Gets the type of Code128 subset
    Gets the part of code text related to subtype.
    int
    Returns the hash code for this instance.
    void
    setData(String value)
    Gets the part of code text related to subtype.
    Returns a human-readable string representation of this Code128DataPortion.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • getData

      public String getData()

      Gets the part of code text related to subtype.

      Returns:
      The part of code text related to subtype
    • setData

      public void setData(String value)

      Gets the part of code text related to subtype.

    • getCode128SubType

      public int getCode128SubType()

      Gets the type of Code128 subset

      Returns:
      The type of Code128 subset
    • equals

      public boolean equals(Object obj)

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

      Overrides:
      equals in class Object
      Parameters:
      obj - An System.Object 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.
    • toString

      public String toString()

      Returns a human-readable string representation of this Code128DataPortion.

      Overrides:
      toString in class Object
      Returns:
      A string that represents this Code128DataPortion.