com.hyper9.simdk.stubs.jaxws
Class ModifyListView

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

public class ModifyListView
extends Object


Constructor Summary
ModifyListView()
           
 
Method Summary
 List<ManagedObjectReference> getAdd()
           
 List<ManagedObjectReference> getRemove()
           
 ManagedObjectReference getThis()
           
 void setAdd(List<ManagedObjectReference> add)
           
 void setRemove(List<ManagedObjectReference> remove)
           
 void setThis(ManagedObjectReference _this)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModifyListView

public ModifyListView()
Method Detail

getThis

public ManagedObjectReference getThis()
Returns:
returns ManagedObjectReference

setThis

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

getAdd

public List<ManagedObjectReference> getAdd()
Returns:
returns List

setAdd

public void setAdd(List<ManagedObjectReference> add)
Parameters:
add - the value for the add property

getRemove

public List<ManagedObjectReference> getRemove()
Returns:
returns List

setRemove

public void setRemove(List<ManagedObjectReference> remove)
Parameters:
remove - the value for the remove property


Copyright © 2009-2010 Hyper9. All Rights Reserved.