public class

PutPayrollInvoluntaryWithholdingOrderRequestType

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

Class Overview

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}Withholding_OrderObjectType" 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>
 

Summary

Constants
long serialVersionUID
Fields
protected PayrollInvoluntaryWithholdingOrderDataType payrollInvoluntaryWithholdingOrderData
protected WithholdingOrderObjectType payrollInvoluntaryWithholdingOrderReference
protected PayrollSupportOrderAmendOrTerminateDataType payrollSupportOrderAmendOrTerminateData
protected String version
Public Constructors
PutPayrollInvoluntaryWithholdingOrderRequestType()
Public Methods
PayrollInvoluntaryWithholdingOrderDataType getPayrollInvoluntaryWithholdingOrderData()
Gets the value of the payrollInvoluntaryWithholdingOrderData property.
WithholdingOrderObjectType getPayrollInvoluntaryWithholdingOrderReference()
Gets the value of the payrollInvoluntaryWithholdingOrderReference property.
PayrollSupportOrderAmendOrTerminateDataType getPayrollSupportOrderAmendOrTerminateData()
Gets the value of the payrollSupportOrderAmendOrTerminateData property.
String getVersion()
Gets the value of the version property.
void setPayrollInvoluntaryWithholdingOrderData(PayrollInvoluntaryWithholdingOrderDataType value)
Sets the value of the payrollInvoluntaryWithholdingOrderData property.
void setPayrollInvoluntaryWithholdingOrderReference(WithholdingOrderObjectType value)
Sets the value of the payrollInvoluntaryWithholdingOrderReference property.
void setPayrollSupportOrderAmendOrTerminateData(PayrollSupportOrderAmendOrTerminateDataType value)
Sets the value of the payrollSupportOrderAmendOrTerminateData property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected PayrollInvoluntaryWithholdingOrderDataType payrollInvoluntaryWithholdingOrderData

protected WithholdingOrderObjectType payrollInvoluntaryWithholdingOrderReference

protected PayrollSupportOrderAmendOrTerminateDataType payrollSupportOrderAmendOrTerminateData

protected String version

Public Constructors

public PutPayrollInvoluntaryWithholdingOrderRequestType ()

Public Methods

public PayrollInvoluntaryWithholdingOrderDataType getPayrollInvoluntaryWithholdingOrderData ()

Gets the value of the payrollInvoluntaryWithholdingOrderData property.

Returns

public WithholdingOrderObjectType getPayrollInvoluntaryWithholdingOrderReference ()

Gets the value of the payrollInvoluntaryWithholdingOrderReference property.

Returns

public PayrollSupportOrderAmendOrTerminateDataType getPayrollSupportOrderAmendOrTerminateData ()

Gets the value of the payrollSupportOrderAmendOrTerminateData property.

Returns

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public void setPayrollInvoluntaryWithholdingOrderData (PayrollInvoluntaryWithholdingOrderDataType value)

Sets the value of the payrollInvoluntaryWithholdingOrderData property.

Parameters
value Allowed object is PayrollInvoluntaryWithholdingOrderDataType

public void setPayrollInvoluntaryWithholdingOrderReference (WithholdingOrderObjectType value)

Sets the value of the payrollInvoluntaryWithholdingOrderReference property.

Parameters
value Allowed object is WithholdingOrderObjectType

public void setPayrollSupportOrderAmendOrTerminateData (PayrollSupportOrderAmendOrTerminateDataType value)

Sets the value of the payrollSupportOrderAmendOrTerminateData property.

Parameters
value Allowed object is PayrollSupportOrderAmendOrTerminateDataType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String