public class

BalancePeriodDetailDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.BalancePeriodDetailDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal balanceAmount
protected CurrencyReferenceDataType currencyReference
protected List<PayrollWorktagDataType> worktagReference
Public Constructors
BalancePeriodDetailDataType()
Public Methods
BigDecimal getBalanceAmount()
Gets the value of the balanceAmount property.
CurrencyReferenceDataType getCurrencyReference()
Gets the value of the currencyReference property.
List<PayrollWorktagDataType> getWorktagReference()
Gets the value of the worktagReference property.
void setBalanceAmount(BigDecimal value)
Sets the value of the balanceAmount property.
void setCurrencyReference(CurrencyReferenceDataType value)
Sets the value of the currencyReference property.
void setWorktagReference(List<PayrollWorktagDataType> worktagReference)
Sets the value of the worktagReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal balanceAmount

protected CurrencyReferenceDataType currencyReference

protected List<PayrollWorktagDataType> worktagReference

Public Constructors

public BalancePeriodDetailDataType ()

Public Methods

public BigDecimal getBalanceAmount ()

Gets the value of the balanceAmount property.

Returns
  • possible object is BigDecimal

public CurrencyReferenceDataType getCurrencyReference ()

Gets the value of the currencyReference property.

Returns

public List<PayrollWorktagDataType> getWorktagReference ()

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

public void setBalanceAmount (BigDecimal value)

Sets the value of the balanceAmount property.

Parameters
value Allowed object is BigDecimal

public void setCurrencyReference (CurrencyReferenceDataType value)

Sets the value of the currencyReference property.

Parameters
value Allowed object is CurrencyReferenceDataType

public void setWorktagReference (List<PayrollWorktagDataType> worktagReference)

Sets the value of the worktagReference property.

Parameters
worktagReference Allowed object is PayrollWorktagDataType