public class

PaymentsRequestCriteriaType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.PaymentsRequestCriteriaType

Class Overview

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>
 

Summary

Fields
protected List<CheckPaymentsToPrintCriteriaType> checkPaymentsToPrintCriteria
protected List<GeneralPaymentCriteriaType> generalPaymentCriteria
protected List<PaymentMessageCriteriaType> paymentMessageCriteria
protected List<RemittanceFileCriteriaType> remittanceFileCriteria
Public Constructors
PaymentsRequestCriteriaType()
Public Methods
List<CheckPaymentsToPrintCriteriaType> getCheckPaymentsToPrintCriteria()
Gets the value of the checkPaymentsToPrintCriteria property.
List<GeneralPaymentCriteriaType> getGeneralPaymentCriteria()
Gets the value of the generalPaymentCriteria property.
List<PaymentMessageCriteriaType> getPaymentMessageCriteria()
Gets the value of the paymentMessageCriteria property.
List<RemittanceFileCriteriaType> getRemittanceFileCriteria()
Gets the value of the remittanceFileCriteria property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<CheckPaymentsToPrintCriteriaType> checkPaymentsToPrintCriteria

protected List<GeneralPaymentCriteriaType> generalPaymentCriteria

protected List<PaymentMessageCriteriaType> paymentMessageCriteria

protected List<RemittanceFileCriteriaType> remittanceFileCriteria

Public Constructors

public PaymentsRequestCriteriaType ()

Public Methods

public List<CheckPaymentsToPrintCriteriaType> getCheckPaymentsToPrintCriteria ()

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

public List<GeneralPaymentCriteriaType> getGeneralPaymentCriteria ()

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

public List<PaymentMessageCriteriaType> getPaymentMessageCriteria ()

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

public List<RemittanceFileCriteriaType> getRemittanceFileCriteria ()

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