com.hyper9.simdk.stubs.jaxws
Class ExportOvfToUrl

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

public class ExportOvfToUrl
extends Object


Constructor Summary
ExportOvfToUrl()
           
 
Method Summary
 String getDstBaseUrl()
           
 ManagedObjectReference getEntity()
           
 List<KeyValue> getHttpHeaders()
           
 String getSslThumbprint()
           
 ManagedObjectReference getThis()
           
 void setDstBaseUrl(String dstBaseUrl)
           
 void setEntity(ManagedObjectReference entity)
           
 void setHttpHeaders(List<KeyValue> httpHeaders)
           
 void setSslThumbprint(String sslThumbprint)
           
 void setThis(ManagedObjectReference _this)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportOvfToUrl

public ExportOvfToUrl()
Method Detail

getThis

public ManagedObjectReference getThis()
Returns:
returns ManagedObjectReference

setThis

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

getEntity

public ManagedObjectReference getEntity()
Returns:
returns ManagedObjectReference

setEntity

public void setEntity(ManagedObjectReference entity)
Parameters:
entity - the value for the entity property

getDstBaseUrl

public String getDstBaseUrl()
Returns:
returns String

setDstBaseUrl

public void setDstBaseUrl(String dstBaseUrl)
Parameters:
dstBaseUrl - the value for the dstBaseUrl property

getHttpHeaders

public List<KeyValue> getHttpHeaders()
Returns:
returns List

setHttpHeaders

public void setHttpHeaders(List<KeyValue> httpHeaders)
Parameters:
httpHeaders - the value for the httpHeaders property

getSslThumbprint

public String getSslThumbprint()
Returns:
returns String

setSslThumbprint

public void setSslThumbprint(String sslThumbprint)
Parameters:
sslThumbprint - the value for the sslThumbprint property


Copyright © 2009-2010 Hyper9. All Rights Reserved.