org.eclipse.stardust.engine.api.ws.query
Class PerformingOnBehalfOfFilterXto.ModelParticipantsXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.PerformingOnBehalfOfFilterXto.ModelParticipantsXto
Enclosing class:
PerformingOnBehalfOfFilterXto

public static class PerformingOnBehalfOfFilterXto.ModelParticipantsXto
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <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>
 


Nested Class Summary
static class PerformingOnBehalfOfFilterXto.ModelParticipantsXto.ParticipantsXto
          Java class for anonymous complex type.
 
Constructor Summary
PerformingOnBehalfOfFilterXto.ModelParticipantsXto()
           
 
Method Summary
 PerformingOnBehalfOfFilterXto.ModelParticipantsXto.ParticipantsXto getParticipants()
          Gets the value of the participants property.
 void setParticipants(PerformingOnBehalfOfFilterXto.ModelParticipantsXto.ParticipantsXto value)
          Sets the value of the participants property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerformingOnBehalfOfFilterXto.ModelParticipantsXto

public PerformingOnBehalfOfFilterXto.ModelParticipantsXto()
Method Detail

getParticipants

public PerformingOnBehalfOfFilterXto.ModelParticipantsXto.ParticipantsXto getParticipants()
Gets the value of the participants property.

Returns:
possible object is PerformingOnBehalfOfFilterXto.ModelParticipantsXto.ParticipantsXto

setParticipants

public void setParticipants(PerformingOnBehalfOfFilterXto.ModelParticipantsXto.ParticipantsXto value)
Sets the value of the participants property.

Parameters:
value - allowed object is PerformingOnBehalfOfFilterXto.ModelParticipantsXto.ParticipantsXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.