Class Rebates


  • public class Rebates
    extends Object
    Definition: Rebate form to an award;

    Java class for Rebates complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="Rebates">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="TotalRebate" type="{}SimpleAmountType" minOccurs="0"/>
             <element name="RebateLabel" type="{}RebateLabel" minOccurs="0"/>
             <element name="SaleItemRebate" type="{}SaleItemRebate" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • totalRebate

        protected BigDecimal totalRebate
        The Total rebate.
      • rebateLabel

        protected String rebateLabel
        The Rebate label.
    • Constructor Detail

      • Rebates

        public Rebates()
    • Method Detail

      • getTotalRebate

        public BigDecimal getTotalRebate()
        Gets the value of the totalRebate property.
        Returns:
        possible object is BigDecimal
      • setTotalRebate

        public void setTotalRebate​(BigDecimal value)
        Sets the value of the totalRebate property.
        Parameters:
        value - allowed object is BigDecimal
      • getRebateLabel

        public String getRebateLabel()
        Gets the value of the rebateLabel property.
        Returns:
        possible object is String
      • setRebateLabel

        public void setRebateLabel​(String value)
        Sets the value of the rebateLabel property.
        Parameters:
        value - allowed object is String
      • getSaleItemRebate

        public List<SaleItemRebate> getSaleItemRebate()
        Gets the value of the saleItemRebate property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the saleItemRebate property.

        For example, to add a new item, do as follows:

            getSaleItemRebate().add(newItem);
         

        Objects of the following type(s) are allowed in the list SaleItemRebate

        Returns:
        the sale item rebate