| java.lang.Object | |
| ↳ | com.workday.staffing.TrainingQualificationProfileReplacementDataType |
Replacement element containing Training Qualifications for the Job Profile When updating a Job Profile, all Training Qualifications for the Job Profile will be replaced by the submitted data. If no data is submitted, then the existing Training Qualifications are not changed.
Java class for Training_Qualification_Profile_Replacement_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Training_Qualification_Profile_Replacement_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Training_Name" 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="Required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| description | |||||||||||
| required | |||||||||||
| trainingName | |||||||||||
| trainingTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the description property.
| |||||||||||
Gets the value of the required property.
| |||||||||||
Gets the value of the trainingName property.
| |||||||||||
Gets the value of the trainingTypeReference property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the required property.
| |||||||||||
Sets the value of the trainingName property.
| |||||||||||
Sets the value of the trainingTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the description property.
Gets the value of the required property. This getter has been renamed from isRequired() to getRequired() by cxf-xjc-boolean plugin.
Gets the value of the trainingName property.
Gets the value of the trainingTypeReference property.
TrainingTypeObjectType
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the required property.
| value | Allowed object is Boolean |
|---|
Sets the value of the trainingName property.
| value | Allowed object is String |
|---|
Sets the value of the trainingTypeReference property.
| value | Allowed object is
TrainingTypeObjectType
|
|---|