public class

PayrollPayeeOngoingJurisdictionSplitsTaxElectionDataType

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

Class Overview

Element to hold Payroll Payee Ongoing Jurisdiction Splits Tax Election Data Information

Java class for Payroll_Payee_Ongoing_Jurisdiction_Splits_Tax_Election_DataType complex type.

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

 <complexType name="Payroll_Payee_Ongoing_Jurisdiction_Splits_Tax_Election_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="State_Reference" type="{urn:com.workday/bsvc}Payroll_State_AuthorityObjectType"/>
         <element name="County_Reference" type="{urn:com.workday/bsvc}Payroll_Local_County_AuthorityObjectType" minOccurs="0"/>
         <element name="City_Reference" type="{urn:com.workday/bsvc}Payroll_Local_City_AuthorityObjectType" minOccurs="0"/>
         <element name="Other_Reference" type="{urn:com.workday/bsvc}Payroll_Other_AuthorityObjectType" minOccurs="0"/>
         <element name="Allocation_Percent">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <minInclusive value="0"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal allocationPercent
protected PayrollLocalCityAuthorityObjectType cityReference
protected PayrollLocalCountyAuthorityObjectType countyReference
protected PayrollOtherAuthorityObjectType otherReference
protected PayrollStateAuthorityObjectType stateReference
Public Constructors
PayrollPayeeOngoingJurisdictionSplitsTaxElectionDataType()
Public Methods
BigDecimal getAllocationPercent()
Gets the value of the allocationPercent property.
PayrollLocalCityAuthorityObjectType getCityReference()
Gets the value of the cityReference property.
PayrollLocalCountyAuthorityObjectType getCountyReference()
Gets the value of the countyReference property.
PayrollOtherAuthorityObjectType getOtherReference()
Gets the value of the otherReference property.
PayrollStateAuthorityObjectType getStateReference()
Gets the value of the stateReference property.
void setAllocationPercent(BigDecimal value)
Sets the value of the allocationPercent property.
void setCityReference(PayrollLocalCityAuthorityObjectType value)
Sets the value of the cityReference property.
void setCountyReference(PayrollLocalCountyAuthorityObjectType value)
Sets the value of the countyReference property.
void setOtherReference(PayrollOtherAuthorityObjectType value)
Sets the value of the otherReference property.
void setStateReference(PayrollStateAuthorityObjectType value)
Sets the value of the stateReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal allocationPercent

protected PayrollLocalCityAuthorityObjectType cityReference

protected PayrollLocalCountyAuthorityObjectType countyReference

protected PayrollOtherAuthorityObjectType otherReference

protected PayrollStateAuthorityObjectType stateReference

Public Constructors

public PayrollPayeeOngoingJurisdictionSplitsTaxElectionDataType ()

Public Methods

public BigDecimal getAllocationPercent ()

Gets the value of the allocationPercent property.

Returns
  • possible object is BigDecimal

public PayrollLocalCityAuthorityObjectType getCityReference ()

Gets the value of the cityReference property.

Returns

public PayrollLocalCountyAuthorityObjectType getCountyReference ()

Gets the value of the countyReference property.

Returns

public PayrollOtherAuthorityObjectType getOtherReference ()

Gets the value of the otherReference property.

Returns

public PayrollStateAuthorityObjectType getStateReference ()

Gets the value of the stateReference property.

Returns

public void setAllocationPercent (BigDecimal value)

Sets the value of the allocationPercent property.

Parameters
value Allowed object is BigDecimal

public void setCityReference (PayrollLocalCityAuthorityObjectType value)

Sets the value of the cityReference property.

Parameters
value Allowed object is PayrollLocalCityAuthorityObjectType

public void setCountyReference (PayrollLocalCountyAuthorityObjectType value)

Sets the value of the countyReference property.

Parameters
value Allowed object is PayrollLocalCountyAuthorityObjectType

public void setOtherReference (PayrollOtherAuthorityObjectType value)

Sets the value of the otherReference property.

Parameters
value Allowed object is PayrollOtherAuthorityObjectType

public void setStateReference (PayrollStateAuthorityObjectType value)

Sets the value of the stateReference property.

Parameters
value Allowed object is PayrollStateAuthorityObjectType