com.ibm.commerce.edp.parsers.paymentactions

Class PaymentActions

  • java.lang.Object
    • com.ibm.commerce.edp.parsers.paymentactions.PaymentActions


  • public class PaymentActions
    extends java.lang.Object
    This class represents the complex type PaymentActions.
    • Field Summary

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

      Constructors 
      Constructor and Description
      PaymentActions() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      TargetApproved getTargetApproved()
      This method returns the TargetApproved object, which means the target payment state is approved.
      TargetDeposited getTargetDeposited()
      This method returns the TargetDeposited object, which means the target payment state is deposited.
      TargetDNE getTargetDNE()
      This method returns the TargetDNE object, which means the target payment state is DNE.
      void setTargetApproved(TargetApproved approved)
      This method sets the TargetApproved object, which means the target payment state is approved.
      void setTargetDeposited(TargetDeposited deposited)
      This method sets the TargetDeposited object, which means the target payment state is deposited.
      void setTargetDNE(TargetDNE localTargetDNE)
      This method sets the TargetDNE object, which means the target payment state is DNE.
      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

      • PaymentActions

        public PaymentActions()
    • Method Detail

      • getTargetApproved

        public TargetApproved getTargetApproved()
        This method returns the TargetApproved object, which means the target payment state is approved.
        Returns:
        targetApproved The TargetApproved object
      • getTargetDeposited

        public TargetDeposited getTargetDeposited()
        This method returns the TargetDeposited object, which means the target payment state is deposited.
        Returns:
        TargetDeposited The TargetDeposited object
      • getTargetDNE

        public TargetDNE getTargetDNE()
        This method returns the TargetDNE object, which means the target payment state is DNE.
        Returns:
        TargetDNE The TargetDNE object
      • setTargetApproved

        public void setTargetApproved(TargetApproved approved)
        This method sets the TargetApproved object, which means the target payment state is approved.
        Parameters:
        approved - The TargetApproved object to set
      • setTargetDeposited

        public void setTargetDeposited(TargetDeposited deposited)
        This method sets the TargetDeposited object, which means the target payment state is deposited.
        Parameters:
        deposited - The TargetDeposited object to set
      • setTargetDNE

        public void setTargetDNE(TargetDNE localTargetDNE)
        This method sets the TargetDNE object, which means the target payment state is DNE.
        Parameters:
        localTargetDNE - The TargetDNE object 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