com.hyper9.simdk.stubs.jaxws
Class CreateImportSpec

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

public class CreateImportSpec
extends Object


Constructor Summary
CreateImportSpec()
           
 
Method Summary
 OvfCreateImportSpecParams getCisp()
           
 ManagedObjectReference getDatastore()
           
 String getOvfDescriptor()
           
 ManagedObjectReference getResourcePool()
           
 ManagedObjectReference getThis()
           
 void setCisp(OvfCreateImportSpecParams cisp)
           
 void setDatastore(ManagedObjectReference datastore)
           
 void setOvfDescriptor(String ovfDescriptor)
           
 void setResourcePool(ManagedObjectReference resourcePool)
           
 void setThis(ManagedObjectReference _this)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateImportSpec

public CreateImportSpec()
Method Detail

getThis

public ManagedObjectReference getThis()
Returns:
returns ManagedObjectReference

setThis

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

getOvfDescriptor

public String getOvfDescriptor()
Returns:
returns String

setOvfDescriptor

public void setOvfDescriptor(String ovfDescriptor)
Parameters:
ovfDescriptor - the value for the ovfDescriptor property

getResourcePool

public ManagedObjectReference getResourcePool()
Returns:
returns ManagedObjectReference

setResourcePool

public void setResourcePool(ManagedObjectReference resourcePool)
Parameters:
resourcePool - the value for the resourcePool property

getDatastore

public ManagedObjectReference getDatastore()
Returns:
returns ManagedObjectReference

setDatastore

public void setDatastore(ManagedObjectReference datastore)
Parameters:
datastore - the value for the datastore property

getCisp

public OvfCreateImportSpecParams getCisp()
Returns:
returns OvfCreateImportSpecParams

setCisp

public void setCisp(OvfCreateImportSpecParams cisp)
Parameters:
cisp - the value for the cisp property


Copyright © 2009-2010 Hyper9. All Rights Reserved.