public class

PayRateTypeReferenceType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.PayRateTypeReferenceType

Class Overview

Reference element representing a unique instance of Pay Rate Type.

Java class for Pay_Rate_Type_ReferenceType complex type.

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

 <complexType name="Pay_Rate_Type_ReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Pay_Type_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String payTypeName
Public Constructors
PayRateTypeReferenceType()
Public Methods
String getPayTypeName()
Gets the value of the payTypeName property.
void setPayTypeName(String value)
Sets the value of the payTypeName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String payTypeName

Public Constructors

public PayRateTypeReferenceType ()

Public Methods

public String getPayTypeName ()

Gets the value of the payTypeName property.

Returns
  • possible object is String

public void setPayTypeName (String value)

Sets the value of the payTypeName property.

Parameters
value Allowed object is String