public class Credentials extends Object implements Serializable
Constructor and Description |
---|
Credentials() |
Credentials(String user,
String pass) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getPass()
Gets the pass value for this Credentials.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUser()
Gets the user value for this Credentials.
|
int |
hashCode() |
void |
setPass(String pass)
Sets the pass value for this Credentials.
|
void |
setUser(String user)
Sets the user value for this Credentials.
|
public String getUser()
public void setUser(String user)
user
- public String getPass()
public void setPass(String pass)
pass
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2021. All rights reserved.