public class

TrainingTypeReferenceType

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

Class Overview

A unique identifier used to reference a Training Type.

Java class for Training_Type_ReferenceType complex type.

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

 <complexType name="Training_Type_ReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Training_Type_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String trainingTypeName
Public Constructors
TrainingTypeReferenceType()
Public Methods
String getTrainingTypeName()
Gets the value of the trainingTypeName property.
void setTrainingTypeName(String value)
Sets the value of the trainingTypeName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String trainingTypeName

Public Constructors

public TrainingTypeReferenceType ()

Public Methods

public String getTrainingTypeName ()

Gets the value of the trainingTypeName property.

Returns
  • possible object is String

public void setTrainingTypeName (String value)

Sets the value of the trainingTypeName property.

Parameters
value Allowed object is String