| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PositionPayrollReportingCodeDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| code | |||||||||||
| formattedCode | |||||||||||
| name | |||||||||||
| payrollReportingCodeReference | |||||||||||
| payrollReportingTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the code property.
| |||||||||||
Gets the value of the formattedCode property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the payrollReportingCodeReference property.
| |||||||||||
Gets the value of the payrollReportingTypeReference property.
| |||||||||||
Sets the value of the code property.
| |||||||||||
Sets the value of the formattedCode property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the payrollReportingCodeReference property.
| |||||||||||
Sets the value of the payrollReportingTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the code property.
Gets the value of the formattedCode property.
Gets the value of the name property.
Gets the value of the payrollReportingCodeReference property.
PayrollReportingCodeAllObjectType
Gets the value of the payrollReportingTypeReference property.
PayrollReportingTypeObjectType
Sets the value of the code property.
| value | Allowed object is String |
|---|
Sets the value of the formattedCode property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the payrollReportingCodeReference property.
| value | Allowed object is
PayrollReportingCodeAllObjectType
|
|---|
Sets the value of the payrollReportingTypeReference property.
| value | Allowed object is
PayrollReportingTypeObjectType
|
|---|