| java.lang.Object | |
| ↳ | com.workday.hr.ContractDetailsDataType |
Encapsulating element containing all Contract Details data.
Java class for Contract_Details_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Contract_Details_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Contract_Pay_Rate" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="21"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Currency_Reference_Data" type="{urn:com.workday/bsvc}Currency_Reference_DataType" minOccurs="0"/>
<element name="Frequency_Reference_Data" type="{urn:com.workday/bsvc}Frequency_Reference_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Contract_Assignment_Details" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contractAssignmentDetails | |||||||||||
| contractPayRate | |||||||||||
| currencyReferenceData | |||||||||||
| frequencyReferenceData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the contractAssignmentDetails property.
| |||||||||||
Gets the value of the contractPayRate property.
| |||||||||||
Gets the value of the currencyReferenceData property.
| |||||||||||
Gets the value of the frequencyReferenceData property.
| |||||||||||
Sets the value of the contractAssignmentDetails property.
| |||||||||||
Sets the value of the contractPayRate property.
| |||||||||||
Sets the value of the currencyReferenceData property.
| |||||||||||
Sets the value of the frequencyReferenceData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the contractAssignmentDetails property.
Gets the value of the contractPayRate property.
Gets the value of the currencyReferenceData property.
CurrencyReferenceDataType
Gets the value of the frequencyReferenceData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the frequencyReferenceData property.
For example, to add a new item, do as follows:
getFrequencyReferenceData().add(newItem);
Objects of the following type(s) are allowed in the list
FrequencyReferenceDataType
Sets the value of the contractAssignmentDetails property.
| value | Allowed object is String |
|---|
Sets the value of the contractPayRate property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the currencyReferenceData property.
| value | Allowed object is
CurrencyReferenceDataType
|
|---|
Sets the value of the frequencyReferenceData property.
| frequencyReferenceData | Allowed object is
FrequencyReferenceDataType
|
|---|