public class

DeductionReferenceType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.DeductionReferenceType

Class Overview

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

Java class for Deduction_ReferenceType complex type.

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

 <complexType name="Deduction_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="20"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String code
Public Constructors
DeductionReferenceType()
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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String code

Public Constructors

public DeductionReferenceType ()

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