public class

TrainingQualificationProfileDataType

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

Class Overview

Encapsulating element containing all Training Qualification Profile data.

Java class for Training_Qualification_Profile_DataType complex type.

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

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

Summary

Fields
protected Boolean required
protected String trainingDescription
protected String trainingProgramName
protected TrainingTypeReferenceType trainingTypeReference
Public Constructors
TrainingQualificationProfileDataType()
Public Methods
String getTrainingDescription()
Gets the value of the trainingDescription property.
String getTrainingProgramName()
Gets the value of the trainingProgramName property.
TrainingTypeReferenceType getTrainingTypeReference()
Gets the value of the trainingTypeReference property.
Boolean isRequired()
Gets the value of the required property.
void setRequired(Boolean value)
Sets the value of the required property.
void setTrainingDescription(String value)
Sets the value of the trainingDescription property.
void setTrainingProgramName(String value)
Sets the value of the trainingProgramName property.
void setTrainingTypeReference(TrainingTypeReferenceType value)
Sets the value of the trainingTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean required

protected String trainingDescription

protected String trainingProgramName

protected TrainingTypeReferenceType trainingTypeReference

Public Constructors

public TrainingQualificationProfileDataType ()

Public Methods

public String getTrainingDescription ()

Gets the value of the trainingDescription property.

Returns
  • possible object is String

public String getTrainingProgramName ()

Gets the value of the trainingProgramName property.

Returns
  • possible object is String

public TrainingTypeReferenceType 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 setRequired (Boolean value)

Sets the value of the required property.

Parameters
value Allowed object is Boolean

public void setTrainingDescription (String value)

Sets the value of the trainingDescription property.

Parameters
value Allowed object is String

public void setTrainingProgramName (String value)

Sets the value of the trainingProgramName property.

Parameters
value Allowed object is String

public void setTrainingTypeReference (TrainingTypeReferenceType value)

Sets the value of the trainingTypeReference property.

Parameters
value Allowed object is TrainingTypeReferenceType