public class CountFilesByCriteria extends Object implements Serializable
Java class for countFilesByCriteria complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected String |
culturalContactReference |
protected Date |
endDate |
protected List<FileContactData> |
fileContacts |
protected List<FileOptionState> |
fileOptionStates |
protected FileSearchCriteria |
fileSearchCriteria |
protected Long |
itemId |
protected MainCategory |
mainAudienceCategory |
protected Date |
maxFileExpirationDate |
protected Date |
maxInstallmentExpirationDate |
protected List<OrderOriginator> |
orderOriginators |
protected List<PaymentStatus> |
paymentStates |
protected Long |
performanceId |
protected Long |
pointOfSalesId |
protected Long |
productId |
protected Integer |
requestId |
protected Date |
startDate |
protected List<FileState> |
states |
Constructor and Description |
---|
CountFilesByCriteria() |
Modifier and Type | Method and Description |
---|---|
String |
getCulturalContactReference()
Gets the value of the culturalContactReference property.
|
Date |
getEndDate()
Gets the value of the endDate property.
|
List<FileContactData> |
getFileContacts()
Gets the value of the fileContacts property.
|
List<FileOptionState> |
getFileOptionStates()
Gets the value of the fileOptionStates property.
|
FileSearchCriteria |
getFileSearchCriteria()
Gets the value of the fileSearchCriteria property.
|
Long |
getItemId()
Gets the value of the itemId property.
|
MainCategory |
getMainAudienceCategory()
Gets the value of the mainAudienceCategory property.
|
Date |
getMaxFileExpirationDate()
Gets the value of the maxFileExpirationDate property.
|
Date |
getMaxInstallmentExpirationDate()
Gets the value of the maxInstallmentExpirationDate property.
|
List<OrderOriginator> |
getOrderOriginators()
Gets the value of the orderOriginators 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.
|
List<FileState> |
getStates()
Gets the value of the states property.
|
void |
setCulturalContactReference(String value)
Sets the value of the culturalContactReference property.
|
void |
setEndDate(Date value)
Sets the value of the endDate property.
|
void |
setFileSearchCriteria(FileSearchCriteria value)
Sets the value of the fileSearchCriteria property.
|
void |
setItemId(Long value)
Sets the value of the itemId property.
|
void |
setMainAudienceCategory(MainCategory value)
Sets the value of the mainAudienceCategory property.
|
void |
setMaxFileExpirationDate(Date value)
Sets the value of the maxFileExpirationDate property.
|
void |
setMaxInstallmentExpirationDate(Date value)
Sets the value of the maxInstallmentExpirationDate 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 culturalContactReference
protected List<PaymentStatus> paymentStates
protected List<FileContactData> fileContacts
protected Date maxFileExpirationDate
protected Date maxInstallmentExpirationDate
protected FileSearchCriteria fileSearchCriteria
protected MainCategory mainAudienceCategory
protected List<FileOptionState> fileOptionStates
protected List<OrderOriginator> orderOriginators
public Integer getRequestId()
Integer
public void setRequestId(Integer value)
value
- allowed object is
Integer
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<FileState> 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
FileState
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 String getCulturalContactReference()
String
public void setCulturalContactReference(String value)
value
- allowed object is
String
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 List<FileContactData> getFileContacts()
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 fileContacts property.
For example, to add a new item, do as follows:
getFileContacts().add(newItem);
Objects of the following type(s) are allowed in the list
FileContactData
public Date getMaxFileExpirationDate()
String
public void setMaxFileExpirationDate(Date value)
value
- allowed object is
String
public Date getMaxInstallmentExpirationDate()
String
public void setMaxInstallmentExpirationDate(Date value)
value
- allowed object is
String
public FileSearchCriteria getFileSearchCriteria()
FileSearchCriteria
public void setFileSearchCriteria(FileSearchCriteria value)
value
- allowed object is
FileSearchCriteria
public MainCategory getMainAudienceCategory()
MainCategory
public void setMainAudienceCategory(MainCategory value)
value
- allowed object is
MainCategory
public List<FileOptionState> getFileOptionStates()
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 fileOptionStates property.
For example, to add a new item, do as follows:
getFileOptionStates().add(newItem);
Objects of the following type(s) are allowed in the list
FileOptionState
public List<OrderOriginator> getOrderOriginators()
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 orderOriginators property.
For example, to add a new item, do as follows:
getOrderOriginators().add(newItem);
Objects of the following type(s) are allowed in the list
OrderOriginator
Copyright © 2021. All rights reserved.