public class

WorkerOrganizationMembershipDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.WorkerOrganizationMembershipDataType

Class Overview

Contains the organization reference and details about an organization.

Java class for Worker_Organization_Membership_DataType complex type.

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

 <complexType name="Worker_Organization_Membership_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Organization_Reference" type="{urn:com.workday/bsvc}Position_SetObjectType"/>
         <element name="Organization_Data" type="{urn:com.workday/bsvc}Organization_Summary_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected OrganizationSummaryDataType organizationData
protected PositionSetObjectType organizationReference
Public Constructors
WorkerOrganizationMembershipDataType()
Public Methods
OrganizationSummaryDataType getOrganizationData()
Gets the value of the organizationData property.
PositionSetObjectType getOrganizationReference()
Gets the value of the organizationReference property.
void setOrganizationData(OrganizationSummaryDataType value)
Sets the value of the organizationData property.
void setOrganizationReference(PositionSetObjectType 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 OrganizationSummaryDataType organizationData

protected PositionSetObjectType organizationReference

Public Constructors

public WorkerOrganizationMembershipDataType ()

Public Methods

public OrganizationSummaryDataType getOrganizationData ()

Gets the value of the organizationData property.

Returns

public PositionSetObjectType getOrganizationReference ()

Gets the value of the organizationReference property.

Returns

public void setOrganizationData (OrganizationSummaryDataType value)

Sets the value of the organizationData property.

Parameters
value Allowed object is OrganizationSummaryDataType

public void setOrganizationReference (PositionSetObjectType value)

Sets the value of the organizationReference property.

Parameters
value Allowed object is PositionSetObjectType