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 and Description |
|---|
WorklistXto.SharedWorklistsXto.SharedWorklistXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getTotalCount, getTotalCountThreshold, isHasMore, setHasMore, setTotalCount, setTotalCountThresholdpublic WorklistXto.SharedWorklistsXto.SharedWorklistXto()
public UserInfoXto getOwner()
UserInfoXtopublic void setOwner(UserInfoXto value)
value - allowed object is
UserInfoXtopublic ActivityInstancesXto getWorkItems()
ActivityInstancesXtopublic void setWorkItems(ActivityInstancesXto value)
value - allowed object is
ActivityInstancesXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.