public class ActivityQueryResultXto extends QueryResultXto
Java class for ActivityQueryResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityQueryResult">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api}QueryResult">
<sequence>
<element name="activityInstances" type="{http://eclipse.org/stardust/ws/v2012a/api}ActivityInstances" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ActivityQueryResultXto() |
| Modifier and Type | Method and Description |
|---|---|
ActivityInstancesXto |
getActivityInstances()
Gets the value of the activityInstances property.
|
void |
setActivityInstances(ActivityInstancesXto value)
Sets the value of the activityInstances property.
|
getTotalCount, getTotalCountThreshold, isHasMore, setHasMore, setTotalCount, setTotalCountThresholdpublic ActivityInstancesXto getActivityInstances()
ActivityInstancesXtopublic void setActivityInstances(ActivityInstancesXto value)
value - allowed object is
ActivityInstancesXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.