| java.lang.Object | |
| ↳ | com.workday.payroll.PayrollResultDetailDataType |
Payroll Result Detail Data element
Java class for Payroll_Result_Detail_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payroll_Result_Detail_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Employer_Paid" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Deduction_Reference" type="{urn:com.workday/bsvc}Payroll_CalculationObjectType"/>
<element name="Payroll_Tax_Authority_Reference" type="{urn:com.workday/bsvc}Payroll_Tax_AuthorityObjectType"/>
<element name="Work_PSD_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Resident_PSD_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Tax_Filing_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SUI_Rate" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Tax_Withheld" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="36"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Taxable_Wages" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Subject_Wages" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Gross_Wages" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Tip_Wages" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="QTD_Data" type="{urn:com.workday/bsvc}QTD_Tax_Filing_Data_for_Periodic_WorkerType" minOccurs="0"/>
<element name="YTD_Data" type="{urn:com.workday/bsvc}YTD_Tax_Filing_Data_for_Periodic_WorkerType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| deductionReference | |||||||||||
| employerPaid | |||||||||||
| grossWages | |||||||||||
| payrollTaxAuthorityReference | |||||||||||
| qtdData | |||||||||||
| residentPSDCode | |||||||||||
| subjectWages | |||||||||||
| suiRate | |||||||||||
| taxFilingCode | |||||||||||
| taxWithheld | |||||||||||
| taxableWages | |||||||||||
| tipWages | |||||||||||
| workPSDCode | |||||||||||
| ytdData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the deductionReference property.
| |||||||||||
Gets the value of the employerPaid property.
| |||||||||||
Gets the value of the grossWages property.
| |||||||||||
Gets the value of the payrollTaxAuthorityReference property.
| |||||||||||
Gets the value of the qtdData property.
| |||||||||||
Gets the value of the residentPSDCode property.
| |||||||||||
Gets the value of the suiRate property.
| |||||||||||
Gets the value of the subjectWages property.
| |||||||||||
Gets the value of the taxFilingCode property.
| |||||||||||
Gets the value of the taxWithheld property.
| |||||||||||
Gets the value of the taxableWages property.
| |||||||||||
Gets the value of the tipWages property.
| |||||||||||
Gets the value of the workPSDCode property.
| |||||||||||
Gets the value of the ytdData property.
| |||||||||||
Sets the value of the deductionReference property.
| |||||||||||
Sets the value of the employerPaid property.
| |||||||||||
Sets the value of the grossWages property.
| |||||||||||
Sets the value of the payrollTaxAuthorityReference property.
| |||||||||||
Sets the value of the qtdData property.
| |||||||||||
Sets the value of the residentPSDCode property.
| |||||||||||
Sets the value of the suiRate property.
| |||||||||||
Sets the value of the subjectWages property.
| |||||||||||
Sets the value of the taxFilingCode property.
| |||||||||||
Sets the value of the taxWithheld property.
| |||||||||||
Sets the value of the taxableWages property.
| |||||||||||
Sets the value of the tipWages property.
| |||||||||||
Sets the value of the workPSDCode property.
| |||||||||||
Sets the value of the ytdData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the deductionReference property.
PayrollCalculationObjectType
Gets the value of the employerPaid property. This getter has been renamed from isEmployerPaid() to getEmployerPaid() by cxf-xjc-boolean plugin.
Gets the value of the grossWages property.
Gets the value of the payrollTaxAuthorityReference property.
PayrollTaxAuthorityObjectType
Gets the value of the qtdData property.
QTDTaxFilingDataForPeriodicWorkerType
Gets the value of the residentPSDCode property.
Gets the value of the suiRate property.
Gets the value of the subjectWages property.
Gets the value of the taxFilingCode property.
Gets the value of the taxWithheld property.
Gets the value of the taxableWages property.
Gets the value of the tipWages property.
Gets the value of the workPSDCode property.
Gets the value of the ytdData property.
YTDTaxFilingDataForPeriodicWorkerType
Sets the value of the deductionReference property.
| value | Allowed object is
PayrollCalculationObjectType
|
|---|
Sets the value of the employerPaid property.
| value | Allowed object is Boolean |
|---|
Sets the value of the grossWages property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the payrollTaxAuthorityReference property.
| value | Allowed object is
PayrollTaxAuthorityObjectType
|
|---|
Sets the value of the qtdData property.
| value | Allowed object is
QTDTaxFilingDataForPeriodicWorkerType
|
|---|
Sets the value of the residentPSDCode property.
| value | Allowed object is String |
|---|
Sets the value of the suiRate property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the subjectWages property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the taxFilingCode property.
| value | Allowed object is String |
|---|
Sets the value of the taxWithheld property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the taxableWages property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the tipWages property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the workPSDCode property.
| value | Allowed object is String |
|---|
Sets the value of the ytdData property.
| value | Allowed object is
YTDTaxFilingDataForPeriodicWorkerType
|
|---|