public class

ManagementChainDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.ManagementChainDataType

Class Overview

Contains the organization reference and details about an organization.

Java class for Management_Chain_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Management_Chain_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Organization_Reference" type="{urn:com.workday/bsvc}OrganizationObjectType" minOccurs="0"/>
         <element name="Manager_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected WorkerObjectType managerReference
protected OrganizationObjectType organizationReference
Public Constructors
ManagementChainDataType()
Public Methods
WorkerObjectType getManagerReference()
Gets the value of the managerReference property.
OrganizationObjectType getOrganizationReference()
Gets the value of the organizationReference property.
void setManagerReference(WorkerObjectType value)
Sets the value of the managerReference property.
void setOrganizationReference(OrganizationObjectType value)
Sets the value of the organizationReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected WorkerObjectType managerReference

protected OrganizationObjectType organizationReference

Public Constructors

public ManagementChainDataType ()

Public Methods

public WorkerObjectType getManagerReference ()

Gets the value of the managerReference property.

Returns

public OrganizationObjectType getOrganizationReference ()

Gets the value of the organizationReference property.

Returns

public void setManagerReference (WorkerObjectType value)

Sets the value of the managerReference property.

Parameters
value Allowed object is WorkerObjectType

public void setOrganizationReference (OrganizationObjectType value)

Sets the value of the organizationReference property.

Parameters
value Allowed object is OrganizationObjectType