public class

PositionPayrollReportingCodeDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.PositionPayrollReportingCodeDataType

Class Overview

Contains each payroll reporting code for the position.

Java class for Position_Payroll_Reporting_Code_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Position_Payroll_Reporting_Code_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Payroll_Reporting_Code_Reference" type="{urn:com.workday/bsvc}Payroll_Reporting_Code__All_ObjectType"/>
         <element name="Code" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Formatted_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Payroll_Reporting_Type_Reference" type="{urn:com.workday/bsvc}Payroll_Reporting_TypeObjectType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String code
protected String formattedCode
protected String name
protected PayrollReportingCodeAllObjectType payrollReportingCodeReference
protected PayrollReportingTypeObjectType payrollReportingTypeReference
Public Constructors
PositionPayrollReportingCodeDataType()
Public Methods
String getCode()
Gets the value of the code property.
String getFormattedCode()
Gets the value of the formattedCode property.
String getName()
Gets the value of the name property.
PayrollReportingCodeAllObjectType getPayrollReportingCodeReference()
Gets the value of the payrollReportingCodeReference property.
PayrollReportingTypeObjectType getPayrollReportingTypeReference()
Gets the value of the payrollReportingTypeReference property.
void setCode(String value)
Sets the value of the code property.
void setFormattedCode(String value)
Sets the value of the formattedCode property.
void setName(String value)
Sets the value of the name property.
void setPayrollReportingCodeReference(PayrollReportingCodeAllObjectType value)
Sets the value of the payrollReportingCodeReference property.
void setPayrollReportingTypeReference(PayrollReportingTypeObjectType value)
Sets the value of the payrollReportingTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String code

protected String formattedCode

protected String name

protected PayrollReportingCodeAllObjectType payrollReportingCodeReference

protected PayrollReportingTypeObjectType payrollReportingTypeReference

Public Constructors

public PositionPayrollReportingCodeDataType ()

Public Methods

public String getCode ()

Gets the value of the code property.

Returns
  • possible object is String

public String getFormattedCode ()

Gets the value of the formattedCode property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public PayrollReportingCodeAllObjectType getPayrollReportingCodeReference ()

Gets the value of the payrollReportingCodeReference property.

Returns

public PayrollReportingTypeObjectType getPayrollReportingTypeReference ()

Gets the value of the payrollReportingTypeReference property.

Returns

public void setCode (String value)

Sets the value of the code property.

Parameters
value Allowed object is String

public void setFormattedCode (String value)

Sets the value of the formattedCode property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setPayrollReportingCodeReference (PayrollReportingCodeAllObjectType value)

Sets the value of the payrollReportingCodeReference property.

Parameters
value Allowed object is PayrollReportingCodeAllObjectType

public void setPayrollReportingTypeReference (PayrollReportingTypeObjectType value)

Sets the value of the payrollReportingTypeReference property.

Parameters
value Allowed object is PayrollReportingTypeObjectType