com.sshtools.j2ssh.configuration
Class SshConnection

java.lang.Object
  |
  +--MarshallableRootElement
        |
        +--com.sshtools.j2ssh.configuration.SshConnection

public class SshConnection
extends MarshallableRootElement

Generated by the JAXB toolkit to represent the SshConnection Element in the SshConnection xml file.

NOTE: This file should always be generated from SshConnection.dtd & SshConnection.xjs; the only amendment to the source code is to insert the package at the beginning of the file.

Version:
1.0
Author:
Generated by JAXB
See Also:
Serialized Form

Constructor Summary
SshConnection()
           
 
Method Summary
 void deleteAuthenticationMethod()
          Description of the Method
 void emptyAuthenticationMethod()
          Description of the Method
 boolean equals(java.lang.Object ob)
          Description of the Method
 java.util.List getAuthenticationMethod()
          Gets the authenticationMethod attribute of the SshConnection object
 java.lang.String getHostname()
          Gets the hostname attribute of the SshConnection object
 java.lang.String getPort()
          Gets the port attribute of the SshConnection object
 PreferredCompression getPreferredCompression()
          Gets the preferredCompression attribute of the SshConnection object
 PreferredEncryption getPreferredEncryption()
          Gets the preferredEncryption attribute of the SshConnection object
 java.lang.String getPreferredKeyExchange()
          Gets the preferredKeyExchange attribute of the SshConnection object
 PreferredMac getPreferredMac()
          Gets the preferredMac attribute of the SshConnection object
 java.lang.String getPreferredPublicKey()
          Gets the preferredPublicKey attribute of the SshConnection object
 java.lang.String getTerminalType()
          Gets the terminalType attribute of the SshConnection object
 java.lang.String getUsername()
          Gets the username attribute of the SshConnection object
 int hashCode()
          Description of the Method
 java.lang.String id()
          Description of the Method
 void marshal(Marshaller m)
          Description of the Method
static Dispatcher newDispatcher()
          Description of the Method
 void setHostname(java.lang.String _Hostname)
          Sets the hostname attribute of the SshConnection object
 void setPort(java.lang.String _Port)
          Sets the port attribute of the SshConnection object
 void setPreferredCompression(PreferredCompression _PreferredCompression)
          Sets the preferredCompression attribute of the SshConnection object
 void setPreferredEncryption(PreferredEncryption _PreferredEncryption)
          Sets the preferredEncryption attribute of the SshConnection object
 void setPreferredKeyExchange(java.lang.String _PreferredKeyExchange)
          Sets the preferredKeyExchange attribute of the SshConnection object
 void setPreferredMac(PreferredMac _PreferredMac)
          Sets the preferredMac attribute of the SshConnection object
 void setPreferredPublicKey(java.lang.String _PreferredPublicKey)
          Sets the preferredPublicKey attribute of the SshConnection object
 void setTerminalType(java.lang.String _TerminalType)
          Sets the terminalType attribute of the SshConnection object
 void setUsername(java.lang.String _Username)
          Sets the username attribute of the SshConnection object
 java.lang.String toString()
          Description of the Method
 void unmarshal(Unmarshaller u)
          Description of the Method
static SshConnection unmarshal(XMLScanner xs, Dispatcher d)
          Description of the Method
 void validate(Validator v)
          Description of the Method
 void validateThis()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SshConnection

public SshConnection()
Method Detail

getHostname

public java.lang.String getHostname()
Gets the hostname attribute of the SshConnection object

Returns:
The hostname value

setHostname

public void setHostname(java.lang.String _Hostname)
Sets the hostname attribute of the SshConnection object

Parameters:
_Hostname - The new hostname value

id

public java.lang.String id()
Description of the Method

Returns:
Description of the Return Value

getPort

public java.lang.String getPort()
Gets the port attribute of the SshConnection object

Returns:
The port value

setPort

public void setPort(java.lang.String _Port)
Sets the port attribute of the SshConnection object

Parameters:
_Port - The new port value

getUsername

public java.lang.String getUsername()
Gets the username attribute of the SshConnection object

Returns:
The username value

setUsername

public void setUsername(java.lang.String _Username)
Sets the username attribute of the SshConnection object

