com.hyper9.simdk.stubs.jaxws
Class MoveDatastoreFile

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

public class MoveDatastoreFile
extends Object


Constructor Summary
MoveDatastoreFile()
           
 
Method Summary
 ManagedObjectReference getDestinationDatacenter()
           
 String getDestinationName()
           
 Boolean getForce()
           
 ManagedObjectReference getSourceDatacenter()
           
 String getSourceName()
           
 ManagedObjectReference getThis()
           
 void setDestinationDatacenter(ManagedObjectReference destinationDatacenter)
           
 void setDestinationName(String destinationName)
           
 void setForce(Boolean force)
           
 void setSourceDatacenter(ManagedObjectReference sourceDatacenter)
           
 void setSourceName(String sourceName)
           
 void setThis(ManagedObjectReference _this)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveDatastoreFile

public MoveDatastoreFile()
Method Detail

getThis

public ManagedObjectReference getThis()
Returns:
returns ManagedObjectReference

setThis

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

getSourceName

public String getSourceName()
Returns:
returns String

setSourceName

public void setSourceName(String sourceName)
Parameters:
sourceName - the value for the sourceName property

getSourceDatacenter

public ManagedObjectReference getSourceDatacenter()
Returns:
returns ManagedObjectReference

setSourceDatacenter

public void setSourceDatacenter(ManagedObjectReference sourceDatacenter)
Parameters:
sourceDatacenter - the value for the sourceDatacenter property

getDestinationName

public String getDestinationName()
Returns:
returns String

setDestinationName

public void setDestinationName(String destinationName)
Parameters:
destinationName - the value for the destinationName property

getDestinationDatacenter

public ManagedObjectReference getDestinationDatacenter()
Returns:
returns ManagedObjectReference

setDestinationDatacenter

public void setDestinationDatacenter(ManagedObjectReference destinationDatacenter)
Parameters:
destinationDatacenter - the value for the destinationDatacenter property

getForce

public Boolean getForce()
Returns:
returns Boolean

setForce

public void setForce(Boolean force)
Parameters:
force - the value for the force property


Copyright © 2009-2010 Hyper9. All Rights Reserved.