public class

SwitchPrimaryJobDataType

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

Class Overview

Wrapper element for the Switch Primary Job business process.

Java class for Switch_Primary_Job_DataType complex type.

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

 <complexType name="Switch_Primary_Job_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Reason_Reference" type="{urn:com.workday/bsvc}Event_Classification_SubcategoryObjectType"/>
         <element name="Proposed_Primary_Job_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected PositionElementObjectType proposedPrimaryJobReference
protected EventClassificationSubcategoryObjectType reasonReference
Public Constructors
SwitchPrimaryJobDataType()
Public Methods
PositionElementObjectType getProposedPrimaryJobReference()
Gets the value of the proposedPrimaryJobReference property.
EventClassificationSubcategoryObjectType getReasonReference()
Gets the value of the reasonReference property.
void setProposedPrimaryJobReference(PositionElementObjectType value)
Sets the value of the proposedPrimaryJobReference property.
void setReasonReference(EventClassificationSubcategoryObjectType value)
Sets the value of the reasonReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected PositionElementObjectType proposedPrimaryJobReference

protected EventClassificationSubcategoryObjectType reasonReference

Public Constructors

public SwitchPrimaryJobDataType ()

Public Methods

public PositionElementObjectType getProposedPrimaryJobReference ()

Gets the value of the proposedPrimaryJobReference property.

Returns

public EventClassificationSubcategoryObjectType getReasonReference ()

Gets the value of the reasonReference property.

Returns

public void setProposedPrimaryJobReference (PositionElementObjectType value)

Sets the value of the proposedPrimaryJobReference property.

Parameters
value Allowed object is PositionElementObjectType

public void setReasonReference (EventClassificationSubcategoryObjectType value)

Sets the value of the reasonReference property.

Parameters
value Allowed object is EventClassificationSubcategoryObjectType