public class

CheckPaymentsToPrintCriteriaType

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

Class Overview

Check Payments To Print Search Criteria

Java class for Check_Payments_To_Print_CriteriaType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Check_Payments_To_Print_CriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Payment_Group_Reference" type="{urn:com.workday/bsvc}Payment_GroupObjectType" minOccurs="0"/>
         <element name="Payment_Date_on_Date_Or_After" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Payment_Date_on_Date_Or_Before" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Periods_Reference" type="{urn:com.workday/bsvc}PeriodObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Pay_Run_Groups_and_or_Pay_Groups_Reference" type="{urn:com.workday/bsvc}Pay_Run_Group_SelectionObjectType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<PayRunGroupSelectionObjectType> payRunGroupsAndOrPayGroupsReference
protected XMLGregorianCalendar paymentDateOnDateOrAfter
protected XMLGregorianCalendar paymentDateOnDateOrBefore
protected PaymentGroupObjectType paymentGroupReference
protected List<PeriodObjectType> periodsReference
Public Constructors
CheckPaymentsToPrintCriteriaType()
Public Methods
List<PayRunGroupSelectionObjectType> getPayRunGroupsAndOrPayGroupsReference()
Gets the value of the payRunGroupsAndOrPayGroupsReference property.
XMLGregorianCalendar getPaymentDateOnDateOrAfter()
Gets the value of the paymentDateOnDateOrAfter property.
XMLGregorianCalendar getPaymentDateOnDateOrBefore()
Gets the value of the paymentDateOnDateOrBefore property.
PaymentGroupObjectType getPaymentGroupReference()
Gets the value of the paymentGroupReference property.
List<PeriodObjectType> getPeriodsReference()
Gets the value of the periodsReference property.
void setPaymentDateOnDateOrAfter(XMLGregorianCalendar value)
Sets the value of the paymentDateOnDateOrAfter property.
void setPaymentDateOnDateOrBefore(XMLGregorianCalendar value)
Sets the value of the paymentDateOnDateOrBefore property.
void setPaymentGroupReference(PaymentGroupObjectType value)
Sets the value of the paymentGroupReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<PayRunGroupSelectionObjectType> payRunGroupsAndOrPayGroupsReference

protected XMLGregorianCalendar paymentDateOnDateOrAfter

protected XMLGregorianCalendar paymentDateOnDateOrBefore

protected PaymentGroupObjectType paymentGroupReference

protected List<PeriodObjectType> periodsReference

Public Constructors

public CheckPaymentsToPrintCriteriaType ()

Public Methods

public List<PayRunGroupSelectionObjectType> getPayRunGroupsAndOrPayGroupsReference ()

Gets the value of the payRunGroupsAndOrPayGroupsReference 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 payRunGroupsAndOrPayGroupsReference property.

For example, to add a new item, do as follows:

    getPayRunGroupsAndOrPayGroupsReference().add(newItem);
 

Objects of the following type(s) are allowed in the list PayRunGroupSelectionObjectType

public XMLGregorianCalendar getPaymentDateOnDateOrAfter ()

Gets the value of the paymentDateOnDateOrAfter property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getPaymentDateOnDateOrBefore ()

Gets the value of the paymentDateOnDateOrBefore property.

Returns
  • possible object is XMLGregorianCalendar

public PaymentGroupObjectType getPaymentGroupReference ()

Gets the value of the paymentGroupReference property.

Returns

public List<PeriodObjectType> getPeriodsReference ()

Gets the value of the periodsReference 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 periodsReference property.

For example, to add a new item, do as follows:

    getPeriodsReference().add(newItem);
 

Objects of the following type(s) are allowed in the list PeriodObjectType

public void setPaymentDateOnDateOrAfter (XMLGregorianCalendar value)

Sets the value of the paymentDateOnDateOrAfter property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPaymentDateOnDateOrBefore (XMLGregorianCalendar value)

Sets the value of the paymentDateOnDateOrBefore property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPaymentGroupReference (PaymentGroupObjectType value)

Sets the value of the paymentGroupReference property.

Parameters
value Allowed object is PaymentGroupObjectType