| java.lang.Object | |
| ↳ | com.workday.payroll.QuarterlyTaxFilingConfigurationDataWrapperType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| quarterlyTaxConfigurationData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the quarterlyTaxConfigurationData property.
| |||||||||||
Sets the value of the quarterlyTaxConfigurationData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
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
Sets the value of the quarterlyTaxConfigurationData property.
| quarterlyTaxConfigurationData | Allowed object is
QuarterlyTaxFilingConfigurationDataType
|
|---|

