public class

TrainingProfileForJobType

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

Class Overview

Contains the position's training information.

Java class for Training_Profile_for_JobType complex type.

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

 <complexType name="Training_Profile_for_JobType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Training_Profile_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
         <element name="Training_Profile_Data" type="{urn:com.workday/bsvc}Training_Profile_for_Job_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected TrainingProfileForJobDataType trainingProfileData
protected UniqueIdentifierObjectType trainingProfileReference
Public Constructors
TrainingProfileForJobType()
Public Methods
TrainingProfileForJobDataType getTrainingProfileData()
Gets the value of the trainingProfileData property.
UniqueIdentifierObjectType getTrainingProfileReference()
Gets the value of the trainingProfileReference property.
void setTrainingProfileData(TrainingProfileForJobDataType value)
Sets the value of the trainingProfileData property.
void setTrainingProfileReference(UniqueIdentifierObjectType value)
Sets the value of the trainingProfileReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected TrainingProfileForJobDataType trainingProfileData

protected UniqueIdentifierObjectType trainingProfileReference

Public Constructors

public TrainingProfileForJobType ()

Public Methods

public TrainingProfileForJobDataType getTrainingProfileData ()

Gets the value of the trainingProfileData property.

Returns

public UniqueIdentifierObjectType getTrainingProfileReference ()

Gets the value of the trainingProfileReference property.

Returns

public void setTrainingProfileData (TrainingProfileForJobDataType value)

Sets the value of the trainingProfileData property.

Parameters
value Allowed object is TrainingProfileForJobDataType

public void setTrainingProfileReference (UniqueIdentifierObjectType value)

Sets the value of the trainingProfileReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType