com.hyper9.simdk.stubs.jaxws
Class ParseDescriptorAtUrl_Task

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

public class ParseDescriptorAtUrl_Task
extends Object


Constructor Summary
ParseDescriptorAtUrl_Task()
           
 
Method Summary
 List<KeyValue> getHttpHeaders()
           
 String getOvfDescriptorUrl()
           
 OvfParseDescriptorParams getPdp()
           
 String getSslThumbprint()
           
 ManagedObjectReference getThis()
           
 void setHttpHeaders(List<KeyValue> httpHeaders)
           
 void setOvfDescriptorUrl(String ovfDescriptorUrl)
           
 void setPdp(OvfParseDescriptorParams pdp)
           
 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

ParseDescriptorAtUrl_Task

public ParseDescriptorAtUrl_Task()
Method Detail

getThis

public ManagedObjectReference getThis()
Returns:
returns ManagedObjectReference

setThis

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

getOvfDescriptorUrl

public String getOvfDescriptorUrl()
Returns:
returns String

setOvfDescriptorUrl

public void setOvfDescriptorUrl(String ovfDescriptorUrl)
Parameters:
ovfDescriptorUrl - the value for the ovfDescriptorUrl property

getPdp

public OvfParseDescriptorParams getPdp()
Returns:
returns OvfParseDescriptorParams

setPdp

public void setPdp(OvfParseDescriptorParams pdp)
Parameters:
pdp - the value for the pdp 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.