com.ibm.commerce.edp.parsers.refundmethodconfiguration

Class RefundMethodConfiguration

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


    public class RefundMethodConfiguration
    extends com.ibm.etools.xmlschema.beans.ComplexType
    This class represents the complex type RefundMethodConfiguration, which corresponds to the refund method and its required attributes in Payment Rules.
    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
      RefundMethodConfiguration()
      This is the constructor of this class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      RefundMethod getRefundMethod()
      This method returns the current refund method.
      boolean removeRefundMethod()
      This method removes the element -- RefundMethod from this refund method configuration.
      void setRefundMethod(RefundMethod RefundMethod)
      This method sets the current refund method.
      • 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

      • RefundMethodConfiguration

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

      • setRefundMethod

        public void setRefundMethod(RefundMethod RefundMethod)
        This method sets the current refund method.
        Parameters:
        RefundMethod - The refund method to set
      • getRefundMethod

        public RefundMethod getRefundMethod()
        This method returns the current refund method.
        Returns:
        The current refund method
      • removeRefundMethod

        public boolean removeRefundMethod()
        This method removes the element -- RefundMethod from this refund method configuration.
        Returns:
        If the remove operation is successful