public class

PeriodActivityAssignmentDeletedDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.compensation.PeriodActivityAssignmentDeletedDataType

Class Overview

Contains assignments which have been removed from the employee. An assignment can only be removed if no pay activity has occurred.

Java class for Period_Activity_Assignment_Deleted_DataType complex type.

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

 <complexType name="Period_Activity_Assignment_Deleted_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Period_Activity_Assignment_Reference" type="{urn:com.workday/bsvc}Period_Activity_AssignmentObjectType" minOccurs="0"/>
         <element name="Period_Activity_Reference" type="{urn:com.workday/bsvc}Period_ActivityObjectType" minOccurs="0"/>
         <element name="Period_Activity_Task_Reference" type="{urn:com.workday/bsvc}Period_Activity_TaskObjectType" minOccurs="0"/>
         <element name="Period_Activity_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Period_Activity_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Comment" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="500"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String comment
protected PeriodActivityAssignmentObjectType periodActivityAssignmentReference
protected XMLGregorianCalendar periodActivityEndDate
protected PeriodActivityObjectType periodActivityReference
protected XMLGregorianCalendar periodActivityStartDate
protected PeriodActivityTaskObjectType periodActivityTaskReference
Public Constructors
PeriodActivityAssignmentDeletedDataType()
Public Methods
String getComment()
Gets the value of the comment property.
PeriodActivityAssignmentObjectType getPeriodActivityAssignmentReference()
Gets the value of the periodActivityAssignmentReference property.
XMLGregorianCalendar getPeriodActivityEndDate()
Gets the value of the periodActivityEndDate property.
PeriodActivityObjectType getPeriodActivityReference()
Gets the value of the periodActivityReference property.
XMLGregorianCalendar getPeriodActivityStartDate()
Gets the value of the periodActivityStartDate property.
PeriodActivityTaskObjectType getPeriodActivityTaskReference()
Gets the value of the periodActivityTaskReference property.
void setComment(String value)
Sets the value of the comment property.
void setPeriodActivityAssignmentReference(PeriodActivityAssignmentObjectType value)
Sets the value of the periodActivityAssignmentReference property.
void setPeriodActivityEndDate(XMLGregorianCalendar value)
Sets the value of the periodActivityEndDate property.
void setPeriodActivityReference(PeriodActivityObjectType value)
Sets the value of the periodActivityReference property.
void setPeriodActivityStartDate(XMLGregorianCalendar value)
Sets the value of the periodActivityStartDate property.
void setPeriodActivityTaskReference(PeriodActivityTaskObjectType value)
Sets the value of the periodActivityTaskReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String comment

protected PeriodActivityAssignmentObjectType periodActivityAssignmentReference

protected XMLGregorianCalendar periodActivityEndDate

protected PeriodActivityObjectType periodActivityReference

protected XMLGregorianCalendar periodActivityStartDate

protected PeriodActivityTaskObjectType periodActivityTaskReference

Public Constructors

public PeriodActivityAssignmentDeletedDataType ()

Public Methods

public String getComment ()

Gets the value of the comment property.

Returns
  • possible object is String

public PeriodActivityAssignmentObjectType getPeriodActivityAssignmentReference ()

Gets the value of the periodActivityAssignmentReference property.

Returns

public XMLGregorianCalendar getPeriodActivityEndDate ()

Gets the value of the periodActivityEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public PeriodActivityObjectType getPeriodActivityReference ()

Gets the value of the periodActivityReference property.

Returns

public XMLGregorianCalendar getPeriodActivityStartDate ()

Gets the value of the periodActivityStartDate property.

Returns
  • possible object is XMLGregorianCalendar

public PeriodActivityTaskObjectType getPeriodActivityTaskReference ()

Gets the value of the periodActivityTaskReference property.

Returns

public void setComment (String value)

Sets the value of the comment property.

Parameters
value Allowed object is String

public void setPeriodActivityAssignmentReference (PeriodActivityAssignmentObjectType value)

Sets the value of the periodActivityAssignmentReference property.

Parameters
value Allowed object is PeriodActivityAssignmentObjectType

public void setPeriodActivityEndDate (XMLGregorianCalendar value)

Sets the value of the periodActivityEndDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPeriodActivityReference (PeriodActivityObjectType value)

Sets the value of the periodActivityReference property.

Parameters
value Allowed object is PeriodActivityObjectType

public void setPeriodActivityStartDate (XMLGregorianCalendar value)

Sets the value of the periodActivityStartDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPeriodActivityTaskReference (PeriodActivityTaskObjectType value)

Sets the value of the periodActivityTaskReference property.

Parameters
value Allowed object is PeriodActivityTaskObjectType