public class RefundMethodConfigurations
extends java.lang.Object
RefundMethodConfigurations
, which corresponds to the
configuration file: RefundtMethodConfigurations.xml.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
RefundMethodConfigurations() |
Modifier and Type | Method and Description |
---|---|
RefundMethodConfiguration |
getRefundMethodConfiguration(int index)
This method returns the current refund method configuration at a
specified index.
|
int |
getRefundMethodConfigurationCount()
This method returns the count of the refund method configurations in this
configuration file.
|
void |
setRefundMethodConfiguration(int index,
RefundMethodConfiguration RefundMethodConfiguration)
This method sets the current refund method configuration at a specified
index.
|
java.lang.String |
toString()
This method creates a String representation of the object.
|
public static final java.lang.String COPYRIGHT
public void setRefundMethodConfiguration(int index, RefundMethodConfiguration RefundMethodConfiguration)
index
- The positionRefundMethodConfiguration
- The refund method to setpublic RefundMethodConfiguration getRefundMethodConfiguration(int index)
index
- The positionpublic int getRefundMethodConfigurationCount()
public java.lang.String toString()
This method creates a String representation of the object.
toString
in class java.lang.Object