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 () | |
Public Member Functions inherited from BaseJavaClass | |
getJavaClass () | |
getJavaClassName () | |
isNull () | |
printJavaClassName () | |
Static Public Member Functions | |
static | construct ($javaClass) |
Protected Member Functions | |
init () | |
Protected Member Functions inherited from BaseJavaClass | |
setJavaClass ($javaClass) | |
Static Private Attributes | |
static | $javaClassName = "com.aspose.mw.barcode.complexbarcode.MwAlternativeScheme" |
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.
AlternativeScheme::hashCode | ( | ) |
Gets the hash code for this instance.
|
protected |
Reimplemented from BaseJavaClass.
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.
|
staticprivate |