public class

WorkerOrganizationMembershipDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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}OrganizationObjectType"/>
         <element name="Organization_Data" type="{urn:com.workday/bsvc}Organization_Summary_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected OrganizationSummaryDataType organizationData
protected OrganizationObjectType organizationReference
Public Constructors
WorkerOrganizationMembershipDataType()
Public Methods
OrganizationSummaryDataType getOrganizationData()
Gets the value of the organizationData property.
OrganizationObjectType getOrganizationReference()
Gets the value of the organizationReference property.
void setOrganizationData(OrganizationSummaryDataType value)
Sets the value of the organizationData property.
void setOrganizationReference(OrganizationObjectType value)
Sets the value of the organizationReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected OrganizationSummaryDataType organizationData

protected OrganizationObjectType organizationReference

Public Constructors

public WorkerOrganizationMembershipDataType ()

Public Methods

public OrganizationSummaryDataType getOrganizationData ()

Gets the value of the organizationData property.

Returns

public OrganizationObjectType 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 (OrganizationObjectType value)

Sets the value of the organizationReference property.

Parameters
value Allowed object is OrganizationObjectType