| java.lang.Object | |
| ↳ | com.workday.hr.JobProfilePayRateDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| countryReference | |||||||||||
| delete | |||||||||||
| payRateTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the countryReference property.
| |||||||||||
Gets the value of the delete property.
| |||||||||||
Gets the value of the payRateTypeReference property.
| |||||||||||
Sets the value of the countryReference property.
| |||||||||||
Sets the value of the delete property.
| |||||||||||
Sets the value of the payRateTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the countryReference property.
CountryObjectType
Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.
Gets the value of the payRateTypeReference property.
PayRateTypeObjectType
Sets the value of the countryReference property.
| value | Allowed object is
CountryObjectType
|
|---|
Sets the value of the delete property.
| value | Allowed object is Boolean |
|---|
Sets the value of the payRateTypeReference property.
| value | Allowed object is
PayRateTypeObjectType
|
|---|

