|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.query.UserContributionXto
public class UserContributionXto
Configures the user's private worklist to be partially included in the result.
Java class for UserContribution complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserContribution">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="subsetPolicy" type="{http://eclipse.org/stardust/ws/v2012a/api/query}SubsetPolicy" minOccurs="0"/>
</sequence>
<attribute name="included" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
UserContributionXto()
|
|
| Method Summary | |
|---|---|
SubsetPolicyXto |
getSubsetPolicy()
Gets the value of the subsetPolicy property. |
boolean |
isIncluded()
Gets the value of the included property. |
void |
setIncluded(Boolean value)
Sets the value of the included property. |
void |
setSubsetPolicy(SubsetPolicyXto value)
Sets the value of the subsetPolicy property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserContributionXto()
| Method Detail |
|---|
public SubsetPolicyXto getSubsetPolicy()
SubsetPolicyXtopublic void setSubsetPolicy(SubsetPolicyXto value)
value - allowed object is
SubsetPolicyXtopublic boolean isIncluded()
Booleanpublic void setIncluded(Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||