org.eclipse.stardust.engine.api.ws
Class WorklistXto.UserWorklistXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.QueryResultXto
      extended by org.eclipse.stardust.engine.api.ws.WorklistXto.UserWorklistXto
Enclosing class:
WorklistXto

public static class WorklistXto.UserWorklistXto
extends QueryResultXto

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api}QueryResult">
       <sequence>
         <element name="owner" type="{http://eclipse.org/stardust/ws/v2012a/api}UserInfo"/>
         <element name="workItems" type="{http://eclipse.org/stardust/ws/v2012a/api}ActivityInstances"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
WorklistXto.UserWorklistXto()
           
 
Method Summary
 UserInfoXto getOwner()
          Gets the value of the owner property.
 ActivityInstancesXto getWorkItems()
          Gets the value of the workItems property.
 void setOwner(UserInfoXto value)
          Sets the value of the owner property.
 void setWorkItems(ActivityInstancesXto value)
          Sets the value of the workItems property.
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.QueryResultXto
getTotalCount, getTotalCountThreshold, isHasMore, setHasMore, setTotalCount, setTotalCountThreshold
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorklistXto.UserWorklistXto

public WorklistXto.UserWorklistXto()
Method Detail

getOwner

public UserInfoXto getOwner()
Gets the value of the owner property.

Returns:
possible object is UserInfoXto

setOwner

public void setOwner(UserInfoXto value)
Sets the value of the owner property.

Parameters:
value - allowed object is UserInfoXto

getWorkItems

public ActivityInstancesXto getWorkItems()
Gets the value of the workItems property.

Returns:
possible object is ActivityInstancesXto

setWorkItems

public void setWorkItems(ActivityInstancesXto value)
Sets the value of the workItems property.

Parameters:
value - allowed object is ActivityInstancesXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.