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 and Description |
|---|
ParticipantAssociationFilterXto.ModelParticipantXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public ParticipantAssociationFilterXto.ModelParticipantXto()
public ParticipantInfoXto getParticipant()
ParticipantInfoXtopublic void setParticipant(ParticipantInfoXto value)
value - allowed object is
ParticipantInfoXtopublic boolean isRecursively()
BooleanCopyright © 2016 Eclipse Stardust. All Rights Reserved.