public class CountOrdersByCriteria extends Object implements Serializable
Java class for countOrdersByCriteria complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected String |
contactReference |
protected ContactFilterCriteria |
culturalContactFilterCriteria |
protected Date |
endDate |
protected Long |
itemId |
protected List<OrderType> |
orderTypes |
protected List<PaymentStatus> |
paymentStates |
protected Long |
performanceId |
protected Long |
pointOfSalesId |
protected Long |
productId |
protected Integer |
requestId |
protected Date |
startDate |
| Constructor and Description |
|---|
CountOrdersByCriteria() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContactReference()
Gets the value of the contactReference property.
|
ContactFilterCriteria |
getCulturalContactFilterCriteria()
Gets the value of the culturalContactFilterCriteria property.
|
Date |
getEndDate()
Gets the value of the endDate property.
|
Long |
getItemId()
Gets the value of the itemId property.
|
List<OrderType> |
getOrderTypes()
Gets the value of the orderTypes property.
|
List<PaymentStatus> |
getPaymentStates()
Gets the value of the paymentStates property.
|
Long |
getPerformanceId()
Gets the value of the performanceId property.
|
Long |
getPointOfSalesId()
Gets the value of the pointOfSalesId property.
|
Long |
getProductId()
Gets the value of the productId property.
|
Integer |
getRequestId()
Gets the value of the requestId property.
|
Date |
getStartDate()
Gets the value of the startDate property.
|
void |
setContactReference(String value)
Sets the value of the contactReference property.
|
void |
setCulturalContactFilterCriteria(ContactFilterCriteria value)
Sets the value of the culturalContactFilterCriteria property.
|
void |
setEndDate(Date value)
Sets the value of the endDate property.
|
void |
setItemId(Long value)
Sets the value of the itemId property.
|
void |
setPerformanceId(Long value)
Sets the value of the performanceId property.
|
void |
setPointOfSalesId(Long value)
Sets the value of the pointOfSalesId property.
|
void |
setProductId(Long value)
Sets the value of the productId property.
|
void |
setRequestId(Integer value)
Sets the value of the requestId property.
|
void |
setStartDate(Date value)
Sets the value of the startDate property.
|
protected Integer requestId
protected Long pointOfSalesId
protected Date startDate
protected Date endDate
protected Long productId
protected Long performanceId
protected Long itemId
protected String contactReference
protected ContactFilterCriteria culturalContactFilterCriteria
protected List<PaymentStatus> paymentStates
public Integer getRequestId()
Integerpublic void setRequestId(Integer value)
value - allowed object is
Integerpublic Long getPointOfSalesId()
Longpublic void setPointOfSalesId(Long value)
value - allowed object is
Longpublic Date getStartDate()
Stringpublic void setStartDate(Date value)
value - allowed object is
Stringpublic Date getEndDate()
Stringpublic void setEndDate(Date value)
value - allowed object is
Stringpublic Long getProductId()
Longpublic void setProductId(Long value)
value - allowed object is
Longpublic Long getPerformanceId()
Longpublic void setPerformanceId(Long value)
value - allowed object is
Longpublic Long getItemId()
Longpublic void setItemId(Long value)
value - allowed object is
Longpublic String getContactReference()
Stringpublic void setContactReference(String value)
value - allowed object is
Stringpublic ContactFilterCriteria getCulturalContactFilterCriteria()
ContactFilterCriteriapublic void setCulturalContactFilterCriteria(ContactFilterCriteria value)
value - allowed object is
ContactFilterCriteriapublic List<PaymentStatus> getPaymentStates()
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 paymentStates property.
For example, to add a new item, do as follows:
getPaymentStates().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentStatus
public List<OrderType> getOrderTypes()
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 orderTypes property.
For example, to add a new item, do as follows:
getOrderTypes().add(newItem);
Objects of the following type(s) are allowed in the list
OrderType
Copyright © 2021. All rights reserved.