public class

JobProfilePayRateOldDataType

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

Class Overview

Encapsulating element containing all Job Profile Pay Rate data.

Java class for Job_Profile_Pay_Rate_Old_DataType complex type.

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

 <complexType name="Job_Profile_Pay_Rate_Old_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Country_Reference" type="{urn:com.workday/bsvc}Country_ReferenceType"/>
         <element name="Pay_Rate_Type_Reference" type="{urn:com.workday/bsvc}Pay_Rate_Type_ReferenceType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CountryReferenceType countryReference
protected PayRateTypeReferenceType payRateTypeReference
Public Constructors
JobProfilePayRateOldDataType()
Public Methods
CountryReferenceType getCountryReference()
Gets the value of the countryReference property.
PayRateTypeReferenceType getPayRateTypeReference()
Gets the value of the payRateTypeReference property.
void setCountryReference(CountryReferenceType value)
Sets the value of the countryReference property.
void setPayRateTypeReference(PayRateTypeReferenceType value)
Sets the value of the payRateTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CountryReferenceType countryReference

protected PayRateTypeReferenceType payRateTypeReference

Public Constructors

public JobProfilePayRateOldDataType ()

Public Methods

public CountryReferenceType getCountryReference ()

Gets the value of the countryReference property.

Returns

public PayRateTypeReferenceType getPayRateTypeReference ()

Gets the value of the payRateTypeReference property.

Returns

public void setCountryReference (CountryReferenceType value)

Sets the value of the countryReference property.

Parameters
value Allowed object is CountryReferenceType

public void setPayRateTypeReference (PayRateTypeReferenceType value)

Sets the value of the payRateTypeReference property.

Parameters
value Allowed object is PayRateTypeReferenceType