| java.lang.Object | |
| ↳ | com.workday.hr.UnionMembershipDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| endDate | |||||||||||
| membershipTypeReference | |||||||||||
| notes | |||||||||||
| startDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the endDate property.
| |||||||||||
Gets the value of the membershipTypeReference property.
| |||||||||||
Gets the value of the notes property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the membershipTypeReference property.
| |||||||||||
Sets the value of the notes property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the endDate property.
Gets the value of the membershipTypeReference property.
UnionMembershipTypeObjectType
Gets the value of the notes property.
Gets the value of the startDate property.
Sets the value of the endDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the membershipTypeReference property.
| value | Allowed object is
UnionMembershipTypeObjectType
|
|---|
Sets the value of the notes property.
| value | Allowed object is String |
|---|
Sets the value of the startDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|

