public class

TrainingAchievementDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.TrainingAchievementDataType

Class Overview

Wrapper element for Training information.

Java class for Training_Achievement_DataType complex type.

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

 <complexType name="Training_Achievement_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Training_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Remove_Training" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Training" 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="Completion_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Training_Duration" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar completionDate
protected String description
protected Boolean removeTraining
protected String training
protected String trainingDuration
protected String trainingID
protected TrainingTypeObjectType trainingTypeReference
Public Constructors
TrainingAchievementDataType()
Public Methods
XMLGregorianCalendar getCompletionDate()
Gets the value of the completionDate property.
String getDescription()
Gets the value of the description property.
Boolean getRemoveTraining()
Gets the value of the removeTraining property.
String getTraining()
Gets the value of the training property.
String getTrainingDuration()
Gets the value of the trainingDuration property.
String getTrainingID()
Gets the value of the trainingID property.
TrainingTypeObjectType getTrainingTypeReference()
Gets the value of the trainingTypeReference property.
void setCompletionDate(XMLGregorianCalendar value)
Sets the value of the completionDate property.
void setDescription(String value)
Sets the value of the description property.
void setRemoveTraining(Boolean value)
Sets the value of the removeTraining property.
void setTraining(String value)
Sets the value of the training property.
void setTrainingDuration(String value)
Sets the value of the trainingDuration property.
void setTrainingID(String value)
Sets the value of the trainingID property.
void setTrainingTypeReference(TrainingTypeObjectType value)
Sets the value of the trainingTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar completionDate

protected String description

protected Boolean removeTraining

protected String training

protected String trainingDuration

protected String trainingID

protected TrainingTypeObjectType trainingTypeReference

Public Constructors

public TrainingAchievementDataType ()

Public Methods

public XMLGregorianCalendar getCompletionDate ()

Gets the value of the completionDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public Boolean getRemoveTraining ()

Gets the value of the removeTraining property. This getter has been renamed from isRemoveTraining() to getRemoveTraining() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getTraining ()

Gets the value of the training property.

Returns
  • possible object is String

public String getTrainingDuration ()

Gets the value of the trainingDuration property.

Returns
  • possible object is String

public String getTrainingID ()

Gets the value of the trainingID property.

Returns
  • possible object is String

public TrainingTypeObjectType getTrainingTypeReference ()

Gets the value of the trainingTypeReference property.

Returns

public void setCompletionDate (XMLGregorianCalendar value)

Sets the value of the completionDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setRemoveTraining (Boolean value)

Sets the value of the removeTraining property.

Parameters
value Allowed object is Boolean

public void setTraining (String value)

Sets the value of the training property.

Parameters
value Allowed object is String

public void setTrainingDuration (String value)

Sets the value of the trainingDuration property.

Parameters
value Allowed object is String

public void setTrainingID (String value)

Sets the value of the trainingID 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