Class AlternativeScheme

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

public final class AlternativeScheme extends Object

Alternative payment scheme instructions

  • Constructor Details

    • AlternativeScheme

      public AlternativeScheme()
    • AlternativeScheme

      public AlternativeScheme(String instruction)
  • Method Details

    • getInstruction

      public String getInstruction()

      Gets the payment instruction for a given bill.

      The instruction consists of a two letter abbreviation for the scheme, a separator characters and a sequence of parameters(separated by the character at index 2).

      Value: The payment instruction.
    • setInstruction

      public void setInstruction(String value)

      Gets the payment instruction for a given bill.

      The instruction consists of a two letter abbreviation for the scheme, a separator characters and a sequence of parameters(separated by the character at index 2).

      Value: The payment instruction.
    • equals

      public boolean equals(Object obj)

      Determines whether the specified object is equal to the current object.

      Overrides:
      equals in class Object
      Parameters:
      obj - The object to compare with the current object.
      Returns:
      true if the specified object is equal to the current object; otherwise, false.
    • hashCode

      public int hashCode()

      Gets the hash code for this instance.

      Overrides:
      hashCode in class Object
      Returns:
      A hash code for the current object.