| java.lang.Object | |
| ↳ | workday.com.bsvc.CompanyPaymentDatesRequestCriteriaType |
Payment Dates for Comapny and Date Range Request Criteria element
Java class for Company_Payment_Dates_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Company_Payment_Dates_Request_CriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Company_Reference" type="{urn:com.workday/bsvc}CompanyObjectType"/>
<element name="Result_Completed_From" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Result_Completed_To" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| companyReference | |||||||||||
| resultCompletedFrom | |||||||||||
| resultCompletedTo | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the companyReference property.
| |||||||||||
Gets the value of the resultCompletedFrom property.
| |||||||||||
Gets the value of the resultCompletedTo property.
| |||||||||||
Sets the value of the companyReference property.
| |||||||||||
Sets the value of the resultCompletedFrom property.
| |||||||||||
Sets the value of the resultCompletedTo property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the companyReference property.
CompanyObjectType
Gets the value of the resultCompletedFrom property.
Gets the value of the resultCompletedTo property.
Sets the value of the companyReference property.
| value | Allowed object is
CompanyObjectType
|
|---|
Sets the value of the resultCompletedFrom property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the resultCompletedTo property.
| value | Allowed object is XMLGregorianCalendar |
|---|

