public class AuthenticationInfo extends Object implements Serializable
| Constructor and Description | 
|---|
AuthenticationInfo()  | 
AuthenticationInfo(String userName,
                  String password,
                  String authentication,
                  String locale,
                  String timeZone)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
String | 
getAuthentication()
Gets the authentication value for this AuthenticationInfo. 
 | 
static org.apache.axis.encoding.Deserializer | 
getDeserializer(String mechType,
               Class _javaType,
               QName _xmlType)
Get Custom Deserializer 
 | 
String | 
getLocale()
Gets the locale value for this AuthenticationInfo. 
 | 
String | 
getPassword()
Gets the password value for this AuthenticationInfo. 
 | 
static org.apache.axis.encoding.Serializer | 
getSerializer(String mechType,
             Class _javaType,
             QName _xmlType)
Get Custom Serializer 
 | 
String | 
getTimeZone()
Gets the timeZone value for this AuthenticationInfo. 
 | 
static org.apache.axis.description.TypeDesc | 
getTypeDesc()
Return type metadata object 
 | 
String | 
getUserName()
Gets the userName value for this AuthenticationInfo. 
 | 
int | 
hashCode()  | 
void | 
setAuthentication(String authentication)
Sets the authentication value for this AuthenticationInfo. 
 | 
void | 
setLocale(String locale)
Sets the locale value for this AuthenticationInfo. 
 | 
void | 
setPassword(String password)
Sets the password value for this AuthenticationInfo. 
 | 
void | 
setTimeZone(String timeZone)
Sets the timeZone value for this AuthenticationInfo. 
 | 
void | 
setUserName(String userName)
Sets the userName value for this AuthenticationInfo. 
 | 
public String getUserName()
public void setUserName(String userName)
userName - public String getPassword()
public void setPassword(String password)
password - public String getAuthentication()
public void setAuthentication(String authentication)
authentication - public String getLocale()
public void setLocale(String locale)
locale - public String getTimeZone()
public void setTimeZone(String timeZone)
timeZone - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020. All rights reserved.