public class

JobProfilePayRateDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.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

Constants
long serialVersionUID
Fields
protected CountryObjectType countryReference
protected Boolean delete
protected PayRateTypeObjectType payRateTypeReference
Public Constructors
JobProfilePayRateDataType()
Public Methods
CountryObjectType getCountryReference()
Gets the value of the countryReference property.
Boolean getDelete()
Gets the value of the delete property.
PayRateTypeObjectType getPayRateTypeReference()
Gets the value of the payRateTypeReference 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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

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 Boolean getDelete ()

Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public PayRateTypeObjectType getPayRateTypeReference ()

Gets the value of the payRateTypeReference property.

Returns

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