public class PaymentMappings
extends java.lang.Object
PaymentMappings
, which
corresponds to the configuration file PaymentMappings.xml.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
PaymentMappings() |
Modifier and Type | Method and Description |
---|---|
Mapping |
getMapping(int index)
This method returns the
Mapping object at a specified index. |
int |
getMappingCount()
This method returns the count of the
Mapping object in the
corresponding configuration. |
void |
setMapping(int index,
Mapping Mapping)
This method sets the
Mapping object at a specified index. |
public static final java.lang.String COPYRIGHT
public void setMapping(int index, Mapping Mapping)
Mapping
object at a specified index.index
- The positionMapping
- The Mapping
object to set at the specified indexpublic Mapping getMapping(int index)
Mapping
object at a specified index.index
- The positionMapping
object at the specified indexpublic int getMappingCount()
Mapping
object in the
corresponding configuration.Mapping
object in the
corresponding configuration