| java.lang.Object | |
| ↳ | com.workday.payroll.BalancePeriodDataForGetPayrollBalancesType |
Balance Period Data for Payroll Balances
Java class for Balance_Period_Data_for_Get_Payroll_BalancesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Balance_Period_Data_for_Get_Payroll_BalancesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Balance_Period_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Balance_Period_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Balance_Period_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Balance_Period_Detail_Data" type="{urn:com.workday/bsvc}Balance_Period_Detail_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| balancePeriodDetailData | |||||||||||
| balancePeriodEndDate | |||||||||||
| balancePeriodName | |||||||||||
| balancePeriodStartDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the balancePeriodDetailData property.
| |||||||||||
Gets the value of the balancePeriodEndDate property.
| |||||||||||
Gets the value of the balancePeriodName property.
| |||||||||||
Gets the value of the balancePeriodStartDate property.
| |||||||||||
Sets the value of the balancePeriodDetailData property.
| |||||||||||
Sets the value of the balancePeriodEndDate property.
| |||||||||||
Sets the value of the balancePeriodName property.
| |||||||||||
Sets the value of the balancePeriodStartDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the balancePeriodDetailData 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 balancePeriodDetailData property.
For example, to add a new item, do as follows:
getBalancePeriodDetailData().add(newItem);
Objects of the following type(s) are allowed in the list
BalancePeriodDetailDataType
Gets the value of the balancePeriodEndDate property.
Gets the value of the balancePeriodName property.
Gets the value of the balancePeriodStartDate property.
Sets the value of the balancePeriodDetailData property.
| balancePeriodDetailData | Allowed object is
BalancePeriodDetailDataType
|
|---|
Sets the value of the balancePeriodEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the balancePeriodName property.
| value | Allowed object is String |
|---|
Sets the value of the balancePeriodStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|