|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--MarshallableRootElement | +--com.sshtools.j2ssh.configuration.SshConnection
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.
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 |
public SshConnection()
Method Detail |
public java.lang.String getHostname()
public void setHostname(java.lang.String _Hostname)
_Hostname
- The new hostname valuepublic java.lang.String id()
public java.lang.String getPort()
public void setPort(java.lang.String _Port)
_Port
- The new port valuepublic java.lang.String getUsername()
public void setUsername(java.lang.String _Username)
_Username
- The new username valuepublic java.lang.String getTerminalType()
public void setTerminalType(java.lang.String _TerminalType)
_TerminalType
- The new terminalType valuepublic PreferredEncryption getPreferredEncryption()
public void setPreferredEncryption(PreferredEncryption _PreferredEncryption)
_PreferredEncryption
- The new preferredEncryption valuepublic PreferredMac getPreferredMac()
public void setPreferredMac(PreferredMac _PreferredMac)
_PreferredMac
- The new preferredMac valuepublic PreferredCompression getPreferredCompression()
public void setPreferredCompression(PreferredCompression _PreferredCompression)
_PreferredCompression
- The new preferredCompression valuepublic java.lang.String getPreferredKeyExchange()
public void setPreferredKeyExchange(java.lang.String _PreferredKeyExchange)
_PreferredKeyExchange
- The new preferredKeyExchange valuepublic java.lang.String getPreferredPublicKey()
public void setPreferredPublicKey(java.lang.String _PreferredPublicKey)
_PreferredPublicKey
- The new preferredPublicKey valuepublic java.util.List getAuthenticationMethod()
public void deleteAuthenticationMethod()
public void emptyAuthenticationMethod()
public void validateThis() throws LocalValidationException
LocalValidationException
- Description of the Exceptionpublic void validate(Validator v) throws StructureValidationException
v
- Description of the Parameter
StructureValidationException
- Description of the Exceptionpublic void marshal(Marshaller m) throws java.io.IOException
m
- Description of the Parameter
java.io.IOException
- Description of the Exceptionpublic void unmarshal(Unmarshaller u) throws UnmarshalException
u
- Description of the Parameter
UnmarshalException
- Description of the Exceptionpublic static SshConnection unmarshal(XMLScanner xs, Dispatcher d) throws UnmarshalException
xs
- Description of the Parameterd
- Description of the Parameter
UnmarshalException
- Description of the Exceptionpublic boolean equals(java.lang.Object ob)
ob
- Description of the Parameter
public int hashCode()
public java.lang.String toString()
public static Dispatcher newDispatcher()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |