com.hyper9.simdk.stubs.jaxws
Class Copy

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

public class Copy
extends Object


Constructor Summary
Copy()
           
 
Method Summary
 ManagedObjectReference getDestinationDatacenter()
           
 String getDestinationPath()
           
 String getFileType()
           
 Boolean getForce()
           
 ManagedObjectReference getSourceDatacenter()
           
 String getSourcePath()
           
 ManagedObjectReference getThis()
           
 void setDestinationDatacenter(ManagedObjectReference destinationDatacenter)
           
 void setDestinationPath(String destinationPath)
           
 void setFileType(String fileType)
           
 void setForce(Boolean force)
           
 void setSourceDatacenter(ManagedObjectReference sourceDatacenter)
           
 void setSourcePath(String sourcePath)
           
 void setThis(ManagedObjectReference _this)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Copy

public Copy()
Method Detail

getThis

public ManagedObjectReference getThis()
Returns:
returns ManagedObjectReference

setThis

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

getSourceDatacenter

public ManagedObjectReference getSourceDatacenter()
Returns:
returns ManagedObjectReference

setSourceDatacenter

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

getSourcePath

public String getSourcePath()
Returns:
returns String

setSourcePath

public void setSourcePath(String sourcePath)
Parameters:
sourcePath - the value for the sourcePath property

getDestinationDatacenter

public ManagedObjectReference getDestinationDatacenter()
Returns:
returns ManagedObjectReference

setDestinationDatacenter

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

getDestinationPath

public String getDestinationPath()
Returns:
returns String

setDestinationPath

public void setDestinationPath(String destinationPath)
Parameters:
destinationPath - the value for the destinationPath property

getForce

public Boolean getForce()
Returns:
returns Boolean

setForce

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

getFileType

public String getFileType()
Returns:
returns String

setFileType

public void setFileType(String fileType)
Parameters:
fileType - the value for the fileType property


Copyright © 2009-2010 Hyper9. All Rights Reserved.