public class PerformingParticipantFilterXto extends PredicateBaseXto
Java class for PerformingParticipantFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerformingParticipantFilter">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}PredicateBase">
<sequence>
<choice>
<element name="anyForUser">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
</element>
<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="true" />
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PerformingParticipantFilterXto.AnyForUserXto
Java class for anonymous complex type.
|
static class |
PerformingParticipantFilterXto.ModelParticipantXto
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
PerformingParticipantFilterXto() |
| Modifier and Type | Method and Description |
|---|---|
PerformingParticipantFilterXto.AnyForUserXto |
getAnyForUser()
Gets the value of the anyForUser property.
|
PerformingParticipantFilterXto.ModelParticipantXto |
getModelParticipant()
Gets the value of the modelParticipant property.
|
void |
setAnyForUser(PerformingParticipantFilterXto.AnyForUserXto value)
Sets the value of the anyForUser property.
|
void |
setModelParticipant(PerformingParticipantFilterXto.ModelParticipantXto value)
Sets the value of the modelParticipant property.
|
public PerformingParticipantFilterXto.AnyForUserXto getAnyForUser()
PerformingParticipantFilterXto.AnyForUserXtopublic void setAnyForUser(PerformingParticipantFilterXto.AnyForUserXto value)
value - allowed object is
PerformingParticipantFilterXto.AnyForUserXtopublic PerformingParticipantFilterXto.ModelParticipantXto getModelParticipant()
PerformingParticipantFilterXto.ModelParticipantXtopublic void setModelParticipant(PerformingParticipantFilterXto.ModelParticipantXto value)
value - allowed object is
PerformingParticipantFilterXto.ModelParticipantXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.