public class

JobProfilePayRateDataType

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

Class Overview

Element containing Job Profile Pay Rate Data

Java class for Job_Profile_Pay_Rate_DataType complex type.

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

 <complexType name="Job_Profile_Pay_Rate_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType"/>
         <element name="Pay_Rate_Type_Reference" type="{urn:com.workday/bsvc}Pay_Rate_TypeObjectType" minOccurs="0"/>
       </sequence>
       <attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CountryObjectType countryReference
protected Boolean delete
protected PayRateTypeObjectType payRateTypeReference
Public Constructors
JobProfilePayRateDataType()
Public Methods
CountryObjectType getCountryReference()
Gets the value of the countryReference property.
PayRateTypeObjectType getPayRateTypeReference()
Gets the value of the payRateTypeReference property.
Boolean isDelete()
Gets the value of the delete property.
void setCountryReference(CountryObjectType value)
Sets the value of the countryReference property.
void setDelete(Boolean value)
Sets the value of the delete property.
void setPayRateTypeReference(PayRateTypeObjectType value)
Sets the value of the payRateTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CountryObjectType countryReference

protected Boolean delete

protected PayRateTypeObjectType payRateTypeReference

Public Constructors

public JobProfilePayRateDataType ()

Public Methods

public CountryObjectType getCountryReference ()

Gets the value of the countryReference property.

Returns

public PayRateTypeObjectType getPayRateTypeReference ()

Gets the value of the payRateTypeReference property.

Returns

public Boolean isDelete ()

Gets the value of the delete property.

Returns
  • possible object is Boolean

public void setCountryReference (CountryObjectType value)

Sets the value of the countryReference property.

Parameters
value Allowed object is CountryObjectType

public void setDelete (Boolean value)

Sets the value of the delete property.

Parameters
value Allowed object is Boolean

public void setPayRateTypeReference (PayRateTypeObjectType value)

Sets the value of the payRateTypeReference property.

Parameters
value Allowed object is PayRateTypeObjectType