org.eclipse.stardust.engine.api.ws
Class ParticipantsXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.ParticipantsXto

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 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

ParticipantsXto

public ParticipantsXto()
Method Detail

getRoles

public RolesXto getRoles()
Gets the value of the roles property.

Returns:
possible object is RolesXto

setRoles

public void setRoles(RolesXto value)
Sets the value of the roles property.

Parameters:
value - allowed object is RolesXto

getOrganizations

public OrganizationsXto getOrganizations()
Gets the value of the organizations property.

Returns:
possible object is OrganizationsXto

setOrganizations

public void setOrganizations(OrganizationsXto value)
Sets the value of the organizations property.

Parameters:
value - allowed object is OrganizationsXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.