Aspose.Barcode for Python via Java Generation and Recognition API docs

Alternative payment scheme instructions. More...

Inherits BaseJavaClass.

Public Member Functions

def __init__ (self, instruction)
 
def getInstruction (self)
 Gets the payment instruction for a given bill. More...
 
def setInstruction (self, value)
 Gets the payment instruction for a given bill. More...
 
def equals (self, obj)
 Determines whether the specified object is equal to the current object. More...
 
def hashCode (self)
 Gets the hash code for this instance. More...
 
def init (self)
 
- Public Member Functions inherited from BaseJavaClass
def getJavaClass (self)
 
def setJavaClass (self, javaClass)
 
def getJavaClassName (self)
 
def isNull (self)
 
def printJavaClassName (self)
 

Static Public Member Functions

def 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__()

def __init__ (   self,
  instruction 
)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ construct()

def construct (   javaClass)
static

◆ equals()

def equals (   self,
  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()

def 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). @:return:The payment instruction.

◆ hashCode()

def hashCode (   self)

Gets the hash code for this instance.

Returns
hash code for the current object.

◆ init()

def init (   self)

Reimplemented from BaseJavaClass.

◆ setInstruction()

def setInstruction (   self,
  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). @:param:The payment instruction.

Member Data Documentation

◆ javaClassName

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