org.eclipse.stardust.engine.api.ws
Class WorklistXto.SharedWorklistsXto.SharedWorklistXto

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

public static class WorklistXto.SharedWorklistsXto.SharedWorklistXto
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.SharedWorklistsXto.SharedWorklistXto()
           
 
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.SharedWorklistsXto.SharedWorklistXto

public WorklistXto.SharedWorklistsXto.SharedWorklistXto()
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.