| java.lang.Object | |
| ↳ | com.workday.staffing.ReviewPayrollInterfaceDataType |
Wrapper element for Review Payroll Interface business process event via a web service.
Java class for Review_Payroll_Interface_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Review_Payroll_Interface_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="External_Pay_Group_Reference" type="{urn:com.workday/bsvc}External_Pay_GroupObjectType" minOccurs="0"/>
<element name="Pay_Frequency_Reference" type="{urn:com.workday/bsvc}FrequencyObjectType" minOccurs="0"/>
<element name="External_Payroll_Employee_Type_Reference" type="{urn:com.workday/bsvc}External_Payroll_Employee_TypeObjectType" minOccurs="0"/>
<element name="Payroll_File_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Review_Payroll_Interface_Event_Sub_Process" type="{urn:com.workday/bsvc}Review_Payroll_Interface_Data_Extract_Business_Sub_ProcessType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| externalPayGroupReference | |||||||||||
| externalPayrollEmployeeTypeReference | |||||||||||
| payFrequencyReference | |||||||||||
| payrollFileNumber | |||||||||||
| reviewPayrollInterfaceEventSubProcess | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the externalPayGroupReference property.
| |||||||||||
Gets the value of the externalPayrollEmployeeTypeReference property.
| |||||||||||
Gets the value of the payFrequencyReference property.
| |||||||||||
Gets the value of the payrollFileNumber property.
| |||||||||||
Gets the value of the reviewPayrollInterfaceEventSubProcess property.
| |||||||||||
Sets the value of the externalPayGroupReference property.
| |||||||||||
Sets the value of the externalPayrollEmployeeTypeReference property.
| |||||||||||
Sets the value of the payFrequencyReference property.
| |||||||||||
Sets the value of the payrollFileNumber property.
| |||||||||||
Sets the value of the reviewPayrollInterfaceEventSubProcess property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the externalPayGroupReference property.
ExternalPayGroupObjectType
Gets the value of the externalPayrollEmployeeTypeReference property.
ExternalPayrollEmployeeTypeObjectType
Gets the value of the payFrequencyReference property.
FrequencyObjectType
Gets the value of the payrollFileNumber property.
Gets the value of the reviewPayrollInterfaceEventSubProcess property.
ReviewPayrollInterfaceDataExtractBusinessSubProcessType
Sets the value of the externalPayGroupReference property.
| value | Allowed object is
ExternalPayGroupObjectType
|
|---|
Sets the value of the externalPayrollEmployeeTypeReference property.
| value | Allowed object is
ExternalPayrollEmployeeTypeObjectType
|
|---|
Sets the value of the payFrequencyReference property.
| value | Allowed object is
FrequencyObjectType
|
|---|
Sets the value of the payrollFileNumber property.
| value | Allowed object is String |
|---|
Sets the value of the reviewPayrollInterfaceEventSubProcess property.
| value | Allowed object is
ReviewPayrollInterfaceDataExtractBusinessSubProcessType
|
|---|