com.hyper9.simdk.stubs.jaxws
Class UnassignUserFromGroup

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

public class UnassignUserFromGroup
extends Object


Constructor Summary
UnassignUserFromGroup()
           
 
Method Summary
 String getGroup()
           
 ManagedObjectReference getThis()
           
 String getUser()
           
 void setGroup(String group)
           
 void setThis(ManagedObjectReference _this)
           
 void setUser(String user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnassignUserFromGroup

public UnassignUserFromGroup()
Method Detail

getThis

public ManagedObjectReference getThis()
Returns:
returns ManagedObjectReference

setThis

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

getUser

public String getUser()
Returns:
returns String

setUser

public void setUser(String user)
Parameters:
user - the value for the user property

getGroup

public String getGroup()
Returns:
returns String

setGroup

public void setGroup(String group)
Parameters:
group - the value for the group property


Copyright © 2009-2010 Hyper9. All Rights Reserved.