| java.lang.Object | |
| ↳ | workday.com.bsvc.PutJobClassificationGroupRequestType |
Request Element for Put Job Classification Group
Java class for Put_Job_Classification_Group_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Job_Classification_Group_RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Job_Classification_Group_Reference" type="{urn:com.workday/bsvc}Job_Classification_GroupObjectType" minOccurs="0"/>
<element name="Job_Classification_Group_Data" type="{urn:com.workday/bsvc}Job_Classification_Group_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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| addOnly | |||||||||||
| jobClassificationGroupData | |||||||||||
| jobClassificationGroupReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the jobClassificationGroupData property.
| |||||||||||
Gets the value of the jobClassificationGroupReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Gets the value of the addOnly property.
| |||||||||||
Sets the value of the addOnly property.
| |||||||||||
Sets the value of the jobClassificationGroupData property.
| |||||||||||
Sets the value of the jobClassificationGroupReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the jobClassificationGroupData property.
JobClassificationGroupDataType
Gets the value of the jobClassificationGroupReference property.
JobClassificationGroupObjectType
Gets the value of the version property.
Gets the value of the addOnly property.
Sets the value of the addOnly property.
| value | Allowed object is Boolean |
|---|
Sets the value of the jobClassificationGroupData property.
| value | Allowed object is
JobClassificationGroupDataType
|
|---|
Sets the value of the jobClassificationGroupReference property.
| value | Allowed object is
JobClassificationGroupObjectType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

