com.ibm.commerce.payments.plugincontroller.parsers.plugin

Class ProtocolProperty

  • java.lang.Object
    • com.ibm.commerce.payments.plugincontroller.parsers.plugin.ProtocolProperty


  • public class ProtocolProperty
    extends java.lang.Object
    This class represents the complex type ProtocolProperty. The configuration file is xml\config\payments\ppc\plugins\(the plugin directory such as SimpleOffline)\PluginDeployment.xml, and the corresponding element is ProtocolProperty.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ProtocolProperty() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getName()
      This method returns the Name.
      boolean isKeep()
      This method checks if the keep is true.
      void setKeep(boolean b)
      This method marks if the keep is true.
      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

      • ProtocolProperty

        public ProtocolProperty()
    • Method Detail

      • 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 to set.
      • isKeep

        public boolean isKeep()
        This method checks if the keep is true.
        Returns:
        If the keep is true.
      • setKeep

        public void setKeep(boolean b)
        This method marks if the keep is true.
        Parameters:
        b - If the keep is true.
      • 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.