com.hyper9.simdk.stubs.jaxws
Class FindByDnsName

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

public class FindByDnsName
extends Object


Constructor Summary
FindByDnsName()
           
 
Method Summary
 ManagedObjectReference getDatacenter()
           
 String getDnsName()
           
 ManagedObjectReference getThis()
           
 Boolean getVmSearch()
           
 void setDatacenter(ManagedObjectReference datacenter)
           
 void setDnsName(String dnsName)
           
 void setThis(ManagedObjectReference _this)
           
 void setVmSearch(Boolean vmSearch)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindByDnsName

public FindByDnsName()
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

getDnsName

public String getDnsName()
Returns:
returns String

setDnsName

public void setDnsName(String dnsName)
Parameters:
dnsName - the value for the dnsName property

getVmSearch

public Boolean getVmSearch()
Returns:
returns Boolean

setVmSearch

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


Copyright © 2009-2010 Hyper9. All Rights Reserved.