public final class AlternativeScheme extends java.lang.Object implements com.aspose.ms.System.IEquatable<AlternativeScheme>
Alternative payment scheme instructions
| Constructor and Description |
|---|
AlternativeScheme() |
AlternativeScheme(java.lang.String instruction) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified object is equal to the current object.
|
java.lang.String |
getInstruction()
Gets the payment instruction for a given bill.
|
int |
hashCode()
Gets the hash code for this instance.
|
void |
setInstruction(java.lang.String value)
Gets the payment instruction for a given bill.
|
public AlternativeScheme()
public AlternativeScheme(java.lang.String instruction)
public java.lang.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.public void setInstruction(java.lang.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.public boolean equals(java.lang.Object obj)
Determines whether the specified object is equal to the current object.
equals in interface com.aspose.ms.System.IEquatable<AlternativeScheme>equals in class java.lang.Objectobj - The object to compare with the current object.true if the specified object is equal to the current object; otherwise, false.public int hashCode()
Gets the hash code for this instance.
hashCode in class java.lang.Object