| java.lang.Object | |
| ↳ | workday.com.bsvc.OrganizationMembershipDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| affiliation | |||||||||||
| memberSince | |||||||||||
| membership | |||||||||||
| membershipID | |||||||||||
| removeMembership | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the affiliation property.
| |||||||||||
Gets the value of the memberSince property.
| |||||||||||
Gets the value of the membership property.
| |||||||||||
Gets the value of the membershipID property.
| |||||||||||
Gets the value of the removeMembership property.
| |||||||||||
Sets the value of the affiliation property.
| |||||||||||
Sets the value of the memberSince property.
| |||||||||||
Sets the value of the membership property.
| |||||||||||
Sets the value of the membershipID property.
| |||||||||||
Sets the value of the removeMembership property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the affiliation property.
Gets the value of the memberSince property.
Gets the value of the membership property.
Gets the value of the membershipID property.
Gets the value of the removeMembership property.
Sets the value of the affiliation property.
| value | Allowed object is String |
|---|
Sets the value of the memberSince property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the membership property.
| value | Allowed object is String |
|---|
Sets the value of the membershipID property.
| value | Allowed object is String |
|---|
Sets the value of the removeMembership property.
| value | Allowed object is Boolean |
|---|

