org.eclipse.stardust.engine.api.ws.query
Class UserContributionXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.UserContributionXto

public class UserContributionXto
extends Object

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

UserContributionXto

public UserContributionXto()
Method Detail

getSubsetPolicy

public SubsetPolicyXto getSubsetPolicy()
Gets the value of the subsetPolicy property.

Returns:
possible object is SubsetPolicyXto

setSubsetPolicy

public void setSubsetPolicy(SubsetPolicyXto value)
Sets the value of the subsetPolicy property.

Parameters:
value - allowed object is SubsetPolicyXto

isIncluded

public boolean isIncluded()
Gets the value of the included property.

Returns:
possible object is Boolean

setIncluded

public void setIncluded(Boolean value)
Sets the value of the included property.

Parameters:
value - allowed object is Boolean


Copyright © 2017 Eclipse Stardust. All Rights Reserved.