public class

QuarterlyTaxFilingConfigurationDataWrapperType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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

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

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