| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PayeeTaxWithholdingDataType |
Payee Tax Withholding Data
Java class for Payee_Tax_Withholding_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payee_Tax_Withholding_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Payee_T1_Withholding_Data" type="{urn:com.workday/bsvc}Payee_T1_Withholding_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Payee_W-4_Withholding_Data" type="{urn:com.workday/bsvc}Payee_W-4_Withholding_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| payeeT1WithholdingData | |||||||||||
| payeeW4WithholdingData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the payeeT1WithholdingData property.
| |||||||||||
Gets the value of the payeeW4WithholdingData property.
| |||||||||||
Sets the value of the payeeT1WithholdingData property.
| |||||||||||
Sets the value of the payeeW4WithholdingData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the payeeT1WithholdingData 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 payeeT1WithholdingData property.
For example, to add a new item, do as follows:
getPayeeT1WithholdingData().add(newItem);
Objects of the following type(s) are allowed in the list
PayeeT1WithholdingDataType
Gets the value of the payeeW4WithholdingData 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 payeeW4WithholdingData property.
For example, to add a new item, do as follows:
getPayeeW4WithholdingData().add(newItem);
Objects of the following type(s) are allowed in the list
PayeeW4WithholdingDataType
Sets the value of the payeeT1WithholdingData property.
| payeeT1WithholdingData | Allowed object is
PayeeT1WithholdingDataType
|
|---|
Sets the value of the payeeW4WithholdingData property.
| payeeW4WithholdingData | Allowed object is
PayeeW4WithholdingDataType
|
|---|