| java.lang.Object | |
| ↳ | workday.com.bsvc.PaymentsRequestCriteriaType |
Get Payments Request Criteria
Java class for Payments_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payments_Request_CriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="General_Payment_Criteria" type="{urn:com.workday/bsvc}General_Payment_CriteriaType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Check_Payments_To_Print_Criteria" type="{urn:com.workday/bsvc}Check_Payments_To_Print_CriteriaType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Payment_Message_Criteria" type="{urn:com.workday/bsvc}Payment_Message_CriteriaType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Remittance_File_Criteria" type="{urn:com.workday/bsvc}Remittance_File_CriteriaType" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| checkPaymentsToPrintCriteria | |||||||||||
| generalPaymentCriteria | |||||||||||
| paymentMessageCriteria | |||||||||||
| remittanceFileCriteria | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the checkPaymentsToPrintCriteria property.
| |||||||||||
Gets the value of the generalPaymentCriteria property.
| |||||||||||
Gets the value of the paymentMessageCriteria property.
| |||||||||||
Gets the value of the remittanceFileCriteria property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the checkPaymentsToPrintCriteria property.
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 checkPaymentsToPrintCriteria property.
For example, to add a new item, do as follows:
getCheckPaymentsToPrintCriteria().add(newItem);
Objects of the following type(s) are allowed in the list
CheckPaymentsToPrintCriteriaType
Gets the value of the generalPaymentCriteria property.
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 generalPaymentCriteria property.
For example, to add a new item, do as follows:
getGeneralPaymentCriteria().add(newItem);
Objects of the following type(s) are allowed in the list
GeneralPaymentCriteriaType
Gets the value of the paymentMessageCriteria property.
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 paymentMessageCriteria property.
For example, to add a new item, do as follows:
getPaymentMessageCriteria().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentMessageCriteriaType
Gets the value of the remittanceFileCriteria property.
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 remittanceFileCriteria property.
For example, to add a new item, do as follows:
getRemittanceFileCriteria().add(newItem);
Objects of the following type(s) are allowed in the list
RemittanceFileCriteriaType

