public class

TrainingTypeType

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

Class Overview

Training Type Response Data

Java class for Training_TypeType complex type.

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

 <complexType name="Training_TypeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Training_Type_Reference" type="{urn:com.workday/bsvc}Training_TypeObjectType" minOccurs="0"/>
         <element name="Training_Type_Data" type="{urn:com.workday/bsvc}Training_Type_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<TrainingTypeDataType> trainingTypeData
protected TrainingTypeObjectType trainingTypeReference
Public Constructors
TrainingTypeType()
Public Methods
List<TrainingTypeDataType> getTrainingTypeData()
Gets the value of the trainingTypeData property.
TrainingTypeObjectType getTrainingTypeReference()
Gets the value of the trainingTypeReference property.
void setTrainingTypeData(List<TrainingTypeDataType> trainingTypeData)
Sets the value of the trainingTypeData 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 List<TrainingTypeDataType> trainingTypeData

protected TrainingTypeObjectType trainingTypeReference

Public Constructors

public TrainingTypeType ()

Public Methods

public List<TrainingTypeDataType> getTrainingTypeData ()

Gets the value of the trainingTypeData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the trainingTypeData property.

For example, to add a new item, do as follows:

    getTrainingTypeData().add(newItem);
 

Objects of the following type(s) are allowed in the list TrainingTypeDataType

public TrainingTypeObjectType getTrainingTypeReference ()

Gets the value of the trainingTypeReference property.

Returns

public void setTrainingTypeData (List<TrainingTypeDataType> trainingTypeData)

Sets the value of the trainingTypeData property.

Parameters
trainingTypeData Allowed object is TrainingTypeDataType

public void setTrainingTypeReference (TrainingTypeObjectType value)

Sets the value of the trainingTypeReference property.

Parameters
value Allowed object is TrainingTypeObjectType