public class SearchCulturalContactsOfOrdersByCriteria extends Object implements Serializable
Java class for searchCulturalContactsOfOrdersByCriteria complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected String |
buyerContactReference |
protected Date |
endDate |
protected List<Long> |
fileIds |
protected Long |
itemId |
protected Long |
maxResult |
protected List<Long> |
orderIds |
protected List<OrderType> |
orderTypes |
protected List<PaymentStatus> |
paymentStates |
protected Long |
performanceId |
protected Long |
pointOfSalesId |
protected Long |
productId |
protected Date |
startDate |
protected Long |
startPosition |
protected List<OrderState> |
states |
Constructor and Description |
---|
SearchCulturalContactsOfOrdersByCriteria() |
Modifier and Type | Method and Description |
---|---|
String |
getBuyerContactReference()
Gets the value of the buyerContactReference property.
|
Date |
getEndDate()
Gets the value of the endDate property.
|
List<Long> |
getFileIds()
Gets the value of the fileIds property.
|
Long |
getItemId()
Gets the value of the itemId property.
|
Long |
getMaxResult()
Gets the value of the maxResult property.
|
List<Long> |
getOrderIds()
Gets the value of the orderIds 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.
|
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 |
setBuyerContactReference(String value)
Sets the value of the buyerContactReference 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 |
setStartDate(Date value)
Sets the value of the startDate property.
|
void |
setStartPosition(Long value)
Sets the value of the startPosition property.
|
protected String buyerContactReference
protected Long pointOfSalesId
protected Date startDate
protected Date endDate
protected List<OrderState> states
protected Long productId
protected Long performanceId
protected Long itemId
protected List<PaymentStatus> paymentStates
protected Long startPosition
protected Long maxResult
public SearchCulturalContactsOfOrdersByCriteria()
public List<Long> getOrderIds()
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 orderIds property.
For example, to add a new item, do as follows:
getOrderIds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public List<Long> getFileIds()
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 fileIds property.
For example, to add a new item, do as follows:
getFileIds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public String getBuyerContactReference()
String
public void setBuyerContactReference(String value)
value
- allowed object is
String
public Long getPointOfSalesId()
Long
public void setPointOfSalesId(Long value)
value
- allowed object is
Long
public Date getStartDate()
String
public void setStartDate(Date value)
value
- allowed object is
String
public Date getEndDate()
String
public void setEndDate(Date value)
value
- allowed object is
String
public 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()
Long
public void setProductId(Long value)
value
- allowed object is
Long
public Long getPerformanceId()
Long
public void setPerformanceId(Long value)
value
- allowed object is
Long
public Long getItemId()
Long
public void setItemId(Long value)
value
- allowed object is
Long
public 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()
Long
public void setStartPosition(Long value)
value
- allowed object is
Long
public Long getMaxResult()
Long
public void setMaxResult(Long value)
value
- allowed object is
Long
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.