com.ibm.commerce.edp.parsers.paymentmappings
Class PaymentMappings
- java.lang.Object
-
- com.ibm.commerce.edp.parsers.paymentmappings.PaymentMappings
-
public class PaymentMappings extends java.lang.Object
This class represents the complex typePaymentMappings
, which corresponds to the configuration file PaymentMappings.xml.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM copyright notice field.
-
Constructor Summary
Constructors Constructor and Description PaymentMappings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Mapping
getMapping(int index)
This method returns theMapping
object at a specified index.int
getMappingCount()
This method returns the count of theMapping
object in the corresponding configuration.void
setMapping(int index, Mapping Mapping)
This method sets theMapping
object at a specified index.
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
IBM copyright notice field.- See Also:
- Constant Field Values
-
-
Method Detail
-
setMapping
public void setMapping(int index, Mapping Mapping)
This method sets theMapping
object at a specified index.- Parameters:
index
- The positionMapping
- TheMapping
object to set at the specified index
-
getMapping
public Mapping getMapping(int index)
This method returns theMapping
object at a specified index.- Parameters:
index
- The position- Returns:
- The
Mapping
object at the specified index
-
getMappingCount
public int getMappingCount()
This method returns the count of theMapping
object in the corresponding configuration.- Returns:
- The count of the
Mapping
object in the corresponding configuration
-
-