| java.lang.Object | |
| ↳ | com.workday.hr.UnionMemberDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| seniorityDate | |||||||||||
| unionMembershipData | |||||||||||
| unionReference | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the seniorityDate property.
| |||||||||||
Gets the value of the unionMembershipData property.
| |||||||||||
Gets the value of the unionReference property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the seniorityDate property.
| |||||||||||
Sets the value of the unionMembershipData property.
| |||||||||||
Sets the value of the unionReference property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the seniorityDate property.
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
Gets the value of the unionReference property.
UnionObjectType
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the seniorityDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the unionMembershipData property.
| unionMembershipData | Allowed object is
UnionMembershipDataType
|
|---|
Sets the value of the unionReference property.
| value | Allowed object is
UnionObjectType
|
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|