AlternativeScheme
Inheritance: java.lang.Object
public final class AlternativeScheme
Alternative payment scheme instructions
Constructors
| Constructor | Description |
|---|---|
| AlternativeScheme() | |
| AlternativeScheme(String instruction) |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| instruction | java.lang.String |
equals(Object obj)
public boolean equals(Object obj)
Determines whether the specified object is equal to the current object.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| obj | java.lang.Object | The 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:
| Parameter | Type | Description |
|---|---|---|
| value | java.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:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |