com.ibm.commerce.edp.parsers.paymentactions

Class TargetDeposited

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


  • public class TargetDeposited
    extends java.lang.Object
    This class represents the complex type TargetDeposited, which means the target payment state is deposited.
    • Field Summary

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

      Constructors 
      Constructor and Description
      TargetDeposited() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      CurrentApproved getCurrentApproved()
      This method returns the CurrentApproved object, which means the current payment state is approved.
      CurrentDeposited getCurrentDeposited()
      This method returns the CurrentDeposited object, which means the current payment state is deposited.
      CurrentDNE getCurrentDNE()
      This method returns the CurrentDNE object, which means the current payment state is DNE.
      void setCurrentApproved(CurrentApproved approved)
      This method sets the CurrentApproved object, which means the current payment state is approved.
      void setCurrentDeposited(CurrentDeposited deposited)
      This method sets the CurrentDeposited object, which means the current payment state is deposited.
      void setCurrentDNE(CurrentDNE localCurrentDNE)
      This method sets the CurrentDNE object, which means the current 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

      • TargetDeposited

        public TargetDeposited()
    • Method Detail

      • getCurrentApproved

        public CurrentApproved getCurrentApproved()
        This method returns the CurrentApproved object, which means the current payment state is approved.
        Returns:
        The CurrentApproved object
      • getCurrentDeposited

        public CurrentDeposited getCurrentDeposited()
        This method returns the CurrentDeposited object, which means the current payment state is deposited.
        Returns:
        The CurrentDeposited object
      • getCurrentDNE

        public CurrentDNE getCurrentDNE()
        This method returns the CurrentDNE object, which means the current payment state is DNE.
        Returns:
        The CurrentDNE object
      • setCurrentApproved

        public void setCurrentApproved(CurrentApproved approved)
        This method sets the CurrentApproved object, which means the current payment state is approved.
        Parameters:
        approved - The CurrentApproved object to set
      • setCurrentDeposited

        public void setCurrentDeposited(CurrentDeposited deposited)
        This method sets the CurrentDeposited object, which means the current payment state is deposited.
        Parameters:
        deposited - The CurrentDeposited object to set
      • setCurrentDNE

        public void setCurrentDNE(CurrentDNE localCurrentDNE)
        This method sets the CurrentDNE object, which means the current payment state is DNE.
        Parameters:
        localCurrentDNE - The CurrentDNE 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