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

Class Property

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


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

      Constructors 
      Constructor and Description
      Property() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getName()
      This method returns the name.
      java.lang.String getValue()
      This method returns the value.
      void setName(java.lang.String string)
      This method sets the name.
      void setValue(java.lang.String string)
      This method sets the value.
      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

      • Property

        public Property()
    • Method Detail

      • getName

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

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

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

        public void setValue(java.lang.String string)
        This method sets the value.
        Parameters:
        string - The value.
      • 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.