public class

PayrollPayeeCountyElectionForStateAndLocalType

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

Class Overview

State County Tax Election Data

Java class for Payroll_Payee_County_Election_for_State_and_LocalType complex type.

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

 <complexType name="Payroll_Payee_County_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_County_Authority_Reference" type="{urn:com.workday/bsvc}Payroll_Local_AuthorityObjectType"/>
         <element name="County_Additional_Amount" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="18"/>
               <minInclusive value="0"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <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 countyAdditionalAmount
protected XMLGregorianCalendar effectiveDate
protected Boolean inactivateStateTax
protected PayrollLocalAuthorityObjectType payrollLocalCountyAuthorityReference
protected TaxAddressTypeObjectType taxAddressTypeReference
Public Constructors
PayrollPayeeCountyElectionForStateAndLocalType()
Public Methods
BigDecimal getCountyAdditionalAmount()
Gets the value of the countyAdditionalAmount property.
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
Boolean getInactivateStateTax()
Gets the value of the inactivateStateTax property.
PayrollLocalAuthorityObjectType getPayrollLocalCountyAuthorityReference()
Gets the value of the payrollLocalCountyAuthorityReference property.
TaxAddressTypeObjectType getTaxAddressTypeReference()
Gets the value of the taxAddressTypeReference property.
void setCountyAdditionalAmount(BigDecimal value)
Sets the value of the countyAdditionalAmount property.
void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
void setInactivateStateTax(Boolean value)
Sets the value of the inactivateStateTax property.
void setPayrollLocalCountyAuthorityReference(PayrollLocalAuthorityObjectType value)
Sets the value of the payrollLocalCountyAuthorityReference property.
void setTaxAddressTypeReference(TaxAddressTypeObjectType value)
Sets the value of the taxAddressTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal countyAdditionalAmount

protected XMLGregorianCalendar effectiveDate

protected Boolean inactivateStateTax

protected PayrollLocalAuthorityObjectType payrollLocalCountyAuthorityReference

protected TaxAddressTypeObjectType taxAddressTypeReference

Public Constructors

public PayrollPayeeCountyElectionForStateAndLocalType ()

Public Methods

public BigDecimal getCountyAdditionalAmount ()

Gets the value of the countyAdditionalAmount property.

Returns
  • possible object is BigDecimal

public XMLGregorianCalendar getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

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 PayrollLocalAuthorityObjectType getPayrollLocalCountyAuthorityReference ()

Gets the value of the payrollLocalCountyAuthorityReference property.

Returns

public TaxAddressTypeObjectType getTaxAddressTypeReference ()

Gets the value of the taxAddressTypeReference property.

Returns

public void setCountyAdditionalAmount (BigDecimal value)

Sets the value of the countyAdditionalAmount 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 setInactivateStateTax (Boolean value)

Sets the value of the inactivateStateTax property.

Parameters
value Allowed object is Boolean

public void setPayrollLocalCountyAuthorityReference (PayrollLocalAuthorityObjectType value)

Sets the value of the payrollLocalCountyAuthorityReference property.

Parameters
value Allowed object is PayrollLocalAuthorityObjectType

public void setTaxAddressTypeReference (TaxAddressTypeObjectType value)

Sets the value of the taxAddressTypeReference property.

Parameters
value Allowed object is TaxAddressTypeObjectType