| java.lang.Object | |
| ↳ | com.workday.payroll.WorkerTaxElectionsType |
This Element contains Worker Tax Elections data.
Java class for Worker_Tax_ElectionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_Tax_ElectionsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Number_of_Allowances" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Marital_Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Exempted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| exempted | |||||||||||
| maritalStatus | |||||||||||
| numberOfAllowances | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the exempted property.
| |||||||||||
Gets the value of the maritalStatus property.
| |||||||||||
Gets the value of the numberOfAllowances property.
| |||||||||||
Sets the value of the exempted property.
| |||||||||||
Sets the value of the maritalStatus property.
| |||||||||||
Sets the value of the numberOfAllowances property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the exempted property. This getter has been renamed from isExempted() to getExempted() by cxf-xjc-boolean plugin.
Gets the value of the maritalStatus property.
Gets the value of the numberOfAllowances property.
Sets the value of the exempted property.
| value | Allowed object is Boolean |
|---|
Sets the value of the maritalStatus property.
| value | Allowed object is String |
|---|
Sets the value of the numberOfAllowances property.
| value | Allowed object is BigDecimal |
|---|