| java.lang.Object | |
| ↳ | workday.com.bsvc.MembershipType |
Wrapper element for the Organization Membership information.
Java class for MembershipType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MembershipType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Organization_Membership_Reference" type="{urn:com.workday/bsvc}MembershipObjectType" minOccurs="0"/>
<element name="Organization_Membership_Data" type="{urn:com.workday/bsvc}Organization_Membership_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| organizationMembershipData | |||||||||||
| organizationMembershipReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the organizationMembershipData property.
| |||||||||||
Gets the value of the organizationMembershipReference property.
| |||||||||||
Sets the value of the organizationMembershipReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the organizationMembershipData 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 organizationMembershipData property.
For example, to add a new item, do as follows:
getOrganizationMembershipData().add(newItem);
Objects of the following type(s) are allowed in the list
OrganizationMembershipDataType
Gets the value of the organizationMembershipReference property.
MembershipObjectType
Sets the value of the organizationMembershipReference property.
| value | Allowed object is
MembershipObjectType
|
|---|

