|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ParticipantsXto
public class ParticipantsXto
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 Summary | |
|---|---|
ParticipantsXto()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParticipantsXto()
| Method Detail |
|---|
public RolesXto getRoles()
RolesXtopublic void setRoles(RolesXto value)
value - allowed object is
RolesXtopublic OrganizationsXto getOrganizations()
OrganizationsXtopublic void setOrganizations(OrganizationsXto value)
value - allowed object is
OrganizationsXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||