public class ParticipantXto extends Object
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 and Description |
|---|
ParticipantXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public RoleXto getRole()
RoleXtopublic void setRole(RoleXto value)
value - allowed object is
RoleXtopublic OrganizationXto getOrganization()
OrganizationXtopublic void setOrganization(OrganizationXto value)
value - allowed object is
OrganizationXtopublic UserXto getUser()
UserXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.