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"
 

Detailed Description

Alternative payment scheme instructions

Constructor & Destructor Documentation

◆ __construct()

AlternativeScheme::__construct (   $instruction)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ construct()

static AlternativeScheme::construct (   $javaClass)
static

◆ equals()

AlternativeScheme::equals ( AlternativeScheme  $obj)

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

Parameters
AlternativeScheme$objThe object to compare with the current object.
Returns
bool true if the specified object is equal to the current object; otherwise, false.

◆ getInstruction()

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.

◆ hashCode()

AlternativeScheme::hashCode ( )

Gets the hash code for this instance.

Returns
int hash code for the current object.

◆ init()

AlternativeScheme::init ( )
protected

Reimplemented from BaseJavaClass.

◆ setInstruction()

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.

Member Data Documentation

◆ $javaClassName

AlternativeScheme::$javaClassName = "com.aspose.mw.barcode.complexbarcode.MwAlternativeScheme"
staticprivate