public class

PayrollSupportOrderAmendOrTerminateDataType

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

Class Overview

Include this element to Amend or Terminate an existing Support Order.

Java class for Payroll_Support_Order_Amend_or_Terminate_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Payroll_Support_Order_Amend_or_Terminate_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Support_Order_Reference" type="{urn:com.workday/bsvc}Support_OrderObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected SupportOrderObjectType supportOrderReference
Public Constructors
PayrollSupportOrderAmendOrTerminateDataType()
Public Methods
SupportOrderObjectType getSupportOrderReference()
Gets the value of the supportOrderReference property.
void setSupportOrderReference(SupportOrderObjectType value)
Sets the value of the supportOrderReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected SupportOrderObjectType supportOrderReference

Public Constructors

public PayrollSupportOrderAmendOrTerminateDataType ()

Public Methods

public SupportOrderObjectType getSupportOrderReference ()

Gets the value of the supportOrderReference property.

Returns

public void setSupportOrderReference (SupportOrderObjectType value)

Sets the value of the supportOrderReference property.

Parameters
value Allowed object is SupportOrderObjectType