Package com.sforce.soap.partner
Class GetUserInfoResult
java.lang.Object
com.sforce.soap.partner.GetUserInfoResult
- All Implemented Interfaces:
IGetUserInfoResult,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 TypeMethodDescriptionbooleanelement : accessibilityMode of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanelement : chatterExternal of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : currencySymbol of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : organizationId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringbooleanelement : organizationMultiCurrency of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : organizationName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringintelement : orgAttachmentFileSizeLimit of type {http://www.w3.org/2001/XMLSchema}int java type: intelement : orgDefaultCurrencyIsoCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : orgDefaultCurrencyLocale of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanelement : orgDisallowHtmlAttachments of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanelement : orgHasPersonAccounts of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : profileId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringelement : roleId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringintelement : sessionSecondsValid of type {http://www.w3.org/2001/XMLSchema}int java type: intelement : userDefaultCurrencyIsoCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : userEmail of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : userFullName 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 : userLanguage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : userLocale of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : userName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : userTimeZone of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : userType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : userUiSkin of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetAccessibilityMode(boolean accessibilityMode) protected voidsetAccessibilityMode(XmlInputStream __in, TypeMapper __typeMapper) voidsetChatterExternal(boolean chatterExternal) protected voidsetChatterExternal(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetCurrencySymbol(XmlInputStream __in, TypeMapper __typeMapper) voidsetCurrencySymbol(String currencySymbol) protected voidsetOrganizationId(XmlInputStream __in, TypeMapper __typeMapper) voidsetOrganizationId(String organizationId) voidsetOrganizationMultiCurrency(boolean organizationMultiCurrency) protected voidsetOrganizationMultiCurrency(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetOrganizationName(XmlInputStream __in, TypeMapper __typeMapper) voidsetOrganizationName(String organizationName) voidsetOrgAttachmentFileSizeLimit(int orgAttachmentFileSizeLimit) protected voidsetOrgAttachmentFileSizeLimit(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetOrgDefaultCurrencyIsoCode(XmlInputStream __in, TypeMapper __typeMapper) voidsetOrgDefaultCurrencyIsoCode(String orgDefaultCurrencyIsoCode) protected voidsetOrgDefaultCurrencyLocale(XmlInputStream __in, TypeMapper __typeMapper) voidsetOrgDefaultCurrencyLocale(String orgDefaultCurrencyLocale) voidsetOrgDisallowHtmlAttachments(boolean orgDisallowHtmlAttachments) protected voidsetOrgDisallowHtmlAttachments(XmlInputStream __in, TypeMapper __typeMapper) voidsetOrgHasPersonAccounts(boolean orgHasPersonAccounts) protected voidsetOrgHasPersonAccounts(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetProfileId(XmlInputStream __in, TypeMapper __typeMapper) voidsetProfileId(String profileId) protected voidsetRoleId(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetSessionSecondsValid(int sessionSecondsValid) protected voidsetSessionSecondsValid(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetUserDefaultCurrencyIsoCode(XmlInputStream __in, TypeMapper __typeMapper) voidsetUserDefaultCurrencyIsoCode(String userDefaultCurrencyIsoCode) protected voidsetUserEmail(XmlInputStream __in, TypeMapper __typeMapper) voidsetUserEmail(String userEmail) protected voidsetUserFullName(XmlInputStream __in, TypeMapper __typeMapper) voidsetUserFullName(String userFullName) protected voidsetUserId(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetUserLanguage(XmlInputStream __in, TypeMapper __typeMapper) voidsetUserLanguage(String userLanguage) protected voidsetUserLocale(XmlInputStream __in, TypeMapper __typeMapper) voidsetUserLocale(String userLocale) protected voidsetUserName(XmlInputStream __in, TypeMapper __typeMapper) voidsetUserName(String userName) protected voidsetUserTimeZone(XmlInputStream __in, TypeMapper __typeMapper) voidsetUserTimeZone(String userTimeZone) protected voidsetUserType(XmlInputStream __in, TypeMapper __typeMapper) voidsetUserType(String userType) protected voidsetUserUiSkin(XmlInputStream __in, TypeMapper __typeMapper) voidsetUserUiSkin(String userUiSkin) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
GetUserInfoResult
public GetUserInfoResult()Constructor
-
-
Method Details
-
getAccessibilityMode
public boolean getAccessibilityMode()Description copied from interface:IGetUserInfoResultelement : accessibilityMode of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getAccessibilityModein interfaceIGetUserInfoResult
-
isAccessibilityMode
public boolean isAccessibilityMode()- Specified by:
isAccessibilityModein interfaceIGetUserInfoResult
-
setAccessibilityMode
public void setAccessibilityMode(boolean accessibilityMode) - Specified by:
setAccessibilityModein interfaceIGetUserInfoResult
-
setAccessibilityMode
protected void setAccessibilityMode(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getChatterExternal
public boolean getChatterExternal()Description copied from interface:IGetUserInfoResultelement : chatterExternal of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getChatterExternalin interfaceIGetUserInfoResult
-
isChatterExternal
public boolean isChatterExternal()- Specified by:
isChatterExternalin interfaceIGetUserInfoResult
-
setChatterExternal
public void setChatterExternal(boolean chatterExternal) - Specified by:
setChatterExternalin interfaceIGetUserInfoResult
-
setChatterExternal
protected void setChatterExternal(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getCurrencySymbol
Description copied from interface:IGetUserInfoResultelement : currencySymbol of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getCurrencySymbolin interfaceIGetUserInfoResult
-
setCurrencySymbol
- Specified by:
setCurrencySymbolin interfaceIGetUserInfoResult
-
setCurrencySymbol
protected void setCurrencySymbol(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOrgAttachmentFileSizeLimit
public int getOrgAttachmentFileSizeLimit()Description copied from interface:IGetUserInfoResultelement : orgAttachmentFileSizeLimit of type {http://www.w3.org/2001/XMLSchema}int java type: int- Specified by:
getOrgAttachmentFileSizeLimitin interfaceIGetUserInfoResult
-
setOrgAttachmentFileSizeLimit
public void setOrgAttachmentFileSizeLimit(int orgAttachmentFileSizeLimit) - Specified by:
setOrgAttachmentFileSizeLimitin interfaceIGetUserInfoResult
-
setOrgAttachmentFileSizeLimit
protected void setOrgAttachmentFileSizeLimit(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOrgDefaultCurrencyIsoCode
Description copied from interface:IGetUserInfoResultelement : orgDefaultCurrencyIsoCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getOrgDefaultCurrencyIsoCodein interfaceIGetUserInfoResult
-
setOrgDefaultCurrencyIsoCode
- Specified by:
setOrgDefaultCurrencyIsoCodein interfaceIGetUserInfoResult
-
setOrgDefaultCurrencyIsoCode
protected void setOrgDefaultCurrencyIsoCode(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOrgDefaultCurrencyLocale
Description copied from interface:IGetUserInfoResultelement : orgDefaultCurrencyLocale of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getOrgDefaultCurrencyLocalein interfaceIGetUserInfoResult
-
setOrgDefaultCurrencyLocale
- Specified by:
setOrgDefaultCurrencyLocalein interfaceIGetUserInfoResult
-
setOrgDefaultCurrencyLocale
protected void setOrgDefaultCurrencyLocale(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOrgDisallowHtmlAttachments
public boolean getOrgDisallowHtmlAttachments()Description copied from interface:IGetUserInfoResultelement : orgDisallowHtmlAttachments of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getOrgDisallowHtmlAttachmentsin interfaceIGetUserInfoResult
-
isOrgDisallowHtmlAttachments
public boolean isOrgDisallowHtmlAttachments()- Specified by:
isOrgDisallowHtmlAttachmentsin interfaceIGetUserInfoResult
-
setOrgDisallowHtmlAttachments
public void setOrgDisallowHtmlAttachments(boolean orgDisallowHtmlAttachments) - Specified by:
setOrgDisallowHtmlAttachmentsin interfaceIGetUserInfoResult
-
setOrgDisallowHtmlAttachments
protected void setOrgDisallowHtmlAttachments(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOrgHasPersonAccounts
public boolean getOrgHasPersonAccounts()Description copied from interface:IGetUserInfoResultelement : orgHasPersonAccounts of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getOrgHasPersonAccountsin interfaceIGetUserInfoResult
-
isOrgHasPersonAccounts
public boolean isOrgHasPersonAccounts()- Specified by:
isOrgHasPersonAccountsin interfaceIGetUserInfoResult
-
setOrgHasPersonAccounts
public void setOrgHasPersonAccounts(boolean orgHasPersonAccounts) - Specified by:
setOrgHasPersonAccountsin interfaceIGetUserInfoResult
-
setOrgHasPersonAccounts
protected void setOrgHasPersonAccounts(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOrganizationId
Description copied from interface:IGetUserInfoResultelement : organizationId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getOrganizationIdin interfaceIGetUserInfoResult
-
setOrganizationId
- Specified by:
setOrganizationIdin interfaceIGetUserInfoResult
-
setOrganizationId
protected void setOrganizationId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOrganizationMultiCurrency
public boolean getOrganizationMultiCurrency()Description copied from interface:IGetUserInfoResultelement : organizationMultiCurrency of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getOrganizationMultiCurrencyin interfaceIGetUserInfoResult
-
isOrganizationMultiCurrency
public boolean isOrganizationMultiCurrency()- Specified by:
isOrganizationMultiCurrencyin interfaceIGetUserInfoResult
-
setOrganizationMultiCurrency
public void setOrganizationMultiCurrency(boolean organizationMultiCurrency) - Specified by:
setOrganizationMultiCurrencyin interfaceIGetUserInfoResult
-
setOrganizationMultiCurrency
protected void setOrganizationMultiCurrency(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOrganizationName
Description copied from interface:IGetUserInfoResultelement : organizationName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getOrganizationNamein interfaceIGetUserInfoResult
-
setOrganizationName
- Specified by:
setOrganizationNamein interfaceIGetUserInfoResult
-
setOrganizationName
protected void setOrganizationName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getProfileId
Description copied from interface:IGetUserInfoResultelement : profileId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getProfileIdin interfaceIGetUserInfoResult
-
setProfileId
- Specified by:
setProfileIdin interfaceIGetUserInfoResult
-
setProfileId
protected void setProfileId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRoleId
Description copied from interface:IGetUserInfoResultelement : roleId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getRoleIdin interfaceIGetUserInfoResult
-
setRoleId
- Specified by:
setRoleIdin interfaceIGetUserInfoResult
-
setRoleId
protected void setRoleId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSessionSecondsValid
public int getSessionSecondsValid()Description copied from interface:IGetUserInfoResultelement : sessionSecondsValid of type {http://www.w3.org/2001/XMLSchema}int java type: int- Specified by:
getSessionSecondsValidin interfaceIGetUserInfoResult
-
setSessionSecondsValid
public void setSessionSecondsValid(int sessionSecondsValid) - Specified by:
setSessionSecondsValidin interfaceIGetUserInfoResult
-
setSessionSecondsValid
protected void setSessionSecondsValid(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUserDefaultCurrencyIsoCode
Description copied from interface:IGetUserInfoResultelement : userDefaultCurrencyIsoCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getUserDefaultCurrencyIsoCodein interfaceIGetUserInfoResult
-
setUserDefaultCurrencyIsoCode
- Specified by:
setUserDefaultCurrencyIsoCodein interfaceIGetUserInfoResult
-
setUserDefaultCurrencyIsoCode
protected void setUserDefaultCurrencyIsoCode(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUserEmail
Description copied from interface:IGetUserInfoResultelement : userEmail of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getUserEmailin interfaceIGetUserInfoResult
-
setUserEmail
- Specified by:
setUserEmailin interfaceIGetUserInfoResult
-
setUserEmail
protected void setUserEmail(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUserFullName
Description copied from interface:IGetUserInfoResultelement : userFullName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getUserFullNamein interfaceIGetUserInfoResult
-
setUserFullName
- Specified by:
setUserFullNamein interfaceIGetUserInfoResult
-
setUserFullName
protected void setUserFullName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUserId
Description copied from interface:IGetUserInfoResultelement : userId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getUserIdin interfaceIGetUserInfoResult
-
setUserId
- Specified by:
setUserIdin interfaceIGetUserInfoResult
-
setUserId
protected void setUserId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUserLanguage
Description copied from interface:IGetUserInfoResultelement : userLanguage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getUserLanguagein interfaceIGetUserInfoResult
-
setUserLanguage
- Specified by:
setUserLanguagein interfaceIGetUserInfoResult
-
setUserLanguage
protected void setUserLanguage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUserLocale
Description copied from interface:IGetUserInfoResultelement : userLocale of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getUserLocalein interfaceIGetUserInfoResult
-
setUserLocale
- Specified by:
setUserLocalein interfaceIGetUserInfoResult
-
setUserLocale
protected void setUserLocale(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUserName
Description copied from interface:IGetUserInfoResultelement : userName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getUserNamein interfaceIGetUserInfoResult
-
setUserName
- Specified by:
setUserNamein interfaceIGetUserInfoResult
-
setUserName
protected void setUserName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUserTimeZone
Description copied from interface:IGetUserInfoResultelement : userTimeZone of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getUserTimeZonein interfaceIGetUserInfoResult
-
setUserTimeZone
- Specified by:
setUserTimeZonein interfaceIGetUserInfoResult
-
setUserTimeZone
protected void setUserTimeZone(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUserType
Description copied from interface:IGetUserInfoResultelement : userType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getUserTypein interfaceIGetUserInfoResult
-
setUserType
- Specified by:
setUserTypein interfaceIGetUserInfoResult
-
setUserType
protected void setUserType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getUserUiSkin
Description copied from interface:IGetUserInfoResultelement : userUiSkin of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getUserUiSkinin interfaceIGetUserInfoResult
-
setUserUiSkin
- Specified by:
setUserUiSkinin interfaceIGetUserInfoResult
-
setUserUiSkin
protected void setUserUiSkin(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
-