public class

SecondaryTerminationDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.SecondaryTerminationDataType

Class Overview

The secondary reasons for the worker's most recent termination.

Java class for Secondary_Termination_DataType complex type.

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

 <complexType name="Secondary_Termination_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Secondary_Termination_Reason_Reference" type="{urn:com.workday/bsvc}Event_Classification_SubcategoryObjectType" minOccurs="0"/>
         <element name="Secondary_Termination_Reason_Category_Reference" type="{urn:com.workday/bsvc}Event_Classification_CategoryObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected EventClassificationCategoryObjectType secondaryTerminationReasonCategoryReference
protected EventClassificationSubcategoryObjectType secondaryTerminationReasonReference
Public Constructors
SecondaryTerminationDataType()
Public Methods
EventClassificationCategoryObjectType getSecondaryTerminationReasonCategoryReference()
Gets the value of the secondaryTerminationReasonCategoryReference property.
EventClassificationSubcategoryObjectType getSecondaryTerminationReasonReference()
Gets the value of the secondaryTerminationReasonReference property.
void setSecondaryTerminationReasonCategoryReference(EventClassificationCategoryObjectType value)
Sets the value of the secondaryTerminationReasonCategoryReference property.
void setSecondaryTerminationReasonReference(EventClassificationSubcategoryObjectType value)
Sets the value of the secondaryTerminationReasonReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected EventClassificationCategoryObjectType secondaryTerminationReasonCategoryReference

protected EventClassificationSubcategoryObjectType secondaryTerminationReasonReference

Public Constructors

public SecondaryTerminationDataType ()

Public Methods

public EventClassificationCategoryObjectType getSecondaryTerminationReasonCategoryReference ()

Gets the value of the secondaryTerminationReasonCategoryReference property.

Returns

public EventClassificationSubcategoryObjectType getSecondaryTerminationReasonReference ()

Gets the value of the secondaryTerminationReasonReference property.

Returns

public void setSecondaryTerminationReasonCategoryReference (EventClassificationCategoryObjectType value)

Sets the value of the secondaryTerminationReasonCategoryReference property.

Parameters
value Allowed object is EventClassificationCategoryObjectType

public void setSecondaryTerminationReasonReference (EventClassificationSubcategoryObjectType value)

Sets the value of the secondaryTerminationReasonReference property.

Parameters
value Allowed object is EventClassificationSubcategoryObjectType