| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PayeeOneTimePaymentDataType |
Payee One Time Payment information. This could be through external payroll input or through earnings which have the same start and end date or a start and end date within the same pay period.
Java class for Payee_One_Time_Payment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payee_One_Time_Payment_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Amount" type="{urn:com.workday/bsvc}Amount_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Costing_Worktag_Data" type="{urn:com.workday/bsvc}Costing_Worktag_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| costingWorktagData | |||||||||||
| date | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the costingWorktagData property.
| |||||||||||
Gets the value of the date property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the costingWorktagData property.
| |||||||||||
Sets the value of the date property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount 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 amount property.
For example, to add a new item, do as follows:
getAmount().add(newItem);
Objects of the following type(s) are allowed in the list
AmountDataType
Gets the value of the costingWorktagData 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 costingWorktagData property.
For example, to add a new item, do as follows:
getCostingWorktagData().add(newItem);
Objects of the following type(s) are allowed in the list
CostingWorktagDataType
Gets the value of the date property.
Sets the value of the amount property.
| amount | Allowed object is
AmountDataType
|
|---|
Sets the value of the costingWorktagData property.
| costingWorktagData | Allowed object is
CostingWorktagDataType
|
|---|
Sets the value of the date property.
| value | Allowed object is XMLGregorianCalendar |
|---|