public class

TrainingQualificationProfileReplacementDataType

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

Class Overview

Replacement element containing Training Qualifications for the Job Profile When updating a Job Profile, all Training Qualifications for the Job Profile will be replaced by the submitted data. If no data is submitted, then the existing Training Qualifications are not changed.

Java class for Training_Qualification_Profile_Replacement_DataType complex type.

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

 <complexType name="Training_Qualification_Profile_Replacement_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Training_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Training_Type_Reference" type="{urn:com.workday/bsvc}Training_TypeObjectType" minOccurs="0"/>
         <element name="Required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String description
protected Boolean required
protected String trainingName
protected TrainingTypeObjectType trainingTypeReference
Public Constructors
TrainingQualificationProfileReplacementDataType()
Public Methods
String getDescription()
Gets the value of the description property.
String getTrainingName()
Gets the value of the trainingName property.
TrainingTypeObjectType getTrainingTypeReference()
Gets the value of the trainingTypeReference property.
Boolean isRequired()
Gets the value of the required property.
void setDescription(String value)
Sets the value of the description property.
void setRequired(Boolean value)
Sets the value of the required property.
void setTrainingName(String value)
Sets the value of the trainingName property.
void setTrainingTypeReference(TrainingTypeObjectType value)
Sets the value of the trainingTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String description

protected Boolean required

protected String trainingName

protected TrainingTypeObjectType trainingTypeReference

Public Constructors

public TrainingQualificationProfileReplacementDataType ()

Public Methods

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getTrainingName ()

Gets the value of the trainingName property.

Returns
  • possible object is String

public TrainingTypeObjectType getTrainingTypeReference ()

Gets the value of the trainingTypeReference property.

Returns

public Boolean isRequired ()

Gets the value of the required property.

Returns
  • possible object is Boolean

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setRequired (Boolean value)

Sets the value of the required property.

Parameters
value Allowed object is Boolean

public void setTrainingName (String value)

Sets the value of the trainingName property.

Parameters
value Allowed object is String

public void setTrainingTypeReference (TrainingTypeObjectType value)

Sets the value of the trainingTypeReference property.

Parameters
value Allowed object is TrainingTypeObjectType