org.eclipse.stardust.engine.api.ws.query
Class ParticipantAssociationFilterXto.ModelParticipantXto

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

public static class ParticipantAssociationFilterXto.ModelParticipantXto
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="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>
 


Constructor Summary
ParticipantAssociationFilterXto.ModelParticipantXto()
           
 
Method Summary
 ParticipantInfoXto getParticipant()
          Gets the value of the participant property.
 boolean isRecursively()
          Gets the value of the recursively property.
 void setParticipant(ParticipantInfoXto value)
          Sets the value of the participant property.
 void setRecursively(Boolean value)
          Sets the value of the recursively property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParticipantAssociationFilterXto.ModelParticipantXto

public ParticipantAssociationFilterXto.ModelParticipantXto()
Method Detail

getParticipant

public ParticipantInfoXto getParticipant()
Gets the value of the participant property.

Returns:
possible object is ParticipantInfoXto

setParticipant

public void setParticipant(ParticipantInfoXto value)
Sets the value of the participant property.

Parameters:
value - allowed object is ParticipantInfoXto

isRecursively

public boolean isRecursively()
Gets the value of the recursively property.

Returns:
possible object is Boolean

setRecursively

public void setRecursively(Boolean value)
Sets the value of the recursively property.

Parameters:
value - allowed object is Boolean


Copyright © 2017 Eclipse Stardust. All Rights Reserved.