Class AlternativeScheme
- java.lang.Object
-
- com.aspose.barcode.complexbarcode.AlternativeScheme
-
public final class AlternativeScheme extends java.lang.Object
Alternative payment scheme instructions
-
-
Constructor Summary
Constructors Constructor Description AlternativeScheme()
AlternativeScheme(java.lang.String instruction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
Determines whether the specified object is equal to the current object.java.lang.String
getInstruction()
Gets the payment instruction for a given bill.int
hashCode()
Gets the hash code for this instance.void
setInstruction(java.lang.String value)
Gets the payment instruction for a given bill.
-
-
-
Method Detail
-
getInstruction
public java.lang.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(java.lang.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(java.lang.Object obj)
Determines whether the specified object is equal to the current object.
- Overrides:
equals
in classjava.lang.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 classjava.lang.Object
- Returns:
- A hash code for the current object.
-
-