com.sforce.soap.partner
Class LoginResult

java.lang.Object
  extended by com.sforce.soap.partner.LoginResult

public class LoginResult
extends java.lang.Object

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

metadataServerUrl

protected java.lang.String metadataServerUrl

passwordExpired

protected boolean passwordExpired

sandbox

protected boolean sandbox

serverUrl

protected java.lang.String serverUrl

sessionId

protected java.lang.String sessionId

userId

protected java.lang.String userId

userInfo

protected GetUserInfoResult userInfo
Constructor Detail

LoginResult

public LoginResult()
Method Detail

getMetadataServerUrl

public java.lang.String getMetadataServerUrl()
Gets the value of the metadataServerUrl property.

Returns:
possible object is String

setMetadataServerUrl

public void setMetadataServerUrl(java.lang.String value)
Sets the value of the metadataServerUrl property.

Parameters:
value - allowed object is String

isPasswordExpired

public boolean isPasswordExpired()
Gets the value of the passwordExpired property.


setPasswordExpired

public void setPasswordExpired(boolean value)
Sets the value of the passwordExpired property.


isSandbox

public boolean isSandbox()
Gets the value of the sandbox property.


setSandbox

public void setSandbox(boolean value)
Sets the value of the sandbox property.


getServerUrl

public java.lang.String getServerUrl()
Gets the value of the serverUrl property.

Returns:
possible object is String

setServerUrl

public void setServerUrl(java.lang.String value)
Sets the value of the serverUrl property.

Parameters:
value - allowed object is String

getSessionId

public java.lang.String getSessionId()
Gets the value of the sessionId property.

Returns:
possible object is String

setSessionId

public void setSessionId(java.lang.String value)
Sets the value of the sessionId property.

Parameters:
value - allowed object is String

getUserId

public java.lang.String getUserId()
Gets the value of the userId property.

Returns:
possible object is String

setUserId

public void setUserId(java.lang.String value)
Sets the value of the userId property.

Parameters:
value - allowed object is String

getUserInfo

public GetUserInfoResult getUserInfo()
Gets the value of the userInfo property.

Returns:
possible object is GetUserInfoResult

setUserInfo

public void setUserInfo(GetUserInfoResult value)
Sets the value of the userInfo property.

Parameters:
value - allowed object is GetUserInfoResult


Copyright © 2011. All Rights Reserved.