org.eclipse.stardust.engine.api.ws
Class UserGroupQueryResultXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.QueryResultXto
      extended by org.eclipse.stardust.engine.api.ws.UserGroupQueryResultXto

public class UserGroupQueryResultXto
extends QueryResultXto

Result of an UserGroupQuery execution.

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 Summary
UserGroupQueryResultXto()
           
 
Method Summary
 UserGroupsXto getUserGroups()
          Gets the value of the userGroups property.
 void setUserGroups(UserGroupsXto value)
          Sets the value of the userGroups 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

UserGroupQueryResultXto

public UserGroupQueryResultXto()
Method Detail

getUserGroups

public UserGroupsXto getUserGroups()
Gets the value of the userGroups property.

Returns:
possible object is UserGroupsXto

setUserGroups

public void setUserGroups(UserGroupsXto value)
Sets the value of the userGroups property.

Parameters:
value - allowed object is UserGroupsXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.