public class

CostingIntervalUpdateKeyType

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

Class Overview

Submit only when updating or deleting an existing Costing Allocation Interval. One key (Costing Override ID or Start Date) is required.

Java class for Costing_Interval_Update_KeyType complex type.

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

 <complexType name="Costing_Interval_Update_KeyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="Costing_Override_ID_Update_Key" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="Start_Date_Update_Key" type="{http://www.w3.org/2001/XMLSchema}date"/>
         </choice>
       </sequence>
       <attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String costingOverrideIDUpdateKey
protected Boolean delete
protected XMLGregorianCalendar startDateUpdateKey
Public Constructors
CostingIntervalUpdateKeyType()
Public Methods
String getCostingOverrideIDUpdateKey()
Gets the value of the costingOverrideIDUpdateKey property.
Boolean getDelete()
Gets the value of the delete property.
XMLGregorianCalendar getStartDateUpdateKey()
Gets the value of the startDateUpdateKey property.
void setCostingOverrideIDUpdateKey(String value)
Sets the value of the costingOverrideIDUpdateKey property.
void setDelete(Boolean value)
Sets the value of the delete property.
void setStartDateUpdateKey(XMLGregorianCalendar value)
Sets the value of the startDateUpdateKey property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String costingOverrideIDUpdateKey

protected Boolean delete

protected XMLGregorianCalendar startDateUpdateKey

Public Constructors

public CostingIntervalUpdateKeyType ()

Public Methods

public String getCostingOverrideIDUpdateKey ()

Gets the value of the costingOverrideIDUpdateKey property.

Returns
  • possible object is String

public Boolean getDelete ()

Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public XMLGregorianCalendar getStartDateUpdateKey ()

Gets the value of the startDateUpdateKey property.

Returns
  • possible object is XMLGregorianCalendar

public void setCostingOverrideIDUpdateKey (String value)

Sets the value of the costingOverrideIDUpdateKey property.

Parameters
value Allowed object is String

public void setDelete (Boolean value)

Sets the value of the delete property.

Parameters
value Allowed object is Boolean

public void setStartDateUpdateKey (XMLGregorianCalendar value)

Sets the value of the startDateUpdateKey property.

Parameters
value Allowed object is XMLGregorianCalendar