| java.lang.Object | |
| ↳ | com.workday.talent.PutPositionForSuccessionRequestType |
Top-level element for this operation.
Java class for Put_Position_for_Succession_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Position_for_Succession_RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
<element name="Position_Succession_Data" type="{urn:com.workday/bsvc}Position_Succession_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 | |||||||||||
| positionReference | |||||||||||
| positionSuccessionData | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the addOnly property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Gets the value of the positionSuccessionData property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the addOnly property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
Sets the value of the positionSuccessionData 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 positionReference property.
PositionElementObjectType
Gets the value of the positionSuccessionData property.
PositionSuccessionDataType
Gets the value of the version property.
Sets the value of the addOnly property.
| value | Allowed object is Boolean |
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|
Sets the value of the positionSuccessionData property.
| value | Allowed object is
PositionSuccessionDataType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|