public class

PayrollSupportOrderAmendOrTerminateDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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}Unique_IdentifierObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

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

Fields

protected UniqueIdentifierObjectType supportOrderReference

Public Constructors

public PayrollSupportOrderAmendOrTerminateDataType ()

Public Methods

public UniqueIdentifierObjectType getSupportOrderReference ()

Gets the value of the supportOrderReference property.

Returns

public void setSupportOrderReference (UniqueIdentifierObjectType value)

Sets the value of the supportOrderReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType