| java.lang.Object | |
| ↳ | workday.com.bsvc.BalancePeriodDetailDataType |
Balance Period Detail Data
Java class for Balance_Period_Detail_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Balance_Period_Detail_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Worktag_Reference" type="{urn:com.workday/bsvc}Payroll_Worktag_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Balance_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Currency_Reference" type="{urn:com.workday/bsvc}Currency_Reference_DataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| balanceAmount | |||||||||||
| currencyReference | |||||||||||
| worktagReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the balanceAmount property.
| |||||||||||
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the worktagReference property.
| |||||||||||
Sets the value of the balanceAmount property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the balanceAmount property.
Gets the value of the currencyReference property.
CurrencyReferenceDataType
Gets the value of the worktagReference 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 worktagReference property.
For example, to add a new item, do as follows:
getWorktagReference().add(newItem);
Objects of the following type(s) are allowed in the list
PayrollWorktagDataType
Sets the value of the balanceAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyReferenceDataType
|
|---|

