![]() |
Aspose.BarCode for Python via Java
24.11
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Alternative payment scheme instructions. More...
Inherits BaseJavaClass.
Public Member Functions | |
None | __init__ (self, str instruction) |
bool | __eq__ (self, AlternativeScheme other) |
Determines whether the specified object is equal to the current object. More... | |
int | __hash__ (self) |
Returns the hash code for the current instance. More... | |
str | getInstruction (self) |
Gets the payment instruction for a given bill. More... | |
None | init (self) |
None | setInstruction (self, str value) |
Gets the payment instruction for a given bill. More... | |
![]() | |
None | __init__ (self, javaClass) |
def | getJavaClass (self) |
str | getJavaClassName (self) |
bool | isNull (self) |
None | printJavaClassName (self) |
None | setJavaClass (self, javaClass) |
Static Public Member Functions | |
AlternativeScheme | construct (javaClass) |
Static Public Attributes | |
string | javaClassName = "com.aspose.mw.barcode.complexbarcode.MwAlternativeScheme" |
Additional Inherited Members | |
![]() | |
javaClass | |
javaClassName | |
Alternative payment scheme instructions.
None __init__ | ( | self, | |
str | instruction | ||
) |
bool __eq__ | ( | self, | |
AlternativeScheme | other | ||
) |
Determines whether the specified object is equal to the current object.
obj | The object to compare with the current object. |
int __hash__ | ( | self | ) |
Returns the hash code for the current instance.
|
static |
str getInstruction | ( | self | ) |
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).
None init | ( | self | ) |
Reimplemented from BaseJavaClass.
None setInstruction | ( | self, | |
str | 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).
:The | payment instruction. |
|
static |