public class SearchPaymentsByCriteria extends Object implements Serializable
Java class for searchPaymentsByCriteria complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
minIndex |
protected Integer |
nbMaxResults |
protected Integer |
requestId |
protected SearchPaymentsCriteria |
searchPaymentsCriteria |
| Constructor and Description |
|---|
SearchPaymentsByCriteria() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMinIndex()
Gets the value of the minIndex property.
|
Integer |
getNbMaxResults()
Gets the value of the nbMaxResults property.
|
Integer |
getRequestId()
Gets the value of the requestId property.
|
SearchPaymentsCriteria |
getSearchPaymentsCriteria()
Gets the value of the searchPaymentsCriteria property.
|
void |
setMinIndex(Integer value)
Sets the value of the minIndex property.
|
void |
setNbMaxResults(Integer value)
Sets the value of the nbMaxResults property.
|
void |
setRequestId(Integer value)
Sets the value of the requestId property.
|
void |
setSearchPaymentsCriteria(SearchPaymentsCriteria value)
Sets the value of the searchPaymentsCriteria property.
|
protected Integer requestId
protected SearchPaymentsCriteria searchPaymentsCriteria
protected Integer minIndex
protected Integer nbMaxResults
public Integer getRequestId()
Integerpublic void setRequestId(Integer value)
value - allowed object is
Integerpublic SearchPaymentsCriteria getSearchPaymentsCriteria()
SearchPaymentsCriteriapublic void setSearchPaymentsCriteria(SearchPaymentsCriteria value)
value - allowed object is
SearchPaymentsCriteriapublic Integer getMinIndex()
Integerpublic void setMinIndex(Integer value)
value - allowed object is
Integerpublic Integer getNbMaxResults()
IntegerCopyright © 2021. All rights reserved.