public class

RecruitingInstructionDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.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

Constants
long serialVersionUID
Fields
protected Boolean doNotSendToRecruitingSystem
protected String name
protected RecruitingInstructionObjectType recruitingInstructionReference
Public Constructors
RecruitingInstructionDataType()
Public Methods
Boolean getDoNotSendToRecruitingSystem()
Gets the value of the doNotSendToRecruitingSystem property.
String getName()
Gets the value of the name property.
RecruitingInstructionObjectType getRecruitingInstructionReference()
Gets the value of the recruitingInstructionReference 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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean doNotSendToRecruitingSystem

protected String name

protected RecruitingInstructionObjectType recruitingInstructionReference

Public Constructors

public RecruitingInstructionDataType ()

Public Methods

public Boolean getDoNotSendToRecruitingSystem ()

Gets the value of the doNotSendToRecruitingSystem property. This getter has been renamed from isDoNotSendToRecruitingSystem() to getDoNotSendToRecruitingSystem() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

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 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