| java.lang.Object | |
| ↳ | com.workday.payroll.WAIIFDeductionDataType |
Washington Industrial Insurance Fund Data: Contains position based Workers Compensation data
Java class for WA_IIF_Deduction_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WA_IIF_Deduction_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Payroll_Tax_Authority_Reference" type="{urn:com.workday/bsvc}Metadata_Payroll_WorktagObjectType" maxOccurs="unbounded"/>
<element name="Position_Reference" type="{urn:com.workday/bsvc}PositionObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Workers_Compensation_Code_Reference" type="{urn:com.workday/bsvc}Workers_Compensation_CodeObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Workers_Compensation_Rate_Reference" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="9"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Washington_Industrial_Insurance_Fund_QTD_Value" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Washington_Industrial_Insurance_Fund_YTD_Value" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| payrollTaxAuthorityReference | |||||||||||
| positionReference | |||||||||||
| washingtonIndustrialInsuranceFundQTDValue | |||||||||||
| washingtonIndustrialInsuranceFundYTDValue | |||||||||||
| workersCompensationCodeReference | |||||||||||
| workersCompensationRateReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the payrollTaxAuthorityReference property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Gets the value of the washingtonIndustrialInsuranceFundQTDValue property.
| |||||||||||
Gets the value of the washingtonIndustrialInsuranceFundYTDValue property.
| |||||||||||
Gets the value of the workersCompensationCodeReference property.
| |||||||||||
Gets the value of the workersCompensationRateReference property.
| |||||||||||
Sets the value of the payrollTaxAuthorityReference property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
Sets the value of the washingtonIndustrialInsuranceFundQTDValue property.
| |||||||||||
Sets the value of the washingtonIndustrialInsuranceFundYTDValue property.
| |||||||||||
Sets the value of the workersCompensationCodeReference property.
| |||||||||||
Sets the value of the workersCompensationRateReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the payrollTaxAuthorityReference 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 payrollTaxAuthorityReference property.
For example, to add a new item, do as follows:
getPayrollTaxAuthorityReference().add(newItem);
Objects of the following type(s) are allowed in the list
MetadataPayrollWorktagObjectType
Gets the value of the positionReference 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 positionReference property.
For example, to add a new item, do as follows:
getPositionReference().add(newItem);
Objects of the following type(s) are allowed in the list
PositionObjectType
Gets the value of the washingtonIndustrialInsuranceFundQTDValue property.
Gets the value of the washingtonIndustrialInsuranceFundYTDValue property.
Gets the value of the workersCompensationCodeReference 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 workersCompensationCodeReference property.
For example, to add a new item, do as follows:
getWorkersCompensationCodeReference().add(newItem);
Objects of the following type(s) are allowed in the list
WorkersCompensationCodeObjectType
Gets the value of the workersCompensationRateReference property.
Sets the value of the payrollTaxAuthorityReference property.
| payrollTaxAuthorityReference | Allowed object is
MetadataPayrollWorktagObjectType
|
|---|
Sets the value of the positionReference property.
| positionReference | Allowed object is
PositionObjectType
|
|---|
Sets the value of the washingtonIndustrialInsuranceFundQTDValue property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the washingtonIndustrialInsuranceFundYTDValue property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the workersCompensationCodeReference property.
| workersCompensationCodeReference | Allowed object is
WorkersCompensationCodeObjectType
|
|---|
Sets the value of the workersCompensationRateReference property.
| value | Allowed object is BigDecimal |
|---|