| java.lang.Object | |
| ↳ | workday.com.bsvc.PeriodicTaxFilingDataRequestCriteriaType |
Request Criteria for Periodic Worker Tax Filing Data
Java class for Periodic_Tax_Filing_Data_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Periodic_Tax_Filing_Data_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" minOccurs="0"/>
<element name="Result_Completed_To" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Pay_Group_Reference" type="{urn:com.workday/bsvc}Pay_GroupObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Period_Reference" type="{urn:com.workday/bsvc}PeriodObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Payment_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| companyReference | |||||||||||
| payGroupReference | |||||||||||
| paymentDate | |||||||||||
| periodReference | |||||||||||
| resultCompletedFrom | |||||||||||
| resultCompletedTo | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the companyReference property.
| |||||||||||
Gets the value of the payGroupReference property.
| |||||||||||
Gets the value of the paymentDate property.
| |||||||||||
Gets the value of the periodReference 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 paymentDate 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 payGroupReference 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 payGroupReference property.
For example, to add a new item, do as follows:
getPayGroupReference().add(newItem);
Objects of the following type(s) are allowed in the list
PayGroupObjectType
Gets the value of the paymentDate property.
Gets the value of the periodReference 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 periodReference property.
For example, to add a new item, do as follows:
getPeriodReference().add(newItem);
Objects of the following type(s) are allowed in the list
PeriodObjectType
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 paymentDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the resultCompletedFrom property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the resultCompletedTo property.
| value | Allowed object is XMLGregorianCalendar |
|---|

