| java.lang.Object | |
| ↳ | com.workday.payroll.StateTaxLevyOrderDataType |
State Tax Levy Order Data
Java class for State_Tax_Levy_Order_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="State_Tax_Levy_Order_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Number_of_Dependents" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="2"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Worker_is_Laborer_or_Mechanic" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="State_Tax_Levy_Federal_Data" type="{urn:com.workday/bsvc}State_Tax_Levy_Federal_DataType" minOccurs="0"/>
<element name="State_Tax_Levy_Dependant_Reference" type="{urn:com.workday/bsvc}Federal_Tax_Levy_Dependent_ReferenceType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| numberOfDependents | |||||||||||
| stateTaxLevyDependantReference | |||||||||||
| stateTaxLevyFederalData | |||||||||||
| workerIsLaborerOrMechanic | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the numberOfDependents property.
| |||||||||||
Gets the value of the stateTaxLevyDependantReference property.
| |||||||||||
Gets the value of the stateTaxLevyFederalData property.
| |||||||||||
Gets the value of the workerIsLaborerOrMechanic property.
| |||||||||||
Sets the value of the numberOfDependents property.
| |||||||||||
Sets the value of the stateTaxLevyDependantReference property.
| |||||||||||
Sets the value of the stateTaxLevyFederalData property.
| |||||||||||
Sets the value of the workerIsLaborerOrMechanic property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the numberOfDependents property.
Gets the value of the stateTaxLevyDependantReference 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 stateTaxLevyDependantReference property.
For example, to add a new item, do as follows:
getStateTaxLevyDependantReference().add(newItem);
Objects of the following type(s) are allowed in the list
FederalTaxLevyDependentReferenceType
Gets the value of the stateTaxLevyFederalData property.
StateTaxLevyFederalDataType
Gets the value of the workerIsLaborerOrMechanic property. This getter has been renamed from isWorkerIsLaborerOrMechanic() to getWorkerIsLaborerOrMechanic() by cxf-xjc-boolean plugin.
Sets the value of the numberOfDependents property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the stateTaxLevyDependantReference property.
| stateTaxLevyDependantReference | Allowed object is
FederalTaxLevyDependentReferenceType
|
|---|
Sets the value of the stateTaxLevyFederalData property.
| value | Allowed object is
StateTaxLevyFederalDataType
|
|---|
Sets the value of the workerIsLaborerOrMechanic property.
| value | Allowed object is Boolean |
|---|