com.ibm.commerce.edp.parsers.refundmethodconfiguration

Class RefundMethod

  • java.lang.Object
    • com.ibm.etools.xmlschema.beans.BaseType
      • com.ibm.etools.xmlschema.beans.ComplexType
        • com.ibm.commerce.edp.parsers.refundmethodconfiguration.RefundMethod
  • All Implemented Interfaces:
    java.io.Serializable


    public class RefundMethod
    extends com.ibm.etools.xmlschema.beans.ComplexType
    This class represents the complex type RefundMethod, which corresponds to refund method for this refund method configuration.
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor and Description
      RefundMethod()
      This method is the constructor of this class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getJspsnippet()
      This method returns the jsp snippet for this refund method.
      java.lang.String getName()
      This method returns the name of this refund method configuration.
      java.lang.String getPaymentSystemName()
      This method returns the payment system name used by this refund method configuration.
      boolean removeJspsnippet()
      This method removes the attribute --jspsnippet from the current payment method configuration.
      boolean removeName()
      This method removes the attribute --name from the current refund method configuration.
      boolean removePaymentSystemName()
      This method removes the attribute --paymentSystemName from the current refund method configuration.
      void setJspsnippet(java.lang.String jspsnippet)
      This method sets the jsp snippet for this refund method.
      void setName(java.lang.String name)
      This method sets the name of this refund method configuration.
      void setPaymentSystemName(java.lang.String paymentSystemName)
      This method sets the payment system name used by this refund method configuration.
      • Methods inherited from class com.ibm.etools.xmlschema.beans.ComplexType

        getAttributeBooleanValue, getAttributeByteValue, getAttributeDateValue, getAttributeDoubleValue, getAttributeFloatValue, getAttributeIntegerValue, getAttributeLongValue, getAttributeShortValue, getAttributeValue, getAttributeValue, getElementBooleanValue, getElementByteValue, getElementDateValue, getElementDoubleValue, getElementFloatValue, getElementIntegerValue, getElementLongValue, getElementShortValue, removeAttribute, removeElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue
      • Methods inherited from class com.ibm.etools.xmlschema.beans.BaseType

        getElementBooleanValue, getElementByteValue, getElementDateValue, getElementDoubleValue, getElementFloatValue, getElementIntegerValue, getElementLongValue, getElementName, getElementShortValue, getElementValue, getElementValue, getElementValue, getElementValue, getElementValue, getPrefix, getXMLAttribute, getXMLElement, isAttributeQualified, isElementQualified, removeElement, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, setElementValue, sizeOfElement, updateElementValue, updateElementValue, updateElementValue, updateElementValue, updateElementValue, updateElementValue, updateElementValue, updateElementValue, updateElementValue
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

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

      • RefundMethod

        public RefundMethod()
        This method is the constructor of this class.
    • Method Detail

      • setName

        public void setName(java.lang.String name)
        This method sets the name of this refund method configuration.
        Parameters:
        name - The name to set
      • getName

        public java.lang.String getName()
        This method returns the name of this refund method configuration.
        Returns:
        The name of this payment method configuration
      • removeName

        public boolean removeName()
        This method removes the attribute --name from the current refund method configuration.
        Returns:
        If the remove operation is successful
      • setPaymentSystemName

        public void setPaymentSystemName(java.lang.String paymentSystemName)
        This method sets the payment system name used by this refund method configuration.
        Parameters:
        paymentSystemName - The payment system name used by this refund method configuration
      • getPaymentSystemName

        public java.lang.String getPaymentSystemName()
        This method returns the payment system name used by this refund method configuration.
        Returns:
        The payment system name used by this payment method configuration
      • removePaymentSystemName

        public boolean removePaymentSystemName()
        This method removes the attribute --paymentSystemName from the current refund method configuration.
        Returns:
        If the remove operation is successful
      • setJspsnippet

        public void setJspsnippet(java.lang.String jspsnippet)
        This method sets the jsp snippet for this refund method.
        Parameters:
        jspsnippet - The jsp snippet for this payment method
      • getJspsnippet

        public java.lang.String getJspsnippet()
        This method returns the jsp snippet for this refund method.
        Returns:
        The jsp snippet for this payment method
      • removeJspsnippet

        public boolean removeJspsnippet()
        This method removes the attribute --jspsnippet from the current payment method configuration.
        Returns:
        If the remove operation is successful