| java.lang.Object | |
| ↳ | com.workday.staffing.TrainingAchievementDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| completionDate | |||||||||||
| description | |||||||||||
| removeTraining | |||||||||||
| training | |||||||||||
| trainingDuration | |||||||||||
| trainingID | |||||||||||
| trainingTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the completionDate property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the removeTraining property.
| |||||||||||
Gets the value of the training property.
| |||||||||||
Gets the value of the trainingDuration property.
| |||||||||||
Gets the value of the trainingID property.
| |||||||||||
Gets the value of the trainingTypeReference property.
| |||||||||||
Sets the value of the completionDate property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the removeTraining property.
| |||||||||||
Sets the value of the training property.
| |||||||||||
Sets the value of the trainingDuration property.
| |||||||||||
Sets the value of the trainingID property.
| |||||||||||
Sets the value of the trainingTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the completionDate property.
Gets the value of the description property.
Gets the value of the removeTraining property. This getter has been renamed from isRemoveTraining() to getRemoveTraining() by cxf-xjc-boolean plugin.
Gets the value of the training property.
Gets the value of the trainingDuration property.
Gets the value of the trainingID property.
Gets the value of the trainingTypeReference property.
TrainingTypeObjectType
Sets the value of the completionDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the removeTraining property.
| value | Allowed object is Boolean |
|---|
Sets the value of the training property.
| value | Allowed object is String |
|---|
Sets the value of the trainingDuration property.
| value | Allowed object is String |
|---|
Sets the value of the trainingID property.
| value | Allowed object is String |
|---|
Sets the value of the trainingTypeReference property.
| value | Allowed object is
TrainingTypeObjectType
|
|---|