com.hyper9.simdk.stubs.jaxws
Class FindAllByUuid

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

public class FindAllByUuid
extends Object


Constructor Summary
FindAllByUuid()
           
 
Method Summary
 ManagedObjectReference getDatacenter()
           
 Boolean getInstanceUuid()
           
 ManagedObjectReference getThis()
           
 String getUuid()
           
 Boolean getVmSearch()
           
 void setDatacenter(ManagedObjectReference datacenter)
           
 void setInstanceUuid(Boolean instanceUuid)
           
 void setThis(ManagedObjectReference _this)
           
 void setUuid(String uuid)
           
 void setVmSearch(Boolean vmSearch)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindAllByUuid

public FindAllByUuid()
Method Detail

getThis

public ManagedObjectReference getThis()
Returns:
returns ManagedObjectReference

setThis

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

getDatacenter

public ManagedObjectReference getDatacenter()
Returns:
returns ManagedObjectReference

setDatacenter

public void setDatacenter(ManagedObjectReference datacenter)
Parameters:
datacenter - the value for the datacenter property

getUuid

public String getUuid()
Returns:
returns String

setUuid

public void setUuid(String uuid)
Parameters:
uuid - the value for the uuid property

getVmSearch

public Boolean getVmSearch()
Returns:
returns Boolean

setVmSearch

public void setVmSearch(Boolean vmSearch)
Parameters:
vmSearch - the value for the vmSearch property

getInstanceUuid

public Boolean getInstanceUuid()
Returns:
returns Boolean

setInstanceUuid

public void setInstanceUuid(Boolean instanceUuid)
Parameters:
instanceUuid - the value for the instanceUuid property


Copyright © 2009-2010 Hyper9. All Rights Reserved.