public class

UnionMembershipDataType

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

Class Overview

Element containing specific union membership dates and details.

Java class for Union_Membership_DataType complex type.

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

 <complexType name="Union_Membership_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Start_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Membership_Type_Reference" type="{urn:com.workday/bsvc}Union_Membership_TypeObjectType"/>
         <element name="Notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar endDate
protected UnionMembershipTypeObjectType membershipTypeReference
protected String notes
protected XMLGregorianCalendar startDate
Public Constructors
UnionMembershipDataType()
Public Methods
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
UnionMembershipTypeObjectType getMembershipTypeReference()
Gets the value of the membershipTypeReference property.
String getNotes()
Gets the value of the notes property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setMembershipTypeReference(UnionMembershipTypeObjectType value)
Sets the value of the membershipTypeReference property.
void setNotes(String value)
Sets the value of the notes property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar endDate

protected UnionMembershipTypeObjectType membershipTypeReference

protected String notes

protected XMLGregorianCalendar startDate

Public Constructors

public UnionMembershipDataType ()

Public Methods

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public UnionMembershipTypeObjectType getMembershipTypeReference ()

Gets the value of the membershipTypeReference property.

Returns

public String getNotes ()

Gets the value of the notes property.

Returns
  • possible object is String

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setMembershipTypeReference (UnionMembershipTypeObjectType value)

Sets the value of the membershipTypeReference property.

Parameters
value Allowed object is UnionMembershipTypeObjectType

public void setNotes (String value)

Sets the value of the notes property.

Parameters
value Allowed object is String

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar