|
||||||||||
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 java.lang.String |
metadataServerUrl
|
protected boolean |
passwordExpired
|
protected boolean |
sandbox
|
protected java.lang.String |
serverUrl
|
protected java.lang.String |
sessionId
|
protected java.lang.String |
userId
|
protected GetUserInfoResult |
userInfo
|
Constructor Summary | |
---|---|
LoginResult()
|
Method Summary | |
---|---|
java.lang.String |
getMetadataServerUrl()
Gets the value of the metadataServerUrl property. |
java.lang.String |
getServerUrl()
Gets the value of the serverUrl property. |
java.lang.String |
getSessionId()
Gets the value of the sessionId property. |
java.lang.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(java.lang.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(java.lang.String value)
Sets the value of the serverUrl property. |
void |
setSessionId(java.lang.String value)
Sets the value of the sessionId property. |
void |
setUserId(java.lang.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 java.lang.String metadataServerUrl
protected boolean passwordExpired
protected boolean sandbox
protected java.lang.String serverUrl
protected java.lang.String sessionId
protected java.lang.String userId
protected GetUserInfoResult userInfo
Constructor Detail |
---|
public LoginResult()
Method Detail |
---|
public java.lang.String getMetadataServerUrl()
String
public void setMetadataServerUrl(java.lang.String value)
value
- allowed object is
String
public boolean isPasswordExpired()
public void setPasswordExpired(boolean value)
public boolean isSandbox()
public void setSandbox(boolean value)
public java.lang.String getServerUrl()
String
public void setServerUrl(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSessionId()
String
public void setSessionId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUserId()
String
public void setUserId(java.lang.String value)
value
- allowed object is
String
public GetUserInfoResult getUserInfo()
GetUserInfoResult
public 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 |