com.ibm.commerce.payments.plugincontroller.parsers.controller

Class PaymentSystemName

  • java.lang.Object
    • com.ibm.commerce.payments.plugincontroller.parsers.controller.PaymentSystemName


  • public class PaymentSystemName
    extends java.lang.Object
    This class represents the complex type PaymentSystemName.
    The configuration file is xml\config\payments\ppc\plugins\PaymentSystemPluginMapping.xml, and the corresponding element in the configuration file is PaymentSystemName.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Mapping getMapping(int index)
      This method returns the mapping.
      int getMappingCount()
      This method returns the count of the mapping list.
      java.lang.String getName()
      This method returns the name.
      void setMapping(int index, Mapping Mapping)
      This method sets the mapping.
      void setName(java.lang.String string)
      This method sets the name.
      java.lang.String toString()
      This method creates a String representation of the object.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PaymentSystemName

        public PaymentSystemName()
    • Method Detail

      • setMapping

        public void setMapping(int index,
                               Mapping Mapping)
        This method sets the mapping.
        Parameters:
        index - The index.
        Mapping - The mapping.
      • getMapping

        public Mapping getMapping(int index)
        This method returns the mapping.
        Parameters:
        index - The index.
        Returns:
        The mapping.
      • getMappingCount

        public int getMappingCount()
        This method returns the count of the mapping list.
        Returns:
        The count of the mapping list.
      • getName

        public java.lang.String getName()
        This method returns the name.
        Returns:
        The name.
      • setName

        public void setName(java.lang.String string)
        This method sets the name.
        Parameters:
        string - The name.
      • toString

        public java.lang.String toString()
        This method creates a String representation of the object.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The String representation.