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 type PaymentMappings, 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 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PaymentMappings

        public PaymentMappings()
    • Method Detail

      • setMapping

        public void setMapping(int index,
                               Mapping Mapping)
        This method sets the Mapping object at a specified index.
        Parameters:
        index - The position
        Mapping - The Mapping object to set at the specified index
      • getMapping

        public Mapping getMapping(int index)
        This method returns the Mapping 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 the Mapping object in the corresponding configuration.
        Returns:
        The count of the Mapping object in the corresponding configuration