|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.ParticipantXto
public class ParticipantXto
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 |
|---|
public ParticipantXto()
| Method Detail |
|---|
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()
UserXtopublic void setUser(UserXto value)
value - allowed object is
UserXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||