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-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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()
          Ruft den Wert der participant-Eigenschaft ab.
 boolean isRecursively()
          Ruft den Wert der recursively-Eigenschaft ab.
 void setParticipant(ParticipantInfoXto value)
          Legt den Wert der participant-Eigenschaft fest.
 void setRecursively(Boolean value)
          Legt den Wert der recursively-Eigenschaft fest.
 
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()
Ruft den Wert der participant-Eigenschaft ab.

Returns:
possible object is ParticipantInfoXto

setParticipant

public void setParticipant(ParticipantInfoXto value)
Legt den Wert der participant-Eigenschaft fest.

Parameters:
value - allowed object is ParticipantInfoXto

isRecursively

public boolean isRecursively()
Ruft den Wert der recursively-Eigenschaft ab.

Returns:
possible object is Boolean

setRecursively

public void setRecursively(Boolean value)
Legt den Wert der recursively-Eigenschaft fest.

Parameters:
value - allowed object is Boolean


Copyright © 2015 Eclipse Stardust. All Rights Reserved.