public class

PositionSuccessionDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.talent.PositionSuccessionDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected String positionID
protected Boolean successionPlanInactive
Public Constructors
PositionSuccessionDataType()
Public Methods
String getPositionID()
Gets the value of the positionID property.
Boolean getSuccessionPlanInactive()
Gets the value of the successionPlanInactive property.
void setPositionID(String value)
Sets the value of the positionID property.
void setSuccessionPlanInactive(Boolean value)
Sets the value of the successionPlanInactive property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String positionID

protected Boolean successionPlanInactive

Public Constructors

public PositionSuccessionDataType ()

Public Methods

public String getPositionID ()

Gets the value of the positionID property.

Returns
  • possible object is String

public Boolean getSuccessionPlanInactive ()

Gets the value of the successionPlanInactive property. This getter has been renamed from isSuccessionPlanInactive() to getSuccessionPlanInactive() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setPositionID (String value)

Sets the value of the positionID property.

Parameters
value Allowed object is String

public void setSuccessionPlanInactive (Boolean value)

Sets the value of the successionPlanInactive property.

Parameters
value Allowed object is Boolean