com.ibm.commerce.edp.parsers.paymentactions

Class Action

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


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

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

      Constructors 
      Constructor and Description
      Action() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getAmount()
      This method returns the amount to process of the action.
      java.lang.String getMinamount()
      This method returns the minimum amount of the action.
      java.lang.String getMsg()
      This method returns the message of the action.
      java.lang.String getName()
      This method returns the action name.
      java.lang.String getTarget()
      This method returns the target state of the action.
      void setAmount(java.lang.String string)
      This method sets the amount to process of the action.
      void setMinamount(java.lang.String localMinamount)
      This method sets the minimum amount of the action.
      void setMsg(java.lang.String string)
      This method sets the message of the action.
      void setName(java.lang.String options)
      This method sets the action name.
      void setTarget(java.lang.String string)
      This method sets the target state.
      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

      • Action

        public Action()
    • Method Detail

      • getMinamount

        public java.lang.String getMinamount()
        This method returns the minimum amount of the action.
        Returns:
        minamount The minimum amount of the action
      • setMinamount

        public void setMinamount(java.lang.String localMinamount)
        This method sets the minimum amount of the action.
        Parameters:
        localMinamount - The minimum amount to set
      • getAmount

        public java.lang.String getAmount()
        This method returns the amount to process of the action.
        Returns:
        The amount to process of the action
      • getMsg

        public java.lang.String getMsg()
        This method returns the message of the action.
        Returns:
        The message of the action
      • getName

        public java.lang.String getName()
        This method returns the action name.
        Returns:
        name The action name
      • getTarget

        public java.lang.String getTarget()
        This method returns the target state of the action.
        Returns:
        target The target state of the action
      • setAmount

        public void setAmount(java.lang.String string)
        This method sets the amount to process of the action.
        Parameters:
        string - The amount to process to set
      • setMsg

        public void setMsg(java.lang.String string)
        This method sets the message of the action.
        Parameters:
        string - The message of the action to set
      • setName

        public void setName(java.lang.String options)
        This method sets the action name.
        Parameters:
        options - The action name to set
      • setTarget

        public void setTarget(java.lang.String string)
        This method sets the target state.
        Parameters:
        string - The target 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