public class SearchPaymentsCriteria extends Object implements Serializable
Java class for searchPaymentsCriteria complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected List<String> |
contactReferences |
protected List<Long> |
orderIds |
protected Date |
paymentCreationDateFrom |
protected Date |
paymentCreationDateTo |
protected List<Long> |
paymentIds |
protected List<Long> |
paymentMethodIds |
protected List<PaymentStatus> |
paymentStates |
protected List<PaymentTypeEnum> |
paymentTypes |
Constructor and Description |
---|
SearchPaymentsCriteria() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getContactReferences()
Gets the value of the contactReferences property.
|
List<Long> |
getOrderIds()
Gets the value of the orderIds property.
|
Date |
getPaymentCreationDateFrom()
Gets the value of the paymentCreationDateFrom property.
|
Date |
getPaymentCreationDateTo()
Gets the value of the paymentCreationDateTo property.
|
List<Long> |
getPaymentIds()
Gets the value of the paymentIds property.
|
List<Long> |
getPaymentMethodIds()
Gets the value of the paymentMethodIds property.
|
List<PaymentStatus> |
getPaymentStates()
Gets the value of the paymentStates property.
|
List<PaymentTypeEnum> |
getPaymentTypes()
Gets the value of the paymentTypes property.
|
void |
setPaymentCreationDateFrom(Date value)
Sets the value of the paymentCreationDateFrom property.
|
void |
setPaymentCreationDateTo(Date value)
Sets the value of the paymentCreationDateTo property.
|
protected Date paymentCreationDateFrom
protected Date paymentCreationDateTo
protected List<PaymentStatus> paymentStates
protected List<PaymentTypeEnum> paymentTypes
public List<String> getContactReferences()
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 contactReferences property.
For example, to add a new item, do as follows:
getContactReferences().add(newItem);
Objects of the following type(s) are allowed in the list
String
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 Date getPaymentCreationDateFrom()
String
public void setPaymentCreationDateFrom(Date value)
value
- allowed object is
String
public Date getPaymentCreationDateTo()
String
public void setPaymentCreationDateTo(Date value)
value
- allowed object is
String
public List<Long> getPaymentIds()
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 paymentIds property.
For example, to add a new item, do as follows:
getPaymentIds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public List<Long> getPaymentMethodIds()
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 paymentMethodIds property.
For example, to add a new item, do as follows:
getPaymentMethodIds().add(newItem);
Objects of the following type(s) are allowed in the list
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 List<PaymentTypeEnum> getPaymentTypes()
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 paymentTypes property.
For example, to add a new item, do as follows:
getPaymentTypes().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentTypeEnum
Copyright © 2021. All rights reserved.