public class ListOrdersByCriteria extends Object implements Serializable
Java class for listOrdersByCriteria complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected OrderBy |
arg15 |
protected String |
contactReference |
protected ContactFilterCriteria |
culturalContactFilterCriteria |
protected Date |
endDate |
protected List<String> |
externalReferences |
protected Long |
itemId |
protected Long |
maxResult |
protected List<OrderType> |
orderTypes |
protected List<PaymentStatus> |
paymentStates |
protected Long |
performanceId |
protected Long |
pointOfSalesId |
protected Long |
productId |
protected Integer |
requestId |
protected Date |
startDate |
protected Long |
startPosition |
protected List<OrderState> |
states |
| Constructor and Description |
|---|
ListOrdersByCriteria() |
| Modifier and Type | Method and Description |
|---|---|
OrderBy |
getArg15()
Gets the value of the arg15 property.
|
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.
|
List<String> |
getExternalReferences()
Gets the value of the externalReferences property.
|
Long |
getItemId()
Gets the value of the itemId property.
|
Long |
getMaxResult()
Gets the value of the maxResult 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.
|
Long |
getStartPosition()
Gets the value of the startPosition property.
|
List<OrderState> |
getStates()
Gets the value of the states property.
|
void |
setArg15(OrderBy value)
Sets the value of the arg15 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 |
setMaxResult(Long value)
Sets the value of the maxResult 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.
|
void |
setStartPosition(Long value)
Sets the value of the startPosition property.
|
protected Integer requestId
protected Long pointOfSalesId
protected Date startDate
protected Date endDate
protected List<OrderState> states
protected Long productId
protected Long performanceId
protected Long itemId
protected String contactReference
protected ContactFilterCriteria culturalContactFilterCriteria
protected List<PaymentStatus> paymentStates
protected Long startPosition
protected Long maxResult
protected OrderBy arg15
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 List<OrderState> getStates()
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 states property.
For example, to add a new item, do as follows:
getStates().add(newItem);
Objects of the following type(s) are allowed in the list
OrderState
public 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 Long getStartPosition()
Longpublic void setStartPosition(Long value)
value - allowed object is
Longpublic Long getMaxResult()
Longpublic void setMaxResult(Long value)
value - allowed object is
Longpublic 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
public List<String> getExternalReferences()
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 externalReferences property.
For example, to add a new item, do as follows:
getExternalReferences().add(newItem);
Objects of the following type(s) are allowed in the list
String
public OrderBy getArg15()
OrderByCopyright © 2021. All rights reserved.