Class AlternativeScheme
java.lang.Object
com.aspose.barcode.complexbarcode.AlternativeScheme
Alternative payment scheme instructions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermines whether the specified object is equal to the current object.Gets the payment instruction for a given bill.inthashCode()Gets the hash code for this instance.voidsetInstruction(String value) Gets the payment instruction for a given bill.
-
Constructor Details
-
AlternativeScheme
public AlternativeScheme() -
AlternativeScheme
-
-
Method Details
-
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
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
Determines whether the specified object is equal to the current object.
-
hashCode
public int hashCode()Gets the hash code for this instance.
-