AlternativeScheme

Inheritance: java.lang.Object

public final class AlternativeScheme

Alternative payment scheme instructions

Constructors

ConstructorDescription
AlternativeScheme()
AlternativeScheme(String instruction)

Methods

MethodDescription
equals(Object obj)Determines whether the specified object is equal to the current object.
getClass()
getInstruction()Gets the payment instruction for a given bill.
hashCode()Gets the hash code for this instance.
notify()
notifyAll()
setInstruction(String value)Gets the payment instruction for a given bill.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

AlternativeScheme()

public AlternativeScheme()

AlternativeScheme(String instruction)

public AlternativeScheme(String instruction)

Parameters:

ParameterTypeDescription
instructionjava.lang.String

equals(Object obj)

public boolean equals(Object obj)

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

Parameters:

ParameterTypeDescription
objjava.lang.ObjectThe object to compare with the current object.

Returns: boolean - true if the specified object is equal to the current object; otherwise, false .

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getInstruction()

public String 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.

Returns: java.lang.String

hashCode()

public int hashCode()

Gets the hash code for this instance.

Returns: int - A hash code for the current object.

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setInstruction(String value)

public void 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.

Parameters:

ParameterTypeDescription
valuejava.lang.String

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int