Package org.cxml

Class Discount

java.lang.Object
org.cxml.Discount

public class Discount extends Object
  • Field Details

    • discountPercentOrDiscountAmount

      protected List<Object> discountPercentOrDiscountAmount
  • Constructor Details

    • Discount

      public Discount()
  • Method Details

    • getDiscountPercentOrDiscountAmount

      public List<Object> getDiscountPercentOrDiscountAmount()
      Gets the value of the discountPercentOrDiscountAmount 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 discountPercentOrDiscountAmount property.

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

          getDiscountPercentOrDiscountAmount().add(newItem);
       

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