| java.lang.Object | |
| ↳ | workday.com.bsvc.CheckPaymentsToPrintCriteriaType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| payRunGroupsAndOrPayGroupsReference | |||||||||||
| paymentDateOnDateOrAfter | |||||||||||
| paymentDateOnDateOrBefore | |||||||||||
| paymentGroupReference | |||||||||||
| periodsReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the payRunGroupsAndOrPayGroupsReference property.
| |||||||||||
Gets the value of the paymentDateOnDateOrAfter property.
| |||||||||||
Gets the value of the paymentDateOnDateOrBefore property.
| |||||||||||
Gets the value of the paymentGroupReference property.
| |||||||||||
Gets the value of the periodsReference property.
| |||||||||||
Sets the value of the paymentDateOnDateOrAfter property.
| |||||||||||
Sets the value of the paymentDateOnDateOrBefore property.
| |||||||||||
Sets the value of the paymentGroupReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
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
Gets the value of the paymentDateOnDateOrAfter property.
Gets the value of the paymentDateOnDateOrBefore property.
Gets the value of the paymentGroupReference property.
PaymentGroupObjectType
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
Sets the value of the paymentDateOnDateOrAfter property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the paymentDateOnDateOrBefore property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the paymentGroupReference property.
| value | Allowed object is
PaymentGroupObjectType
|
|---|

