public class

EarningReferenceType

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

Class Overview

This is a name uniquely identifying an earning already established in the Workday Payroll system.

Java class for Earning_ReferenceType complex type.

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

 <complexType name="Earning_ReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Code">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="7"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String code
Public Constructors
EarningReferenceType()
Public Methods
String getCode()
Gets the value of the code property.
void setCode(String value)
Sets the value of the code property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String code

Public Constructors

public EarningReferenceType ()

Public Methods

public String getCode ()

Gets the value of the code property.

Returns
  • possible object is String

public void setCode (String value)

Sets the value of the code property.

Parameters
value Allowed object is String