public class LoginResult extends Object implements Serializable
Constructor and Description |
---|
LoginResult() |
LoginResult(String metadataServerUrl,
boolean passwordExpired,
boolean sandbox,
String serverUrl,
String sessionId,
String userId,
GetUserInfoResult userInfo) |
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 |
getMetadataServerUrl()
Gets the metadataServerUrl value for this LoginResult.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getServerUrl()
Gets the serverUrl value for this LoginResult.
|
String |
getSessionId()
Gets the sessionId value for this LoginResult.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUserId()
Gets the userId value for this LoginResult.
|
GetUserInfoResult |
getUserInfo()
Gets the userInfo value for this LoginResult.
|
int |
hashCode() |
boolean |
isPasswordExpired()
Gets the passwordExpired value for this LoginResult.
|
boolean |
isSandbox()
Gets the sandbox value for this LoginResult.
|
void |
setMetadataServerUrl(String metadataServerUrl)
Sets the metadataServerUrl value for this LoginResult.
|
void |
setPasswordExpired(boolean passwordExpired)
Sets the passwordExpired value for this LoginResult.
|
void |
setSandbox(boolean sandbox)
Sets the sandbox value for this LoginResult.
|
void |
setServerUrl(String serverUrl)
Sets the serverUrl value for this LoginResult.
|
void |
setSessionId(String sessionId)
Sets the sessionId value for this LoginResult.
|
void |
setUserId(String userId)
Sets the userId value for this LoginResult.
|
void |
setUserInfo(GetUserInfoResult userInfo)
Sets the userInfo value for this LoginResult.
|
public LoginResult()
public LoginResult(String metadataServerUrl, boolean passwordExpired, boolean sandbox, String serverUrl, String sessionId, String userId, GetUserInfoResult userInfo)
public String getMetadataServerUrl()
public void setMetadataServerUrl(String metadataServerUrl)
metadataServerUrl
- public boolean isPasswordExpired()
public void setPasswordExpired(boolean passwordExpired)
passwordExpired
- public boolean isSandbox()
public void setSandbox(boolean sandbox)
sandbox
- public String getServerUrl()
public void setServerUrl(String serverUrl)
serverUrl
- public String getSessionId()
public void setSessionId(String sessionId)
sessionId
- public String getUserId()
public void setUserId(String userId)
userId
- public GetUserInfoResult getUserInfo()
public void setUserInfo(GetUserInfoResult userInfo)
userInfo
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All rights reserved.