public class

UnionMemberDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.UnionMemberDataType

Class Overview

Element containing a single union member with associated membership details.

Java class for Union_Member_DataType complex type.

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

 <complexType name="Union_Member_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
         <element name="Union_Reference" type="{urn:com.workday/bsvc}UnionObjectType"/>
         <element name="Seniority_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="Union_Membership_Data" type="{urn:com.workday/bsvc}Union_Membership_DataType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar seniorityDate
protected List<UnionMembershipDataType> unionMembershipData
protected UnionObjectType unionReference
protected WorkerObjectType workerReference
Public Constructors
UnionMemberDataType()
Public Methods
XMLGregorianCalendar getSeniorityDate()
Gets the value of the seniorityDate property.
List<UnionMembershipDataType> getUnionMembershipData()
Gets the value of the unionMembershipData property.
UnionObjectType getUnionReference()
Gets the value of the unionReference property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setSeniorityDate(XMLGregorianCalendar value)
Sets the value of the seniorityDate property.
void setUnionReference(UnionObjectType value)
Sets the value of the unionReference property.
void setWorkerReference(WorkerObjectType value)
Sets the value of the workerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar seniorityDate

protected List<UnionMembershipDataType> unionMembershipData

protected UnionObjectType unionReference

protected WorkerObjectType workerReference

Public Constructors

public UnionMemberDataType ()

Public Methods

public XMLGregorianCalendar getSeniorityDate ()

Gets the value of the seniorityDate property.

Returns
  • possible object is XMLGregorianCalendar

public List<UnionMembershipDataType> getUnionMembershipData ()

Gets the value of the unionMembershipData 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 unionMembershipData property.

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

    getUnionMembershipData().add(newItem);
 

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

public UnionObjectType getUnionReference ()

Gets the value of the unionReference property.

Returns

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setSeniorityDate (XMLGregorianCalendar value)

Sets the value of the seniorityDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setUnionReference (UnionObjectType value)

Sets the value of the unionReference property.

Parameters
value Allowed object is UnionObjectType

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType