public class

PayrollPayeeCityElectionForStateAndLocalType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.PayrollPayeeCityElectionForStateAndLocalType

Class Overview

Local City Tax Election

Java class for Payroll_Payee_City_Election_for_State_and_LocalType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Payroll_Payee_City_Election_for_State_and_LocalType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Tax_Address_Type_Reference" type="{urn:com.workday/bsvc}Tax_Address_TypeObjectType"/>
         <element name="Payroll_Local_City_Authority_Reference" type="{urn:com.workday/bsvc}Payroll_Local_AuthorityObjectType" minOccurs="0"/>
         <element name="Exemptions" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="5"/>
               <minInclusive value="0"/>
               <fractionDigits value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Withholding_Percent_Reference" type="{urn:com.workday/bsvc}Payroll_Constant_PercentObjectType" minOccurs="0"/>
         <element name="Previous_Employer_Deducted_Amount" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="14"/>
               <minInclusive value="0"/>
               <fractionDigits value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Additional_Amount" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="8"/>
               <minInclusive value="0"/>
               <fractionDigits value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Low_Income_Threshold" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <minInclusive value="0"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Exempt" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Exempt_Reason_Reference" type="{urn:com.workday/bsvc}Payroll_Constant_TextObjectType" minOccurs="0"/>
         <element name="Inactivate_State_Tax" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal additionalAmount
protected XMLGregorianCalendar effectiveDate
protected Boolean exempt
protected PayrollConstantTextObjectType exemptReasonReference
protected BigDecimal exemptions
protected Boolean inactivateStateTax
protected BigDecimal lowIncomeThreshold
protected PayrollLocalAuthorityObjectType payrollLocalCityAuthorityReference
protected BigDecimal previousEmployerDeductedAmount
protected TaxAddressTypeObjectType taxAddressTypeReference
protected PayrollConstantPercentObjectType withholdingPercentReference
Public Constructors
PayrollPayeeCityElectionForStateAndLocalType()
Public Methods
BigDecimal getAdditionalAmount()
Gets the value of the additionalAmount property.
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
Boolean getExempt()
Gets the value of the exempt property.
PayrollConstantTextObjectType getExemptReasonReference()
Gets the value of the exemptReasonReference property.
BigDecimal getExemptions()
Gets the value of the exemptions property.
Boolean getInactivateStateTax()
Gets the value of the inactivateStateTax property.
BigDecimal getLowIncomeThreshold()
Gets the value of the lowIncomeThreshold property.
PayrollLocalAuthorityObjectType getPayrollLocalCityAuthorityReference()
Gets the value of the payrollLocalCityAuthorityReference property.
BigDecimal getPreviousEmployerDeductedAmount()
Gets the value of the previousEmployerDeductedAmount property.
TaxAddressTypeObjectType getTaxAddressTypeReference()
Gets the value of the taxAddressTypeReference property.
PayrollConstantPercentObjectType getWithholdingPercentReference()
Gets the value of the withholdingPercentReference property.
void setAdditionalAmount(BigDecimal value)
Sets the value of the additionalAmount property.
void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
void setExempt(Boolean value)
Sets the value of the exempt property.
void setExemptReasonReference(PayrollConstantTextObjectType value)
Sets the value of the exemptReasonReference property.
void setExemptions(BigDecimal value)
Sets the value of the exemptions property.
void setInactivateStateTax(Boolean value)
Sets the value of the inactivateStateTax property.
void setLowIncomeThreshold(BigDecimal value)
Sets the value of the lowIncomeThreshold property.
void setPayrollLocalCityAuthorityReference(PayrollLocalAuthorityObjectType value)
Sets the value of the payrollLocalCityAuthorityReference property.
void setPreviousEmployerDeductedAmount(BigDecimal value)
Sets the value of the previousEmployerDeductedAmount property.
void setTaxAddressTypeReference(TaxAddressTypeObjectType value)
Sets the value of the taxAddressTypeReference property.
void setWithholdingPercentReference(PayrollConstantPercentObjectType value)
Sets the value of the withholdingPercentReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal additionalAmount

protected XMLGregorianCalendar effectiveDate

protected Boolean exempt

protected PayrollConstantTextObjectType exemptReasonReference

protected BigDecimal exemptions

protected Boolean inactivateStateTax

protected BigDecimal lowIncomeThreshold

protected PayrollLocalAuthorityObjectType payrollLocalCityAuthorityReference

protected BigDecimal previousEmployerDeductedAmount

protected TaxAddressTypeObjectType taxAddressTypeReference

protected PayrollConstantPercentObjectType withholdingPercentReference

Public Constructors

public PayrollPayeeCityElectionForStateAndLocalType ()

Public Methods

public BigDecimal getAdditionalAmount ()

Gets the value of the additionalAmount property.

Returns
  • possible object is BigDecimal

public XMLGregorianCalendar getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public Boolean getExempt ()

Gets the value of the exempt property. This getter has been renamed from isExempt() to getExempt() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public PayrollConstantTextObjectType getExemptReasonReference ()

Gets the value of the exemptReasonReference property.

Returns

public BigDecimal getExemptions ()

Gets the value of the exemptions property.

Returns
  • possible object is BigDecimal

public Boolean getInactivateStateTax ()

Gets the value of the inactivateStateTax property. This getter has been renamed from isInactivateStateTax() to getInactivateStateTax() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public BigDecimal getLowIncomeThreshold ()

Gets the value of the lowIncomeThreshold property.

Returns
  • possible object is BigDecimal

public PayrollLocalAuthorityObjectType getPayrollLocalCityAuthorityReference ()

Gets the value of the payrollLocalCityAuthorityReference property.

Returns

public BigDecimal getPreviousEmployerDeductedAmount ()

Gets the value of the previousEmployerDeductedAmount property.

Returns
  • possible object is BigDecimal

public TaxAddressTypeObjectType getTaxAddressTypeReference ()

Gets the value of the taxAddressTypeReference property.

Returns

public PayrollConstantPercentObjectType getWithholdingPercentReference ()

Gets the value of the withholdingPercentReference property.

Returns

public void setAdditionalAmount (BigDecimal value)

Sets the value of the additionalAmount property.

Parameters
value Allowed object is BigDecimal

public void setEffectiveDate (XMLGregorianCalendar value)

Sets the value of the effectiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setExempt (Boolean value)

Sets the value of the exempt property.

Parameters
value Allowed object is Boolean

public void setExemptReasonReference (PayrollConstantTextObjectType value)

Sets the value of the exemptReasonReference property.

Parameters
value Allowed object is PayrollConstantTextObjectType

public void setExemptions (BigDecimal value)

Sets the value of the exemptions property.

Parameters
value Allowed object is BigDecimal

public void setInactivateStateTax (Boolean value)

Sets the value of the inactivateStateTax property.

Parameters
value Allowed object is Boolean

public void setLowIncomeThreshold (BigDecimal value)

Sets the value of the lowIncomeThreshold property.

Parameters
value Allowed object is BigDecimal

public void setPayrollLocalCityAuthorityReference (PayrollLocalAuthorityObjectType value)

Sets the value of the payrollLocalCityAuthorityReference property.

Parameters
value Allowed object is PayrollLocalAuthorityObjectType

public void setPreviousEmployerDeductedAmount (BigDecimal value)

Sets the value of the previousEmployerDeductedAmount property.

Parameters
value Allowed object is BigDecimal

public void setTaxAddressTypeReference (TaxAddressTypeObjectType value)

Sets the value of the taxAddressTypeReference property.

Parameters
value Allowed object is TaxAddressTypeObjectType

public void setWithholdingPercentReference (PayrollConstantPercentObjectType value)

Sets the value of the withholdingPercentReference property.

Parameters
value Allowed object is PayrollConstantPercentObjectType