public class

WorkerPayrollReportingCodeDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.WorkerPayrollReportingCodeDataType

Class Overview

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>
 

Summary

Fields
protected String formattedPayrollReportingCode
protected String payrollReportingCode
protected PayrollReportingTypeObjectType payrollReportingTypeReference
Public Constructors
WorkerPayrollReportingCodeDataType()
Public Methods
String getFormattedPayrollReportingCode()
Gets the value of the formattedPayrollReportingCode property.
String getPayrollReportingCode()
Gets the value of the payrollReportingCode property.
PayrollReportingTypeObjectType getPayrollReportingTypeReference()
Gets the value of the payrollReportingTypeReference property.
void setFormattedPayrollReportingCode(String value)
Sets the value of the formattedPayrollReportingCode property.
void setPayrollReportingCode(String value)
Sets the value of the payrollReportingCode property.
void setPayrollReportingTypeReference(PayrollReportingTypeObjectType value)
Sets the value of the payrollReportingTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String formattedPayrollReportingCode

protected String payrollReportingCode

protected PayrollReportingTypeObjectType payrollReportingTypeReference

Public Constructors

public WorkerPayrollReportingCodeDataType ()

Public Methods

public String getFormattedPayrollReportingCode ()

Gets the value of the formattedPayrollReportingCode property.

Returns
  • possible object is String

public String getPayrollReportingCode ()

Gets the value of the payrollReportingCode property.

Returns
  • possible object is String

public PayrollReportingTypeObjectType getPayrollReportingTypeReference ()

Gets the value of the payrollReportingTypeReference property.

Returns

public void setFormattedPayrollReportingCode (String value)

Sets the value of the formattedPayrollReportingCode property.

Parameters
value Allowed object is String

public void setPayrollReportingCode (String value)

Sets the value of the payrollReportingCode property.

Parameters
value Allowed object is String

public void setPayrollReportingTypeReference (PayrollReportingTypeObjectType value)

Sets the value of the payrollReportingTypeReference property.

Parameters
value Allowed object is PayrollReportingTypeObjectType