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

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

public class ParticipantXto
extends Object

The Participant contains a role, organization or user.

Java class for Participant complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Participant">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="role" type="{http://eclipse.org/stardust/ws/v2012a/api}Role" minOccurs="0"/>
         <element name="organization" type="{http://eclipse.org/stardust/ws/v2012a/api}Organization" minOccurs="0"/>
         <element name="user" type="{http://eclipse.org/stardust/ws/v2012a/api}User" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ParticipantXto()
           
 
Method Summary
 OrganizationXto getOrganization()
          Gets the value of the organization property.
 RoleXto getRole()
          Gets the value of the role property.
 UserXto getUser()
          Gets the value of the user property.
 void setOrganization(OrganizationXto value)
          Sets the value of the organization property.
 void setRole(RoleXto value)
          Sets the value of the role property.
 void setUser(UserXto value)
          Sets the value of the user property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParticipantXto

public ParticipantXto()
Method Detail

getRole

public RoleXto getRole()
Gets the value of the role property.

Returns:
possible object is RoleXto

setRole

public void setRole(RoleXto value)
Sets the value of the role property.

Parameters:
value - allowed object is RoleXto

getOrganization

public OrganizationXto getOrganization()
Gets the value of the organization property.

Returns:
possible object is OrganizationXto

setOrganization

public void setOrganization(OrganizationXto value)
Sets the value of the organization property.

Parameters:
value - allowed object is OrganizationXto

getUser

public UserXto getUser()
Gets the value of the user property.

Returns:
possible object is UserXto

setUser

public void setUser(UserXto value)
Sets the value of the user property.

Parameters:
value - allowed object is UserXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.