|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--MarshallableObject | +--com.sshtools.j2ssh.configuration.AuthenticationMethod
Generated by the JAXB toolkit to represent the AuthenticationMethod Element in the SSH API configuration file.
NOTE: This file should always be generated from SshAPIConfiguration.dtd & SshAPIConfiguration.xjs; the only amendment to the source code is to insert the package at the beginning of the file.
Constructor Summary | |
AuthenticationMethod()
|
Method Summary | |
boolean |
equals(java.lang.Object ob)
Description of the Method |
java.lang.String |
getDisplayName()
Gets the displayName attribute of the AuthenticationMethod object |
java.lang.String |
getImplementationClass()
Gets the implementationClass attribute of the AuthenticationMethod object |
java.lang.String |
getMethodName()
Gets the methodName attribute of the AuthenticationMethod object |
int |
hashCode()
Description of the Method |
void |
marshal(Marshaller m)
Description of the Method |
static Dispatcher |
newDispatcher()
Description of the Method |
void |
setDisplayName(java.lang.String _DisplayName)
Sets the displayName attribute of the AuthenticationMethod object |
void |
setImplementationClass(java.lang.String _ImplementationClass)
Sets the implementationClass attribute of the AuthenticationMethod object |
void |
setMethodName(java.lang.String _MethodName)
Sets the methodName attribute of the AuthenticationMethod object |
java.lang.String |
toString()
Description of the Method |
void |
unmarshal(Unmarshaller u)
Description of the Method |
static AuthenticationMethod |
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 AuthenticationMethod()
Method Detail |
public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String _DisplayName)
_DisplayName
- The new displayName valuepublic java.lang.String getMethodName()
public void setMethodName(java.lang.String _MethodName)
_MethodName
- The new methodName valuepublic java.lang.String getImplementationClass()
public void setImplementationClass(java.lang.String _ImplementationClass)
_ImplementationClass
- The new implementationClass valuepublic 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 AuthenticationMethod 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 |