public class

PutPayrollInvoluntaryWithholdingOrderResponseDataType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected WithholdingOrderCaseObjectType withholdingOrderCaseReference
protected WithholdingOrderObjectType withholdingOrderReference
protected String withholdingOrderType
protected WorkerObjectType workerReference
Public Constructors
PutPayrollInvoluntaryWithholdingOrderResponseDataType()
Public Methods
WithholdingOrderCaseObjectType getWithholdingOrderCaseReference()
Gets the value of the withholdingOrderCaseReference property.
WithholdingOrderObjectType getWithholdingOrderReference()
Gets the value of the withholdingOrderReference property.
String getWithholdingOrderType()
Gets the value of the withholdingOrderType property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setWithholdingOrderCaseReference(WithholdingOrderCaseObjectType value)
Sets the value of the withholdingOrderCaseReference property.
void setWithholdingOrderReference(WithholdingOrderObjectType value)
Sets the value of the withholdingOrderReference property.
void setWithholdingOrderType(String value)
Sets the value of the withholdingOrderType property.
void setWorkerReference(WorkerObjectType value)
Sets the value of the workerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected WithholdingOrderCaseObjectType withholdingOrderCaseReference

protected WithholdingOrderObjectType withholdingOrderReference

protected String withholdingOrderType

protected WorkerObjectType workerReference

Public Constructors

public PutPayrollInvoluntaryWithholdingOrderResponseDataType ()

Public Methods

public WithholdingOrderCaseObjectType getWithholdingOrderCaseReference ()

Gets the value of the withholdingOrderCaseReference property.

Returns

public WithholdingOrderObjectType getWithholdingOrderReference ()

Gets the value of the withholdingOrderReference property.

Returns

public String getWithholdingOrderType ()

Gets the value of the withholdingOrderType property.

Returns
  • possible object is String

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setWithholdingOrderCaseReference (WithholdingOrderCaseObjectType value)

Sets the value of the withholdingOrderCaseReference property.

Parameters
value Allowed object is WithholdingOrderCaseObjectType

public void setWithholdingOrderReference (WithholdingOrderObjectType value)

Sets the value of the withholdingOrderReference property.

Parameters
value Allowed object is WithholdingOrderObjectType

public void setWithholdingOrderType (String value)

Sets the value of the withholdingOrderType property.

Parameters
value Allowed object is String

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType