‪Aspose.Barcode for PHP via Java  22.4
‪Aspose.Barcode for PHP via Java Generation and Recognition API docs
AlternativeScheme Class Reference

Inherits BaseJavaClass.

Public Member Functions

 __construct ($instruction)
 
 getInstruction ()
 
 setInstruction (string $value)
 
 equals (AlternativeScheme $obj)
 
 hashCode ()
 
 getJavaClass ()
 
 getJavaClassName ()
 
 isNull ()
 
 printJavaClassName ()
 

Static Public Member Functions

static construct ($javaClass)
 

Protected Member Functions

 init ()
 
 setJavaClass ($javaClass)
 

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$obj‪The 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.

◆ getJavaClass()

BaseJavaClass::getJavaClass ( )
inherited

◆ getJavaClassName()

BaseJavaClass::getJavaClassName ( )
inherited

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

◆ isNull()

BaseJavaClass::isNull ( )
inherited

◆ printJavaClassName()

BaseJavaClass::printJavaClassName ( )
inherited

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

◆ setJavaClass()

BaseJavaClass::setJavaClass (   $javaClass)
protectedinherited