Package org.cxml

Class SalesReport

java.lang.Object
org.cxml.SalesReport

public class SalesReport extends Object
  • Field Details

    • salesDate

      protected String salesDate
    • lineNumber

      protected String lineNumber
    • period

      protected Period period
    • salesQuantity

      protected SalesQuantity salesQuantity
    • returnQuantity

      protected ReturnQuantity returnQuantity
    • total

      protected Total total
    • promotionVariantID

      protected String promotionVariantID
    • comments

      protected List<Comments> comments
  • Constructor Details

    • SalesReport

      public SalesReport()
  • Method Details

    • getSalesDate

      public String getSalesDate()
      Gets the value of the salesDate property.
      Returns:
      possible object is String
    • setSalesDate

      public void setSalesDate(String value)
      Sets the value of the salesDate property.
      Parameters:
      value - allowed object is String
    • getLineNumber

      public String getLineNumber()
      Gets the value of the lineNumber property.
      Returns:
      possible object is String
    • setLineNumber

      public void setLineNumber(String value)
      Sets the value of the lineNumber property.
      Parameters:
      value - allowed object is String
    • getPeriod

      public Period getPeriod()
      Gets the value of the period property.
      Returns:
      possible object is Period
    • setPeriod

      public void setPeriod(Period value)
      Sets the value of the period property.
      Parameters:
      value - allowed object is Period
    • getSalesQuantity

      public SalesQuantity getSalesQuantity()
      Gets the value of the salesQuantity property.
      Returns:
      possible object is SalesQuantity
    • setSalesQuantity

      public void setSalesQuantity(SalesQuantity value)
      Sets the value of the salesQuantity property.
      Parameters:
      value - allowed object is SalesQuantity
    • getReturnQuantity

      public ReturnQuantity getReturnQuantity()
      Gets the value of the returnQuantity property.
      Returns:
      possible object is ReturnQuantity
    • setReturnQuantity

      public void setReturnQuantity(ReturnQuantity value)
      Sets the value of the returnQuantity property.
      Parameters:
      value - allowed object is ReturnQuantity
    • getTotal

      public Total getTotal()
      Gets the value of the total property.
      Returns:
      possible object is Total
    • setTotal

      public void setTotal(Total value)
      Sets the value of the total property.
      Parameters:
      value - allowed object is Total
    • getPromotionVariantID

      public String getPromotionVariantID()
      Gets the value of the promotionVariantID property.
      Returns:
      possible object is String
    • setPromotionVariantID

      public void setPromotionVariantID(String value)
      Sets the value of the promotionVariantID property.
      Parameters:
      value - allowed object is String
    • getComments

      public List<Comments> getComments()
      Gets the value of the comments 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 comments property.

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

          getComments().add(newItem);
       

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