public class ParticipantContributionXto extends Object
Java class for ParticipantContribution complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParticipantContribution">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="filter" type="{http://eclipse.org/stardust/ws/v2012a/api/query}PerformingParticipantFilter" minOccurs="0"/>
<element name="subsetPolicy" type="{http://eclipse.org/stardust/ws/v2012a/api/query}SubsetPolicy" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ParticipantContributionXto() |
| Modifier and Type | Method and Description |
|---|---|
PerformingParticipantFilterXto |
getFilter()
Gets the value of the filter property.
|
SubsetPolicyXto |
getSubsetPolicy()
Gets the value of the subsetPolicy property.
|
void |
setFilter(PerformingParticipantFilterXto value)
Sets the value of the filter property.
|
void |
setSubsetPolicy(SubsetPolicyXto value)
Sets the value of the subsetPolicy property.
|
public PerformingParticipantFilterXto getFilter()
PerformingParticipantFilterXtopublic void setFilter(PerformingParticipantFilterXto value)
value - allowed object is
PerformingParticipantFilterXtopublic SubsetPolicyXto getSubsetPolicy()
SubsetPolicyXtopublic void setSubsetPolicy(SubsetPolicyXto value)
value - allowed object is
SubsetPolicyXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.