public class WorklistQueryXto extends QueryXto
Java class for WorklistQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorklistQuery">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}Query">
<sequence>
<element name="userContribution" type="{http://eclipse.org/stardust/ws/v2012a/api/query}UserContribution" minOccurs="0"/>
<element name="participantContributions" type="{http://eclipse.org/stardust/ws/v2012a/api/query}ParticipantContributions" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
WorklistQueryXto() |
| Modifier and Type | Method and Description |
|---|---|
ParticipantContributionsXto |
getParticipantContributions()
Gets the value of the participantContributions property.
|
UserContributionXto |
getUserContribution()
Gets the value of the userContribution property.
|
void |
setParticipantContributions(ParticipantContributionsXto value)
Sets the value of the participantContributions property.
|
void |
setUserContribution(UserContributionXto value)
Sets the value of the userContribution property.
|
getOrder, getPolicy, getPredicate, setOrder, setPolicy, setPredicatepublic UserContributionXto getUserContribution()
UserContributionXtopublic void setUserContribution(UserContributionXto value)
value - allowed object is
UserContributionXtopublic ParticipantContributionsXto getParticipantContributions()
ParticipantContributionsXtopublic void setParticipantContributions(ParticipantContributionsXto value)
value - allowed object is
ParticipantContributionsXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.