| java.lang.Object | |
| ↳ | com.workday.hr.PutTrainingTypeRequestType |
Request element for Put Training
Java class for Put_Training_Type_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Training_Type_RequestType">
<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" minOccurs="0"/>
</sequence>
<attribute name="Add_Only" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| addOnly | |||||||||||
| trainingTypeData | |||||||||||
| trainingTypeReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the addOnly property.
| |||||||||||
Gets the value of the trainingTypeData property.
| |||||||||||
Gets the value of the trainingTypeReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the addOnly property.
| |||||||||||
Sets the value of the trainingTypeData property.
| |||||||||||
Sets the value of the trainingTypeReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the addOnly property. This getter has been renamed from isAddOnly() to getAddOnly() by cxf-xjc-boolean plugin.
Gets the value of the trainingTypeData property.
TrainingTypeDataType
Gets the value of the trainingTypeReference property.
TrainingTypeObjectType
Gets the value of the version property.
Sets the value of the addOnly property.
| value | Allowed object is Boolean |
|---|
Sets the value of the trainingTypeData property.
| value | Allowed object is
TrainingTypeDataType
|
|---|
Sets the value of the trainingTypeReference property.
| value | Allowed object is
TrainingTypeObjectType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

