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 equals (self, AlternativeScheme obj)
 Determines whether the specified object is equal to the current object. More...
 
str getInstruction (self)
 Gets the payment instruction for a given bill. More...
 
int hashCode (self)
 Gets the hash code for this instance. More...
 
None init (self)
 
None setInstruction (self, str value)
 Gets the payment instruction for a given bill. More...
 
- Public Member Functions inherited from BaseJavaClass
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

- Public Attributes inherited from BaseJavaClass
 javaClass
 
 javaClassName
 

Detailed Description

Alternative payment scheme instructions.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
str  instruction 
)

Member Function Documentation

◆ construct()

AlternativeScheme construct (   javaClass)
static

◆ equals()

bool equals (   self,
AlternativeScheme  obj 
)

Determines whether the specified object is equal to the current object.

Returns
True if the specified object is equal to the current object; otherwise, false.
Parameters
objThe object to compare with the current object.

◆ getInstruction()

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).

Returns
:The payment instruction.

◆ hashCode()

int hashCode (   self)

Gets the hash code for this instance.

Returns
hash code for the current object.

◆ init()

None init (   self)

Reimplemented from BaseJavaClass.

◆ setInstruction()

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).

Parameters
:Thepayment instruction.

Member Data Documentation

◆ javaClassName

string javaClassName = "com.aspose.mw.barcode.complexbarcode.MwAlternativeScheme"
static