public class PerformingOnBehalfOfFilterXto extends PredicateBaseXto
Java class for PerformingOnBehalfOfFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerformingOnBehalfOfFilter">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}PredicateBase">
<sequence>
<choice>
<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>
<element name="modelParticipants">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="participants" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="participant" type="{http://eclipse.org/stardust/ws/v2012a/api}ParticipantInfo" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PerformingOnBehalfOfFilterXto.ModelParticipantsXto
Java class for anonymous complex type.
|
static class |
PerformingOnBehalfOfFilterXto.ModelParticipantXto
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
PerformingOnBehalfOfFilterXto() |
| Modifier and Type | Method and Description |
|---|---|
PerformingOnBehalfOfFilterXto.ModelParticipantXto |
getModelParticipant()
Gets the value of the modelParticipant property.
|
PerformingOnBehalfOfFilterXto.ModelParticipantsXto |
getModelParticipants()
Gets the value of the modelParticipants property.
|
void |
setModelParticipant(PerformingOnBehalfOfFilterXto.ModelParticipantXto value)
Sets the value of the modelParticipant property.
|
void |
setModelParticipants(PerformingOnBehalfOfFilterXto.ModelParticipantsXto value)
Sets the value of the modelParticipants property.
|
public PerformingOnBehalfOfFilterXto.ModelParticipantXto getModelParticipant()
PerformingOnBehalfOfFilterXto.ModelParticipantXtopublic void setModelParticipant(PerformingOnBehalfOfFilterXto.ModelParticipantXto value)
value - allowed object is
PerformingOnBehalfOfFilterXto.ModelParticipantXtopublic PerformingOnBehalfOfFilterXto.ModelParticipantsXto getModelParticipants()
PerformingOnBehalfOfFilterXto.ModelParticipantsXtopublic void setModelParticipants(PerformingOnBehalfOfFilterXto.ModelParticipantsXto value)
value - allowed object is
PerformingOnBehalfOfFilterXto.ModelParticipantsXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.