| java.lang.Object | |
| ↳ | com.workday.talent.PositionSuccessionDataType |
Encapsulating element for Position Succession Data.
Java class for Position_Succession_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Position_Succession_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Position_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Succession_Plan_Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| positionID | |||||||||||
| successionPlanInactive | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the positionID property.
| |||||||||||
Gets the value of the successionPlanInactive property.
| |||||||||||
Sets the value of the positionID property.
| |||||||||||
Sets the value of the successionPlanInactive property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the positionID property.
Gets the value of the successionPlanInactive property. This getter has been renamed from isSuccessionPlanInactive() to getSuccessionPlanInactive() by cxf-xjc-boolean plugin.
Sets the value of the positionID property.
| value | Allowed object is String |
|---|
Sets the value of the successionPlanInactive property.
| value | Allowed object is Boolean |
|---|