com.ibm.commerce.edp.parsers.paymentrules

Class PrimePaymentEvent

  • java.lang.Object
    • com.ibm.commerce.edp.parsers.paymentrules.PrimePaymentEvent


  • public class PrimePaymentEvent
    extends java.lang.Object
    This class represents the complex type PrimePaymentEvent, which corresponds to the Prime Payment business event.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getTargetState()
      This method returns the target payment state of this prime payment business event.
      void setTargetState(java.lang.String string)
      This method sets the target payment state of this prime payment business event.
      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
    • Field Detail

      • COPYRIGHT

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

      • PrimePaymentEvent

        public PrimePaymentEvent()
    • Method Detail

      • getTargetState

        public java.lang.String getTargetState()
        This method returns the target payment state of this prime payment business event.
        Returns:
        The targe payment state of this prime payment business event
      • setTargetState

        public void setTargetState(java.lang.String string)
        This method sets the target payment state of this prime payment business event.
        Parameters:
        string - The target payment state to set
      • 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