public class

OrganizationMembershipDataType

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

Class Overview

Wrapper element for the Organization Membership information.

Java class for Organization_Membership_DataType complex type.

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

 <complexType name="Organization_Membership_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Membership_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Remove_Membership" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Membership" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Affiliation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Member_Since" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String affiliation
protected XMLGregorianCalendar memberSince
protected String membership
protected String membershipID
protected Boolean removeMembership
Public Constructors
OrganizationMembershipDataType()
Public Methods
String getAffiliation()
Gets the value of the affiliation property.
XMLGregorianCalendar getMemberSince()
Gets the value of the memberSince property.
String getMembership()
Gets the value of the membership property.
String getMembershipID()
Gets the value of the membershipID property.
Boolean getRemoveMembership()
Gets the value of the removeMembership property.
void setAffiliation(String value)
Sets the value of the affiliation property.
void setMemberSince(XMLGregorianCalendar value)
Sets the value of the memberSince property.
void setMembership(String value)
Sets the value of the membership property.
void setMembershipID(String value)
Sets the value of the membershipID property.
void setRemoveMembership(Boolean value)
Sets the value of the removeMembership property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String affiliation

protected XMLGregorianCalendar memberSince

protected String membership

protected String membershipID

protected Boolean removeMembership

Public Constructors

public OrganizationMembershipDataType ()

Public Methods

public String getAffiliation ()

Gets the value of the affiliation property.

Returns
  • possible object is String

public XMLGregorianCalendar getMemberSince ()

Gets the value of the memberSince property.

Returns
  • possible object is XMLGregorianCalendar

public String getMembership ()

Gets the value of the membership property.

Returns
  • possible object is String

public String getMembershipID ()

Gets the value of the membershipID property.

Returns
  • possible object is String

public Boolean getRemoveMembership ()

Gets the value of the removeMembership property. This getter has been renamed from isRemoveMembership() to getRemoveMembership() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setAffiliation (String value)

Sets the value of the affiliation property.

Parameters
value Allowed object is String

public void setMemberSince (XMLGregorianCalendar value)

Sets the value of the memberSince property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setMembership (String value)

Sets the value of the membership property.

Parameters
value Allowed object is String

public void setMembershipID (String value)

Sets the value of the membershipID property.

Parameters
value Allowed object is String

public void setRemoveMembership (Boolean value)

Sets the value of the removeMembership property.

Parameters
value Allowed object is Boolean