| java.lang.Object | |
| ↳ | workday.com.bsvc.PutPayrollInvoluntaryWithholdingOrderRequestType |
Put Payroll Involuntary Withholding Order Request
Java class for Put_Payroll_Involuntary_Withholding_Order_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Payroll_Involuntary_Withholding_Order_RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="Payroll_Involuntary_Withholding_Order_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Payroll_Support_Order_Amend_or_Terminate_Data" type="{urn:com.workday/bsvc}Payroll_Support_Order_Amend_or_Terminate_DataType" minOccurs="0"/>
</choice>
<element name="Payroll_Involuntary_Withholding_Order_Data" type="{urn:com.workday/bsvc}Payroll_Involuntary_Withholding_Order_DataType" minOccurs="0"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| payrollInvoluntaryWithholdingOrderData | |||||||||||
| payrollInvoluntaryWithholdingOrderReference | |||||||||||
| payrollSupportOrderAmendOrTerminateData | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the payrollInvoluntaryWithholdingOrderData property.
| |||||||||||
Gets the value of the payrollInvoluntaryWithholdingOrderReference property.
| |||||||||||
Gets the value of the payrollSupportOrderAmendOrTerminateData property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the payrollInvoluntaryWithholdingOrderData property.
| |||||||||||
Sets the value of the payrollInvoluntaryWithholdingOrderReference property.
| |||||||||||
Sets the value of the payrollSupportOrderAmendOrTerminateData property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the payrollInvoluntaryWithholdingOrderData property.
PayrollInvoluntaryWithholdingOrderDataType
Gets the value of the payrollInvoluntaryWithholdingOrderReference property.
UniqueIdentifierObjectType
Gets the value of the payrollSupportOrderAmendOrTerminateData property.
PayrollSupportOrderAmendOrTerminateDataType
Gets the value of the version property.
Sets the value of the payrollInvoluntaryWithholdingOrderData property.
| value | Allowed object is
PayrollInvoluntaryWithholdingOrderDataType
|
|---|
Sets the value of the payrollInvoluntaryWithholdingOrderReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the payrollSupportOrderAmendOrTerminateData property.
| value | Allowed object is
PayrollSupportOrderAmendOrTerminateDataType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

