| java.lang.Object | |
| ↳ | com.workday.payroll.PayrollPayeeOngoingJurisdictionSplitsTaxElectionDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| allocationPercent | |||||||||||
| cityReference | |||||||||||
| countyReference | |||||||||||
| otherReference | |||||||||||
| stateReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the allocationPercent property.
| |||||||||||
Gets the value of the cityReference property.
| |||||||||||
Gets the value of the countyReference property.
| |||||||||||
Gets the value of the otherReference property.
| |||||||||||
Gets the value of the stateReference property.
| |||||||||||
Sets the value of the allocationPercent property.
| |||||||||||
Sets the value of the cityReference property.
| |||||||||||
Sets the value of the countyReference property.
| |||||||||||
Sets the value of the otherReference property.
| |||||||||||
Sets the value of the stateReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the allocationPercent property.
Gets the value of the cityReference property.
PayrollLocalCityAuthorityObjectType
Gets the value of the countyReference property.
PayrollLocalCountyAuthorityObjectType
Gets the value of the otherReference property.
PayrollOtherAuthorityObjectType
Gets the value of the stateReference property.
PayrollStateAuthorityObjectType
Sets the value of the allocationPercent property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the cityReference property.
| value | Allowed object is
PayrollLocalCityAuthorityObjectType
|
|---|
Sets the value of the countyReference property.
| value | Allowed object is
PayrollLocalCountyAuthorityObjectType
|
|---|
Sets the value of the otherReference property.
| value | Allowed object is
PayrollOtherAuthorityObjectType
|
|---|
Sets the value of the stateReference property.
| value | Allowed object is
PayrollStateAuthorityObjectType
|
|---|