com.hyper9.simdk.stubs.jaxws
Class QueryConnectionInfo

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

public class QueryConnectionInfo
extends Object


Constructor Summary
QueryConnectionInfo()
           
 
Method Summary
 String getHostname()
           
 String getPassword()
           
 Integer getPort()
           
 String getSslThumbprint()
           
 ManagedObjectReference getThis()
           
 String getUsername()
           
 void setHostname(String hostname)
           
 void setPassword(String password)
           
 void setPort(Integer port)
           
 void setSslThumbprint(String sslThumbprint)
           
 void setThis(ManagedObjectReference _this)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryConnectionInfo

public QueryConnectionInfo()
Method Detail

getThis

public ManagedObjectReference getThis()
Returns:
returns ManagedObjectReference

setThis

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

getHostname

public String getHostname()
Returns:
returns String

setHostname

public void setHostname(String hostname)
Parameters:
hostname - the value for the hostname property

getPort

public Integer getPort()
Returns:
returns Integer

setPort

public void setPort(Integer port)
Parameters:
port - the value for the port property

getUsername

public String getUsername()
Returns:
returns String

setUsername

public void setUsername(String username)
Parameters:
username - the value for the username property

getPassword

public String getPassword()
Returns:
returns String

setPassword

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