Package org.cxml
Class SalesReport
- java.lang.Object
-
- org.cxml.SalesReport
-
public class SalesReport extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Comments>commentsprotected java.lang.StringlineNumberprotected Periodperiodprotected java.lang.StringpromotionVariantIDprotected ReturnQuantityreturnQuantityprotected java.lang.StringsalesDateprotected SalesQuantitysalesQuantityprotected Totaltotal
-
Constructor Summary
Constructors Constructor Description SalesReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Comments>getComments()Gets the value of the comments property.java.lang.StringgetLineNumber()Gets the value of the lineNumber property.PeriodgetPeriod()Gets the value of the period property.java.lang.StringgetPromotionVariantID()Gets the value of the promotionVariantID property.ReturnQuantitygetReturnQuantity()Gets the value of the returnQuantity property.java.lang.StringgetSalesDate()Gets the value of the salesDate property.SalesQuantitygetSalesQuantity()Gets the value of the salesQuantity property.TotalgetTotal()Gets the value of the total property.voidsetLineNumber(java.lang.String value)Sets the value of the lineNumber property.voidsetPeriod(Period value)Sets the value of the period property.voidsetPromotionVariantID(java.lang.String value)Sets the value of the promotionVariantID property.voidsetReturnQuantity(ReturnQuantity value)Sets the value of the returnQuantity property.voidsetSalesDate(java.lang.String value)Sets the value of the salesDate property.voidsetSalesQuantity(SalesQuantity value)Sets the value of the salesQuantity property.voidsetTotal(Total value)Sets the value of the total property.
-
-
-
Field Detail
-
salesDate
protected java.lang.String salesDate
-
lineNumber
protected java.lang.String lineNumber
-
period
protected Period period
-
salesQuantity
protected SalesQuantity salesQuantity
-
returnQuantity
protected ReturnQuantity returnQuantity
-
total
protected Total total
-
promotionVariantID
protected java.lang.String promotionVariantID
-
comments
protected java.util.List<Comments> comments
-
-
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 isString
-
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 isString
-
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 isPeriod
-
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 isSalesQuantity
-
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 isReturnQuantity
-
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 isTotal
-
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 isString
-
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
setmethod 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
-
-