com.hyper9.simdk.stubs.jaxws
Class RetrieveUserGroups

java.lang.Object
  extended by com.hyper9.simdk.stubs.jaxws.RetrieveUserGroups

public class RetrieveUserGroups
extends Object


Constructor Summary
RetrieveUserGroups()
           
 
Method Summary
 String getBelongsToGroup()
           
 String getBelongsToUser()
           
 String getDomain()
           
 Boolean getExactMatch()
           
 Boolean getFindGroups()
           
 Boolean getFindUsers()
           
 String getSearchStr()
           
 ManagedObjectReference getThis()
           
 void setBelongsToGroup(String belongsToGroup)
           
 void setBelongsToUser(String belongsToUser)
           
 void setDomain(String domain)
           
 void setExactMatch(Boolean exactMatch)
           
 void setFindGroups(Boolean findGroups)
           
 void setFindUsers(Boolean findUsers)
           
 void setSearchStr(String searchStr)
           
 void setThis(ManagedObjectReference _this)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetrieveUserGroups

public RetrieveUserGroups()
Method Detail

getThis

public ManagedObjectReference getThis()
Returns:
returns ManagedObjectReference

setThis

public void setThis(ManagedObjectReference _this)
Parameters:
_this - the value for the _this property

getDomain

public String getDomain()
Returns:
returns String

setDomain

public void setDomain(String domain)
Parameters:
domain - the value for the domain property

getSearchStr

public String getSearchStr()
Returns:
returns String

setSearchStr

public void setSearchStr(String searchStr)
Parameters:
searchStr - the value for the searchStr property

getBelongsToGroup

public String getBelongsToGroup()
Returns:
returns String

setBelongsToGroup

public void setBelongsToGroup(String belongsToGroup)
Parameters:
belongsToGroup - the value for the belongsToGroup property

getBelongsToUser

public String getBelongsToUser()
Returns:
returns String

setBelongsToUser

public void setBelongsToUser(String belongsToUser)
Parameters:
belongsToUser - the value for the belongsToUser property

getExactMatch

public Boolean getExactMatch()
Returns:
returns Boolean

setExactMatch

public void setExactMatch(Boolean exactMatch)
Parameters:
exactMatch - the value for the exactMatch property

getFindUsers

public Boolean getFindUsers()
Returns:
returns Boolean

setFindUsers

public void setFindUsers(Boolean findUsers)
Parameters:
findUsers - the value for the findUsers property

getFindGroups

public Boolean getFindGroups()
Returns:
returns Boolean

setFindGroups

public void setFindGroups(Boolean findGroups)
Parameters:
findGroups - the value for the findGroups property


Copyright © 2009-2010 Hyper9. All Rights Reserved.