public class ParticipantsXto extends Object
Java class for Participants complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Participants">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="roles" type="{http://eclipse.org/stardust/ws/v2012a/api}Roles" minOccurs="0"/>
<element name="organizations" type="{http://eclipse.org/stardust/ws/v2012a/api}Organizations" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ParticipantsXto() |
| Modifier and Type | Method and Description |
|---|---|
OrganizationsXto |
getOrganizations()
Gets the value of the organizations property.
|
RolesXto |
getRoles()
Gets the value of the roles property.
|
void |
setOrganizations(OrganizationsXto value)
Sets the value of the organizations property.
|
void |
setRoles(RolesXto value)
Sets the value of the roles property.
|
public RolesXto getRoles()
RolesXtopublic void setRoles(RolesXto value)
value - allowed object is
RolesXtopublic OrganizationsXto getOrganizations()
OrganizationsXtopublic void setOrganizations(OrganizationsXto value)
value - allowed object is
OrganizationsXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.