Package org.cxml

Class SalesReport


  • public class SalesReport
    extends java.lang.Object
    • Field Detail

      • salesDate

        protected java.lang.String salesDate
      • lineNumber

        protected java.lang.String lineNumber
      • period

        protected Period period
      • total

        protected Total total
      • promotionVariantID

        protected java.lang.String promotionVariantID
      • comments

        protected java.util.List<Comments> comments
    • Constructor Detail

      • SalesReport

        public SalesReport()
    • Method Detail

      • getSalesDate

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

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

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

        public void setLineNumber​(java.lang.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 java.lang.String getPromotionVariantID()
        Gets the value of the promotionVariantID property.
        Returns:
        possible object is String
      • setPromotionVariantID

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

        public java.util.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