com.hyper9.simdk.stubs.jaxws
Class ImportLibraryMedia

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

public class ImportLibraryMedia
extends Object


Constructor Summary
ImportLibraryMedia()
           
 
Method Summary
 ManagedObjectReference getDstDc()
           
 String getDstName()
           
 Boolean getForce()
           
 List<KeyValue> getHeaders()
           
 String getSslThumbprint()
           
 ManagedObjectReference getThis()
           
 String getUrl()
           
 void setDstDc(ManagedObjectReference dstDc)
           
 void setDstName(String dstName)
           
 void setForce(Boolean force)
           
 void setHeaders(List<KeyValue> headers)
           
 void setSslThumbprint(String sslThumbprint)
           
 void setThis(ManagedObjectReference _this)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportLibraryMedia

public ImportLibraryMedia()
Method Detail

getThis

public ManagedObjectReference getThis()
Returns:
returns ManagedObjectReference

setThis

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

getUrl

public String getUrl()
Returns:
returns String

setUrl

public void setUrl(String url)
Parameters:
url - the value for the url property

getSslThumbprint

public String getSslThumbprint()
Returns:
returns String

setSslThumbprint

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

getHeaders

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

setHeaders

public void setHeaders(List<KeyValue> headers)
Parameters:
headers - the value for the headers property

getDstDc

public ManagedObjectReference getDstDc()
Returns:
returns ManagedObjectReference

setDstDc

public void setDstDc(ManagedObjectReference dstDc)
Parameters:
dstDc - the value for the dstDc property

getDstName

public String getDstName()
Returns:
returns String

setDstName

public void setDstName(String dstName)
Parameters:
dstName - the value for the dstName 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.