Parameters:
_Username - The new username value

getTerminalType

public java.lang.String getTerminalType()
Gets the terminalType attribute of the SshConnection object

Returns:
The terminalType value

setTerminalType

public void setTerminalType(java.lang.String _TerminalType)
Sets the terminalType attribute of the SshConnection object

Parameters:
_TerminalType - The new terminalType value

getPreferredEncryption

public PreferredEncryption getPreferredEncryption()
Gets the preferredEncryption attribute of the SshConnection object

Returns:
The preferredEncryption value

setPreferredEncryption

public void setPreferredEncryption(PreferredEncryption _PreferredEncryption)
Sets the preferredEncryption attribute of the SshConnection object

Parameters:
_PreferredEncryption - The new preferredEncryption value

getPreferredMac

public PreferredMac getPreferredMac()
Gets the preferredMac attribute of the SshConnection object

Returns:
The preferredMac value

setPreferredMac

public void setPreferredMac(PreferredMac _PreferredMac)
Sets the preferredMac attribute of the SshConnection object

Parameters:
_PreferredMac - The new preferredMac value

getPreferredCompression

public PreferredCompression getPreferredCompression()
Gets the preferredCompression attribute of the SshConnection object

Returns:
The preferredCompression value

setPreferredCompression

public void setPreferredCompression(PreferredCompression _PreferredCompression)
Sets the preferredCompression attribute of the SshConnection object

Parameters:
_PreferredCompression - The new preferredCompression value

getPreferredKeyExchange

public java.lang.String getPreferredKeyExchange()
Gets the preferredKeyExchange attribute of the SshConnection object

Returns:
The preferredKeyExchange value

setPreferredKeyExchange

public void setPreferredKeyExchange(java.lang.String _PreferredKeyExchange)
Sets the preferredKeyExchange attribute of the SshConnection object

Parameters:
_PreferredKeyExchange - The new preferredKeyExchange value

getPreferredPublicKey

public java.lang.String getPreferredPublicKey()
Gets the preferredPublicKey attribute of the SshConnection object

Returns:
The preferredPublicKey value

setPreferredPublicKey

public void setPreferredPublicKey(java.lang.String _PreferredPublicKey)
Sets the preferredPublicKey attribute of the SshConnection object

Parameters:
_PreferredPublicKey - The new preferredPublicKey value

getAuthenticationMethod

public java.util.List getAuthenticationMethod()
Gets the authenticationMethod attribute of the SshConnection object

Returns:
The authenticationMethod value

deleteAuthenticationMethod

public void deleteAuthenticationMethod()
Description of the Method


emptyAuthenticationMethod

public void emptyAuthenticationMethod()
Description of the Method


validateThis

public void validateThis()
                  throws LocalValidationException
Description of the Method

Throws:
LocalValidationException - Description of the Exception

validate

public void validate(Validator v)
              throws StructureValidationException
Description of the Method

Parameters:
v - Description of the Parameter
Throws:
StructureValidationException - Description of the Exception

marshal

public void marshal(Marshaller m)
             throws java.io.IOException
Description of the Method

Parameters:
m - Description of the Parameter
Throws:
java.io.IOException - Description of the Exception

unmarshal

public void unmarshal(Unmarshaller u)
               throws UnmarshalException
Description of the Method

Parameters:
u - Description of the Parameter
Throws:
UnmarshalException - Description of the Exception

unmarshal

public static SshConnection unmarshal(XMLScanner xs,
                                      Dispatcher d)
                               throws UnmarshalException
Description of the Method

Parameters:
xs - Description of the Parameter
d - Description of the Parameter
Returns:
Description of the Return Value
Throws:
UnmarshalException - Description of the Exception

equals

public boolean equals(java.lang.Object ob)
Description of the Method

Parameters:
ob - Description of the Parameter
Returns:
Description of the Return Value

hashCode

public int hashCode()
Description of the Method

Returns:
Description of the Return Value

toString

public java.lang.String toString()
Description of the Method

Returns:
Description of the Return Value

newDispatcher

public static Dispatcher newDispatcher()
Description of the Method

Returns:
Description of the Return Value


Copyright © 2002 Sshtools.com. All Rights Reserved.