public class UserContributionXto extends Object
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 and Description |
|---|
UserContributionXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public SubsetPolicyXto getSubsetPolicy()
SubsetPolicyXtopublic void setSubsetPolicy(SubsetPolicyXto value)
value - allowed object is
SubsetPolicyXtopublic boolean isIncluded()
BooleanCopyright © 2016 Eclipse Stardust. All Rights Reserved.