|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sforce.soap.partner.LoginResult
public class LoginResult
Generated class, please do not edit.
| Constructor Summary | |
|---|---|
LoginResult()
Constructor |
|
| Method Summary | |
|---|---|
String |
getMetadataServerUrl()
|
boolean |
getPasswordExpired()
|
boolean |
getSandbox()
|
String |
getServerUrl()
|
String |
getSessionId()
|
String |
getUserId()
|
GetUserInfoResult |
getUserInfo()
|
boolean |
isPasswordExpired()
|
boolean |
isSandbox()
|
void |
load(XmlInputStream __in,
TypeMapper __typeMapper)
load the fileds/children from the specified xml stream |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper)
|
void |
setMetadataServerUrl(String metadataServerUrl)
|
void |
setPasswordExpired(boolean passwordExpired)
|
void |
setSandbox(boolean sandbox)
|
void |
setServerUrl(String serverUrl)
|
void |
setSessionId(String sessionId)
|
void |
setUserId(String userId)
|
void |
setUserInfo(GetUserInfoResult userInfo)
|
String |
toString()
|
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
write this instace as xml. |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LoginResult()
| Method Detail |
|---|
public String getMetadataServerUrl()
public void setMetadataServerUrl(String metadataServerUrl)
public boolean getPasswordExpired()
public boolean isPasswordExpired()
public void setPasswordExpired(boolean passwordExpired)
public boolean getSandbox()
public boolean isSandbox()
public void setSandbox(boolean sandbox)
public String getServerUrl()
public void setServerUrl(String serverUrl)
public String getSessionId()
public void setSessionId(String sessionId)
public String getUserId()
public void setUserId(String userId)
public GetUserInfoResult getUserInfo()
public void setUserInfo(GetUserInfoResult userInfo)
public void write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws IOException
XMLizable
write in interface XMLizable__element - xml element name__out - xml output stream__typeMapper - type mapper to be used
IOException - failed to write xml
protected void writeFields(XmlOutputStream __out,
TypeMapper __typeMapper)
throws IOException
IOException
public void load(XmlInputStream __in,
TypeMapper __typeMapper)
throws IOException,
ConnectionException
XMLizable
load in interface XMLizable__in - xml input stream from which the data is read__typeMapper - type mapper to be used
IOException - failed to read xml
ConnectionException - failed to read/parser/bind xml
protected void loadFields(XmlInputStream __in,
TypeMapper __typeMapper)
throws IOException,
ConnectionException
IOException
ConnectionExceptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||