Package com.sforce.soap.partner
Class LoginResult
java.lang.Object
com.sforce.soap.partner.LoginResult
- All Implemented Interfaces:
ILoginResult,XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionelement : metadataServerUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanelement : passwordExpired of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanelement : sandbox of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : serverUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : sessionId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : userId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringelement : userInfo of type {urn:partner.soap.sforce.com}GetUserInfoResult java type: com.sforce.soap.partner.GetUserInfoResultbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetMetadataServerUrl(XmlInputStream __in, TypeMapper __typeMapper) voidsetMetadataServerUrl(String metadataServerUrl) voidsetPasswordExpired(boolean passwordExpired) protected voidsetPasswordExpired(XmlInputStream __in, TypeMapper __typeMapper) voidsetSandbox(boolean sandbox) protected voidsetSandbox(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetServerUrl(XmlInputStream __in, TypeMapper __typeMapper) voidsetServerUrl(String serverUrl) protected voidsetSessionId(XmlInputStream __in, TypeMapper __typeMapper) voidsetSessionId(String sessionId) protected voidsetUserId(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetUserInfo(IGetUserInfoResult userInfo) protected voidsetUserInfo(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
LoginResult
public LoginResult()Constructor
-
-
Method Details
-
getMetadataServerUrl
Description copied from interface:ILoginResultelement : metadataServerUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getMetadataServerUrlin interfaceILoginResult
-
setMetadataServerUrl
- Specified by:
setMetadataServerUrlin interfaceILoginResult
-
setMetadataServerUrl
protected void setMetadataServerUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPasswordExpired
public boolean getPasswordExpired()Description copied from interface:ILoginResultelement : passwordExpired of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getPasswordExpiredin interfaceILoginResult
-
isPasswordExpired
public boolean isPasswordExpired()- Specified by:
isPasswordExpiredin interfaceILoginResult
-
setPasswordExpired
public void setPasswordExpired(boolean passwordExpired) - Specified by:
setPasswordExpiredin interfaceILoginResult
-
setPasswordExpired
protected void setPasswordExpired(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSandbox
public boolean getSandbox()Description copied from interface:ILoginResultelement : sandbox of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getSandboxin interfaceILoginResult
-
isSandbox
public boolean isSandbox()- Specified by:
isSandboxin interfaceILoginResult
-
setSandbox
public void setSandbox(boolean sandbox) - Specified by:
setSandboxin interfaceILoginResult
-
setSandbox
protected void setSandbox(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getServerUrl
Description copied from interface:ILoginResultelement : serverUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getServerUrlin interfaceILoginResult
-
setServerUrl
- Specified by:
setServerUrlin interfaceILoginResult
-
setServerUrl
protected void setServerUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSessionId
Description copied from interface:ILoginResultelement : sessionId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getSessionIdin interfaceILoginResult
-
setSessionId
- Specified by:
setSessionIdin interfaceILoginResult
-
setSessionId
protected void setSessionId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUserId
Description copied from interface:ILoginResultelement : userId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getUserIdin interfaceILoginResult
-
setUserId
- Specified by:
setUserIdin interfaceILoginResult
-
setUserId
protected void setUserId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUserInfo
Description copied from interface:ILoginResultelement : userInfo of type {urn:partner.soap.sforce.com}GetUserInfoResult java type: com.sforce.soap.partner.GetUserInfoResult- Specified by:
getUserInfoin interfaceILoginResult
-
setUserInfo
- Specified by:
setUserInfoin interfaceILoginResult
-
setUserInfo
protected void setUserInfo(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
toString
-