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