public class

BalancePeriodDataForGetPayrollBalancesType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.BalancePeriodDataForGetPayrollBalancesType

Class Overview

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>
 

Summary

Fields
protected List<BalancePeriodDetailDataType> balancePeriodDetailData
protected XMLGregorianCalendar balancePeriodEndDate
protected String balancePeriodName
protected XMLGregorianCalendar balancePeriodStartDate
Public Constructors
BalancePeriodDataForGetPayrollBalancesType()
Public Methods
List<BalancePeriodDetailDataType> getBalancePeriodDetailData()
Gets the value of the balancePeriodDetailData property.
XMLGregorianCalendar getBalancePeriodEndDate()
Gets the value of the balancePeriodEndDate property.
String getBalancePeriodName()
Gets the value of the balancePeriodName property.
XMLGregorianCalendar getBalancePeriodStartDate()
Gets the value of the balancePeriodStartDate property.
void setBalancePeriodEndDate(XMLGregorianCalendar value)
Sets the value of the balancePeriodEndDate property.
void setBalancePeriodName(String value)
Sets the value of the balancePeriodName property.
void setBalancePeriodStartDate(XMLGregorianCalendar value)
Sets the value of the balancePeriodStartDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<BalancePeriodDetailDataType> balancePeriodDetailData

protected XMLGregorianCalendar balancePeriodEndDate

protected String balancePeriodName

protected XMLGregorianCalendar balancePeriodStartDate

Public Constructors

public BalancePeriodDataForGetPayrollBalancesType ()

Public Methods

public List<BalancePeriodDetailDataType> getBalancePeriodDetailData ()

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

public XMLGregorianCalendar getBalancePeriodEndDate ()

Gets the value of the balancePeriodEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getBalancePeriodName ()

Gets the value of the balancePeriodName property.

Returns
  • possible object is String

public XMLGregorianCalendar getBalancePeriodStartDate ()

Gets the value of the balancePeriodStartDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setBalancePeriodEndDate (XMLGregorianCalendar value)

Sets the value of the balancePeriodEndDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setBalancePeriodName (String value)

Sets the value of the balancePeriodName property.

Parameters
value Allowed object is String

public void setBalancePeriodStartDate (XMLGregorianCalendar value)

Sets the value of the balancePeriodStartDate property.

Parameters
value Allowed object is XMLGregorianCalendar