public class

MembershipType

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

Class Overview

Wrapper element for the Organization Membership information.

Java class for MembershipType complex type.

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

 <complexType name="MembershipType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Organization_Membership_Reference" type="{urn:com.workday/bsvc}MembershipObjectType" minOccurs="0"/>
         <element name="Organization_Membership_Data" type="{urn:com.workday/bsvc}Organization_Membership_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<OrganizationMembershipDataType> organizationMembershipData
protected MembershipObjectType organizationMembershipReference
Public Constructors
MembershipType()
Public Methods
List<OrganizationMembershipDataType> getOrganizationMembershipData()
Gets the value of the organizationMembershipData property.
MembershipObjectType getOrganizationMembershipReference()
Gets the value of the organizationMembershipReference property.
void setOrganizationMembershipData(List<OrganizationMembershipDataType> organizationMembershipData)
Sets the value of the organizationMembershipData property.
void setOrganizationMembershipReference(MembershipObjectType value)
Sets the value of the organizationMembershipReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<OrganizationMembershipDataType> organizationMembershipData

protected MembershipObjectType organizationMembershipReference

Public Constructors

public MembershipType ()

Public Methods

public List<OrganizationMembershipDataType> getOrganizationMembershipData ()

Gets the value of the organizationMembershipData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the organizationMembershipData property.

For example, to add a new item, do as follows:

    getOrganizationMembershipData().add(newItem);
 

Objects of the following type(s) are allowed in the list OrganizationMembershipDataType

public MembershipObjectType getOrganizationMembershipReference ()

Gets the value of the organizationMembershipReference property.

Returns

public void setOrganizationMembershipData (List<OrganizationMembershipDataType> organizationMembershipData)

Sets the value of the organizationMembershipData property.

Parameters
organizationMembershipData Allowed object is OrganizationMembershipDataType

public void setOrganizationMembershipReference (MembershipObjectType value)

Sets the value of the organizationMembershipReference property.

Parameters
value Allowed object is MembershipObjectType