| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PayeeDailyCalculatedTimeSummaryDataType |
Payee Time Tracking Data
Java class for Payee_Daily_Calculated_Time_Summary_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payee_Daily_Calculated_Time_Summary_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Daily_Summary_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Total_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"/>
<minInclusive value="0"/>
<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 | |||||||||||
| dailySummaryStartDate | |||||||||||
| overrideRate | |||||||||||
| totalCalculatedQuantity | |||||||||||
| worktagData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the dailySummaryStartDate property.
| |||||||||||
Gets the value of the overrideRate property.
| |||||||||||
Gets the value of the totalCalculatedQuantity property.
| |||||||||||
Gets the value of the worktagData property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the dailySummaryStartDate property.
| |||||||||||
Sets the value of the overrideRate property.
| |||||||||||
Sets the value of the totalCalculatedQuantity 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 dailySummaryStartDate property.
Gets the value of the overrideRate property.
Gets the value of the totalCalculatedQuantity 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 dailySummaryStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the overrideRate property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the totalCalculatedQuantity property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the worktagData property.
| worktagData | Allowed object is
WorkerTimeBlockWorktagDataType
|
|---|