| java.lang.Object | |
| ↳ | com.workday.payrollinterface.TimeBlockCorrectionDataType |
Payee Time Tracking Correction Data
Java class for Time_Block_Correction_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Time_Block_Correction_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Time_Block_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Time_Block_Calculated_Quantity" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="14"/>
<fractionDigits value="2"/>
</restriction>
</simpleType>
</element>
<element name="Override_Rate" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="10"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
<element name="Worktag_Data" type="{urn:com.workday/bsvc}Worker_Time_Block_Worktag_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| currencyReference | |||||||||||
| overrideRate | |||||||||||
| timeBlockCalculatedQuantity | |||||||||||
| timeBlockDate | |||||||||||
| worktagData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the overrideRate property.
| |||||||||||
Gets the value of the timeBlockCalculatedQuantity property.
| |||||||||||
Gets the value of the timeBlockDate property.
| |||||||||||
Gets the value of the worktagData property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the overrideRate property.
| |||||||||||
Sets the value of the timeBlockCalculatedQuantity property.
| |||||||||||
Sets the value of the timeBlockDate property.
| |||||||||||
Sets the value of the worktagData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the overrideRate property.
Gets the value of the timeBlockCalculatedQuantity property.
Gets the value of the timeBlockDate property.
Gets the value of the worktagData 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 worktagData property.
For example, to add a new item, do as follows:
getWorktagData().add(newItem);
Objects of the following type(s) are allowed in the list
WorkerTimeBlockWorktagDataType
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the overrideRate property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the timeBlockCalculatedQuantity property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the timeBlockDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the worktagData property.
| worktagData | Allowed object is
WorkerTimeBlockWorktagDataType
|
|---|