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

Class ProtocolProperties

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


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

      • ProtocolProperties

        public ProtocolProperties()
    • Method Detail

      • setProtocolProperty

        public void setProtocolProperty(int index,
                                        ProtocolProperty ProtocolProperty)
        This method sets the protocol property.
        Parameters:
        index - The index.
        ProtocolProperty - The protocol property.
      • getProtocolProperty

        public ProtocolProperty getProtocolProperty(int index)
        This method returns the protocol property.
        Parameters:
        index - The index.
        Returns:
        The protocol property.
      • getProtocolPropertyCount

        public int getProtocolPropertyCount()
        This method returns the count of the protocol property .
        Returns:
        The count of the protocol properties.
      • 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.