public class ParticipantAssociationFilterXto extends PredicateBaseXto
Java class for ParticipantAssociationFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParticipantAssociationFilter">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}PredicateBase">
<sequence>
<choice>
<element name="department" type="{http://eclipse.org/stardust/ws/v2012a/api}DepartmentInfo"/>
<element name="teamLeader" type="{http://eclipse.org/stardust/ws/v2012a/api}RoleInfo"/>
<element name="modelParticipant">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="participant" type="{http://eclipse.org/stardust/ws/v2012a/api}ParticipantInfo"/>
</sequence>
<attribute name="recursively" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ParticipantAssociationFilterXto.ModelParticipantXto
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
ParticipantAssociationFilterXto() |
| Modifier and Type | Method and Description |
|---|---|
DepartmentInfoXto |
getDepartment()
Gets the value of the department property.
|
ParticipantAssociationFilterXto.ModelParticipantXto |
getModelParticipant()
Gets the value of the modelParticipant property.
|
RoleInfoXto |
getTeamLeader()
Gets the value of the teamLeader property.
|
void |
setDepartment(DepartmentInfoXto value)
Sets the value of the department property.
|
void |
setModelParticipant(ParticipantAssociationFilterXto.ModelParticipantXto value)
Sets the value of the modelParticipant property.
|
void |
setTeamLeader(RoleInfoXto value)
Sets the value of the teamLeader property.
|
public DepartmentInfoXto getDepartment()
DepartmentInfoXtopublic void setDepartment(DepartmentInfoXto value)
value - allowed object is
DepartmentInfoXtopublic RoleInfoXto getTeamLeader()
RoleInfoXtopublic void setTeamLeader(RoleInfoXto value)
value - allowed object is
RoleInfoXtopublic ParticipantAssociationFilterXto.ModelParticipantXto getModelParticipant()
ParticipantAssociationFilterXto.ModelParticipantXtopublic void setModelParticipant(ParticipantAssociationFilterXto.ModelParticipantXto value)
value - allowed object is
ParticipantAssociationFilterXto.ModelParticipantXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.