| java.lang.Object | |
| ↳ | com.workday.payroll.PutPayrollInvoluntaryWithholdingOrderResponseDataType |
Put Payroll Involuntary Withholding Order Response Data
Java class for Put_Payroll_Involuntary_Withholding_Order_Response_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Payroll_Involuntary_Withholding_Order_Response_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Withholding_Order_Reference" type="{urn:com.workday/bsvc}Withholding_OrderObjectType" minOccurs="0"/>
<element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
<element name="Withholding_Order_Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Withholding_Order_Case_Reference" type="{urn:com.workday/bsvc}Withholding_Order_CaseObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| withholdingOrderCaseReference | |||||||||||
| withholdingOrderReference | |||||||||||
| withholdingOrderType | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the withholdingOrderCaseReference property.
| |||||||||||
Gets the value of the withholdingOrderReference property.
| |||||||||||
Gets the value of the withholdingOrderType property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the withholdingOrderCaseReference property.
| |||||||||||
Sets the value of the withholdingOrderReference property.
| |||||||||||
Sets the value of the withholdingOrderType property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the withholdingOrderCaseReference property.
WithholdingOrderCaseObjectType
Gets the value of the withholdingOrderReference property.
WithholdingOrderObjectType
Gets the value of the withholdingOrderType property.
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the withholdingOrderCaseReference property.
| value | Allowed object is
WithholdingOrderCaseObjectType
|
|---|
Sets the value of the withholdingOrderReference property.
| value | Allowed object is
WithholdingOrderObjectType
|
|---|
Sets the value of the withholdingOrderType property.
| value | Allowed object is String |
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|