| java.lang.Object | |
| ↳ | workday.com.bsvc.TrainingQualificationProfileDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| required | |||||||||||
| trainingDescription | |||||||||||
| trainingProgramName | |||||||||||
| trainingTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the trainingDescription property.
| |||||||||||
Gets the value of the trainingProgramName property.
| |||||||||||
Gets the value of the trainingTypeReference property.
| |||||||||||
Gets the value of the required property.
| |||||||||||
Sets the value of the required property.
| |||||||||||
Sets the value of the trainingDescription property.
| |||||||||||
Sets the value of the trainingProgramName property.
| |||||||||||
Sets the value of the trainingTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the trainingDescription property.
Gets the value of the trainingProgramName property.
Gets the value of the trainingTypeReference property.
TrainingTypeReferenceType
Gets the value of the required property.
Sets the value of the required property.
| value | Allowed object is Boolean |
|---|
Sets the value of the trainingDescription property.
| value | Allowed object is String |
|---|
Sets the value of the trainingProgramName property.
| value | Allowed object is String |
|---|
Sets the value of the trainingTypeReference property.
| value | Allowed object is
TrainingTypeReferenceType
|
|---|

