public class

QuarterlyTaxFilingConfigurationDataWrapperType

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

Class Overview

Wrapper element for Tax Filing Category Data.

Java class for Quarterly_Tax_Filing_Configuration_Data_WrapperType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Quarterly_Tax_Filing_Configuration_Data_WrapperType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Quarterly_Tax_Configuration_Data" type="{urn:com.workday/bsvc}Quarterly_Tax_Filing_Configuration_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<QuarterlyTaxFilingConfigurationDataType> quarterlyTaxConfigurationData
Public Constructors
QuarterlyTaxFilingConfigurationDataWrapperType()
Public Methods
List<QuarterlyTaxFilingConfigurationDataType> getQuarterlyTaxConfigurationData()
Gets the value of the quarterlyTaxConfigurationData property.
void setQuarterlyTaxConfigurationData(List<QuarterlyTaxFilingConfigurationDataType> quarterlyTaxConfigurationData)
Sets the value of the quarterlyTaxConfigurationData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<QuarterlyTaxFilingConfigurationDataType> quarterlyTaxConfigurationData

Public Constructors

public QuarterlyTaxFilingConfigurationDataWrapperType ()

Public Methods

public List<QuarterlyTaxFilingConfigurationDataType> getQuarterlyTaxConfigurationData ()

Gets the value of the quarterlyTaxConfigurationData 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 quarterlyTaxConfigurationData property.

For example, to add a new item, do as follows:

    getQuarterlyTaxConfigurationData().add(newItem);
 

Objects of the following type(s) are allowed in the list QuarterlyTaxFilingConfigurationDataType

public void setQuarterlyTaxConfigurationData (List<QuarterlyTaxFilingConfigurationDataType> quarterlyTaxConfigurationData)

Sets the value of the quarterlyTaxConfigurationData property.

Parameters
quarterlyTaxConfigurationData Allowed object is QuarterlyTaxFilingConfigurationDataType