| java.lang.Object | |
| ↳ | workday.com.bsvc.WorkerPayrollReportingCodeDataType |
This element contains Worker Payroll Reporting Code Data.
Java class for Worker_Payroll_Reporting_Code_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_Payroll_Reporting_Code_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Payroll_Reporting_Type_Reference" type="{urn:com.workday/bsvc}Payroll_Reporting_TypeObjectType" minOccurs="0"/>
<element name="Payroll_Reporting_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Formatted_Payroll_Reporting_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| formattedPayrollReportingCode | |||||||||||
| payrollReportingCode | |||||||||||
| payrollReportingTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the formattedPayrollReportingCode property.
| |||||||||||
Gets the value of the payrollReportingCode property.
| |||||||||||
Gets the value of the payrollReportingTypeReference property.
| |||||||||||
Sets the value of the formattedPayrollReportingCode property.
| |||||||||||
Sets the value of the payrollReportingCode property.
| |||||||||||
Sets the value of the payrollReportingTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the formattedPayrollReportingCode property.
Gets the value of the payrollReportingCode property.
Gets the value of the payrollReportingTypeReference property.
PayrollReportingTypeObjectType
Sets the value of the formattedPayrollReportingCode property.
| value | Allowed object is String |
|---|
Sets the value of the payrollReportingCode property.
| value | Allowed object is String |
|---|
Sets the value of the payrollReportingTypeReference property.
| value | Allowed object is
PayrollReportingTypeObjectType
|
|---|

