public class

RecruitingInstructionDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.RecruitingInstructionDataType

Class Overview

Wrapper element for Job Requisition Recruiting Instructions or posting instructions.

Java class for Recruiting_Instruction_DataType complex type.

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

 <complexType name="Recruiting_Instruction_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Recruiting_Instruction_Reference" type="{urn:com.workday/bsvc}Recruiting_InstructionObjectType" minOccurs="0"/>
         <element name="Do_Not_Send_To_Recruiting_System" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean doNotSendToRecruitingSystem
protected String name
protected RecruitingInstructionObjectType recruitingInstructionReference
Public Constructors
RecruitingInstructionDataType()
Public Methods
String getName()
Gets the value of the name property.
RecruitingInstructionObjectType getRecruitingInstructionReference()
Gets the value of the recruitingInstructionReference property.
Boolean isDoNotSendToRecruitingSystem()
Gets the value of the doNotSendToRecruitingSystem property.
void setDoNotSendToRecruitingSystem(Boolean value)
Sets the value of the doNotSendToRecruitingSystem property.
void setName(String value)
Sets the value of the name property.
void setRecruitingInstructionReference(RecruitingInstructionObjectType value)
Sets the value of the recruitingInstructionReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean doNotSendToRecruitingSystem

protected String name

protected RecruitingInstructionObjectType recruitingInstructionReference

Public Constructors

public RecruitingInstructionDataType ()

Public Methods

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public RecruitingInstructionObjectType getRecruitingInstructionReference ()

Gets the value of the recruitingInstructionReference property.

Returns

public Boolean isDoNotSendToRecruitingSystem ()

Gets the value of the doNotSendToRecruitingSystem property.

Returns
  • possible object is Boolean

public void setDoNotSendToRecruitingSystem (Boolean value)

Sets the value of the doNotSendToRecruitingSystem property.

Parameters
value Allowed object is Boolean

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setRecruitingInstructionReference (RecruitingInstructionObjectType value)

Sets the value of the recruitingInstructionReference property.

Parameters
value Allowed object is RecruitingInstructionObjectType