|
||||||||||
| 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
Java class for LoginResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoginResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="metadataServerUrl" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="passwordExpired" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="sandbox" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="serverUrl" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sessionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="userId" type="{urn:partner.soap.sforce.com}ID"/>
<element name="userInfo" type="{urn:partner.soap.sforce.com}GetUserInfoResult" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
metadataServerUrl
|
protected boolean |
passwordExpired
|
protected boolean |
sandbox
|
protected String |
serverUrl
|
protected String |
sessionId
|
protected String |
userId
|
protected GetUserInfoResult |
userInfo
|
| Constructor Summary | |
|---|---|
LoginResult()
|
|
| Method Summary | |
|---|---|
String |
getMetadataServerUrl()
Gets the value of the metadataServerUrl property. |
String |
getServerUrl()
Gets the value of the serverUrl property. |
String |
getSessionId()
Gets the value of the sessionId property. |
String |
getUserId()
Gets the value of the userId property. |
GetUserInfoResult |
getUserInfo()
Gets the value of the userInfo property. |
boolean |
isPasswordExpired()
Gets the value of the passwordExpired property. |
boolean |
isSandbox()
Gets the value of the sandbox property. |
void |
setMetadataServerUrl(String value)
Sets the value of the metadataServerUrl property. |
void |
setPasswordExpired(boolean value)
Sets the value of the passwordExpired property. |
void |
setSandbox(boolean value)
Sets the value of the sandbox property. |
void |
setServerUrl(String value)
Sets the value of the serverUrl property. |
void |
setSessionId(String value)
Sets the value of the sessionId property. |
void |
setUserId(String value)
Sets the value of the userId property. |
void |
setUserInfo(GetUserInfoResult value)
Sets the value of the userInfo property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String metadataServerUrl
protected boolean passwordExpired
protected boolean sandbox
protected String serverUrl
protected String sessionId
protected String userId
protected GetUserInfoResult userInfo
| Constructor Detail |
|---|
public LoginResult()
| Method Detail |
|---|
public String getMetadataServerUrl()
Stringpublic void setMetadataServerUrl(String value)
value - allowed object is
Stringpublic boolean isPasswordExpired()
public void setPasswordExpired(boolean value)
public boolean isSandbox()
public void setSandbox(boolean value)
public String getServerUrl()
Stringpublic void setServerUrl(String value)
value - allowed object is
Stringpublic String getSessionId()
Stringpublic void setSessionId(String value)
value - allowed object is
Stringpublic String getUserId()
Stringpublic void setUserId(String value)
value - allowed object is
Stringpublic GetUserInfoResult getUserInfo()
GetUserInfoResultpublic void setUserInfo(GetUserInfoResult value)
value - allowed object is
GetUserInfoResult
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||