![]() |
Aspose.Barcode for PHP via Java
22.4
Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
__construct ($instruction) | |
getInstruction () | |
setInstruction (string $value) | |
equals (AlternativeScheme $obj) | |
hashCode () | |
getJavaClass () | |
getJavaClassName () | |
isNull () | |
printJavaClassName () | |
Static Public Member Functions | |
static | construct ($javaClass) |
Protected Member Functions | |
init () | |
setJavaClass ($javaClass) | |
Alternative payment scheme instructions
AlternativeScheme::__construct | ( | $instruction | ) |
Reimplemented from BaseJavaClass.
|
static |
AlternativeScheme::equals | ( | AlternativeScheme | $obj | ) |
Determines whether the specified object is equal to the current object.
AlternativeScheme | $obj | The object to compare with the current object. |
AlternativeScheme::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.
|
inherited |
|
inherited |
AlternativeScheme::hashCode | ( | ) |
Gets the hash code for this instance.
|
protected |
Reimplemented from BaseJavaClass.
|
inherited |
|
inherited |
AlternativeScheme::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.
|
protectedinherited |