| java.lang.Object | |
| ↳ | com.workday.payroll.PayrollPayeeOtherElectionForStateAndLocalType |
Tax Election for Other State Taxes
Java class for Payroll_Payee_Other_Election_for_State_and_LocalType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payroll_Payee_Other_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_Other_Authority_Reference" type="{urn:com.workday/bsvc}Payroll_Local_AuthorityObjectType" minOccurs="0"/>
<element name="Exempt" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| effectiveDate | |||||||||||
| exempt | |||||||||||
| inactive | |||||||||||
| payrollOtherAuthorityReference | |||||||||||
| taxAddressTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the exempt property.
| |||||||||||
Gets the value of the inactive property.
| |||||||||||
Gets the value of the payrollOtherAuthorityReference property.
| |||||||||||
Gets the value of the taxAddressTypeReference property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the exempt property.
| |||||||||||
Sets the value of the inactive property.
| |||||||||||
Sets the value of the payrollOtherAuthorityReference property.
| |||||||||||
Sets the value of the taxAddressTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the effectiveDate property.
Gets the value of the exempt property. This getter has been renamed from isExempt() to getExempt() by cxf-xjc-boolean plugin.
Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.
Gets the value of the payrollOtherAuthorityReference property.
PayrollLocalAuthorityObjectType
Gets the value of the taxAddressTypeReference property.
TaxAddressTypeObjectType
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the exempt property.
| value | Allowed object is Boolean |
|---|
Sets the value of the inactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the payrollOtherAuthorityReference property.
| value | Allowed object is
PayrollLocalAuthorityObjectType
|
|---|
Sets the value of the taxAddressTypeReference property.
| value | Allowed object is
TaxAddressTypeObjectType
|
|---|