public class

PutPayrollInvoluntaryWithholdingOrderRequestType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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}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>
 

Summary

Fields
protected PayrollInvoluntaryWithholdingOrderDataType payrollInvoluntaryWithholdingOrderData
protected UniqueIdentifierObjectType payrollInvoluntaryWithholdingOrderReference
protected PayrollSupportOrderAmendOrTerminateDataType payrollSupportOrderAmendOrTerminateData
protected String version
Public Constructors
PutPayrollInvoluntaryWithholdingOrderRequestType()
Public Methods
PayrollInvoluntaryWithholdingOrderDataType getPayrollInvoluntaryWithholdingOrderData()
Gets the value of the payrollInvoluntaryWithholdingOrderData property.
UniqueIdentifierObjectType 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(UniqueIdentifierObjectType 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

Fields

protected PayrollInvoluntaryWithholdingOrderDataType payrollInvoluntaryWithholdingOrderData

protected UniqueIdentifierObjectType 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 UniqueIdentifierObjectType 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 (UniqueIdentifierObjectType value)

Sets the value of the payrollInvoluntaryWithholdingOrderReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

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