public class

GetUserInfoResult

extends Object
implements XMLizable
java.lang.Object
   ↳ com.sforce.soap.partner.GetUserInfoResult

Class Overview

Generated class, please do not edit.

Summary

Fields
private boolean accessibilityMode
private boolean accessibilityMode__is_set
private static final TypeInfo accessibilityMode__typeInfo element : accessibilityMode of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
private String currencySymbol
private boolean currencySymbol__is_set
private static final TypeInfo currencySymbol__typeInfo element : currencySymbol of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private int orgAttachmentFileSizeLimit
private boolean orgAttachmentFileSizeLimit__is_set
private static final TypeInfo orgAttachmentFileSizeLimit__typeInfo element : orgAttachmentFileSizeLimit of type {http://www.w3.org/2001/XMLSchema}int java type: int
private String orgDefaultCurrencyIsoCode
private boolean orgDefaultCurrencyIsoCode__is_set
private static final TypeInfo orgDefaultCurrencyIsoCode__typeInfo element : orgDefaultCurrencyIsoCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private boolean orgDisallowHtmlAttachments
private boolean orgDisallowHtmlAttachments__is_set
private static final TypeInfo orgDisallowHtmlAttachments__typeInfo element : orgDisallowHtmlAttachments of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
private boolean orgHasPersonAccounts
private boolean orgHasPersonAccounts__is_set
private static final TypeInfo orgHasPersonAccounts__typeInfo element : orgHasPersonAccounts of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
private String organizationId
private boolean organizationId__is_set
private static final TypeInfo organizationId__typeInfo element : organizationId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
private boolean organizationMultiCurrency
private boolean organizationMultiCurrency__is_set
private static final TypeInfo organizationMultiCurrency__typeInfo element : organizationMultiCurrency of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
private String organizationName
private boolean organizationName__is_set
private static final TypeInfo organizationName__typeInfo element : organizationName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private String profileId
private boolean profileId__is_set
private static final TypeInfo profileId__typeInfo element : profileId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
private String roleId
private boolean roleId__is_set
private static final TypeInfo roleId__typeInfo element : roleId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
private int sessionSecondsValid
private boolean sessionSecondsValid__is_set
private static final TypeInfo sessionSecondsValid__typeInfo element : sessionSecondsValid of type {http://www.w3.org/2001/XMLSchema}int java type: int
private String userDefaultCurrencyIsoCode
private boolean userDefaultCurrencyIsoCode__is_set
private static final TypeInfo userDefaultCurrencyIsoCode__typeInfo element : userDefaultCurrencyIsoCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private String userEmail
private boolean userEmail__is_set
private static final TypeInfo userEmail__typeInfo element : userEmail of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private String userFullName
private boolean userFullName__is_set
private static final TypeInfo userFullName__typeInfo element : userFullName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private String userId
private boolean userId__is_set
private static final TypeInfo userId__typeInfo element : userId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
private String userLanguage
private boolean userLanguage__is_set
private static final TypeInfo userLanguage__typeInfo element : userLanguage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private String userLocale
private boolean userLocale__is_set
private static final TypeInfo userLocale__typeInfo element : userLocale of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private String userName
private boolean userName__is_set
private static final TypeInfo userName__typeInfo element : userName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private String userTimeZone
private boolean userTimeZone__is_set
private static final TypeInfo userTimeZone__typeInfo element : userTimeZone of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private String userType
private boolean userType__is_set
private static final TypeInfo userType__typeInfo element : userType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private String userUiSkin
private boolean userUiSkin__is_set
private static final TypeInfo userUiSkin__typeInfo element : userUiSkin of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
Public Constructors
GetUserInfoResult()
Constructor
Public Methods
boolean getAccessibilityMode()
String getCurrencySymbol()
int getOrgAttachmentFileSizeLimit()
String getOrgDefaultCurrencyIsoCode()
boolean getOrgDisallowHtmlAttachments()
boolean getOrgHasPersonAccounts()
String getOrganizationId()
boolean getOrganizationMultiCurrency()
String getOrganizationName()
String getProfileId()
String getRoleId()
int getSessionSecondsValid()
String getUserDefaultCurrencyIsoCode()
String getUserEmail()
String getUserFullName()
String getUserId()
String getUserLanguage()
String getUserLocale()
String getUserName()
String getUserTimeZone()
String getUserType()
String getUserUiSkin()
boolean isAccessibilityMode()
boolean isOrgDisallowHtmlAttachments()
boolean isOrgHasPersonAccounts()
boolean isOrganizationMultiCurrency()
void load(XmlInputStream __in, TypeMapper __typeMapper)
load the fileds/children from the specified xml stream
void setAccessibilityMode(boolean accessibilityMode)
void setCurrencySymbol(String currencySymbol)
void setOrgAttachmentFileSizeLimit(int orgAttachmentFileSizeLimit)
void setOrgDefaultCurrencyIsoCode(String orgDefaultCurrencyIsoCode)
void setOrgDisallowHtmlAttachments(boolean orgDisallowHtmlAttachments)
void setOrgHasPersonAccounts(boolean orgHasPersonAccounts)
void setOrganizationId(String organizationId)
void setOrganizationMultiCurrency(boolean organizationMultiCurrency)
void setOrganizationName(String organizationName)
void setProfileId(String profileId)
void setRoleId(String roleId)
void setSessionSecondsValid(int sessionSecondsValid)
void setUserDefaultCurrencyIsoCode(String userDefaultCurrencyIsoCode)
void setUserEmail(String userEmail)
void setUserFullName(String userFullName)
void setUserId(String userId)
void setUserLanguage(String userLanguage)
void setUserLocale(String userLocale)
void setUserName(String userName)
void setUserTimeZone(String userTimeZone)
void setUserType(String userType)
void setUserUiSkin(String userUiSkin)
String toString()
void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)
write this instace as xml.
Protected Methods
void loadFields(XmlInputStream __in, TypeMapper __typeMapper)
void writeFields(XmlOutputStream __out, TypeMapper __typeMapper)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.sforce.ws.bind.XMLizable

Fields

private boolean accessibilityMode

private boolean accessibilityMode__is_set

private static final TypeInfo accessibilityMode__typeInfo

element : accessibilityMode of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean

private String currencySymbol

private boolean currencySymbol__is_set

private static final TypeInfo currencySymbol__typeInfo

element : currencySymbol of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private int orgAttachmentFileSizeLimit

private boolean orgAttachmentFileSizeLimit__is_set

private static final TypeInfo orgAttachmentFileSizeLimit__typeInfo

element : orgAttachmentFileSizeLimit of type {http://www.w3.org/2001/XMLSchema}int java type: int

private String orgDefaultCurrencyIsoCode

private boolean orgDefaultCurrencyIsoCode__is_set

private static final TypeInfo orgDefaultCurrencyIsoCode__typeInfo

element : orgDefaultCurrencyIsoCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private boolean orgDisallowHtmlAttachments

private boolean orgDisallowHtmlAttachments__is_set

private static final TypeInfo orgDisallowHtmlAttachments__typeInfo

element : orgDisallowHtmlAttachments of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean

private boolean orgHasPersonAccounts

private boolean orgHasPersonAccounts__is_set

private static final TypeInfo orgHasPersonAccounts__typeInfo

element : orgHasPersonAccounts of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean

private String organizationId

private boolean organizationId__is_set

private static final TypeInfo organizationId__typeInfo

element : organizationId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String

private boolean organizationMultiCurrency

private boolean organizationMultiCurrency__is_set

private static final TypeInfo organizationMultiCurrency__typeInfo

element : organizationMultiCurrency of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean

private String organizationName

private boolean organizationName__is_set

private static final TypeInfo organizationName__typeInfo

element : organizationName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private String profileId

private boolean profileId__is_set

private static final TypeInfo profileId__typeInfo

element : profileId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String

private String roleId

private boolean roleId__is_set

private static final TypeInfo roleId__typeInfo

element : roleId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String

private int sessionSecondsValid

private boolean sessionSecondsValid__is_set

private static final TypeInfo sessionSecondsValid__typeInfo

element : sessionSecondsValid of type {http://www.w3.org/2001/XMLSchema}int java type: int

private String userDefaultCurrencyIsoCode

private boolean userDefaultCurrencyIsoCode__is_set

private static final TypeInfo userDefaultCurrencyIsoCode__typeInfo

element : userDefaultCurrencyIsoCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private String userEmail

private boolean userEmail__is_set

private static final TypeInfo userEmail__typeInfo

element : userEmail of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private String userFullName

private boolean userFullName__is_set

private static final TypeInfo userFullName__typeInfo

element : userFullName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private String userId

private boolean userId__is_set

private static final TypeInfo userId__typeInfo

element : userId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String

private String userLanguage

private boolean userLanguage__is_set

private static final TypeInfo userLanguage__typeInfo

element : userLanguage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private String userLocale

private boolean userLocale__is_set

private static final TypeInfo userLocale__typeInfo

element : userLocale of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private String userName

private boolean userName__is_set

private static final TypeInfo userName__typeInfo

element : userName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private String userTimeZone

private boolean userTimeZone__is_set

private static final TypeInfo userTimeZone__typeInfo

element : userTimeZone of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private String userType

private boolean userType__is_set

private static final TypeInfo userType__typeInfo

element : userType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private String userUiSkin

private boolean userUiSkin__is_set

private static final TypeInfo userUiSkin__typeInfo

element : userUiSkin of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

Public Constructors

public GetUserInfoResult ()

Constructor

Public Methods

public boolean getAccessibilityMode ()

public String getCurrencySymbol ()

public int getOrgAttachmentFileSizeLimit ()

public String getOrgDefaultCurrencyIsoCode ()

public boolean getOrgDisallowHtmlAttachments ()

public boolean getOrgHasPersonAccounts ()

public String getOrganizationId ()

public boolean getOrganizationMultiCurrency ()

public String getOrganizationName ()

public String getProfileId ()

public String getRoleId ()

public int getSessionSecondsValid ()

public String getUserDefaultCurrencyIsoCode ()

public String getUserEmail ()

public String getUserFullName ()

public String getUserId ()

public String getUserLanguage ()

public String getUserLocale ()

public String getUserName ()

public String getUserTimeZone ()

public String getUserType ()

public String getUserUiSkin ()

public boolean isAccessibilityMode ()

public boolean isOrgDisallowHtmlAttachments ()

public boolean isOrgHasPersonAccounts ()

public boolean isOrganizationMultiCurrency ()

public void load (XmlInputStream __in, TypeMapper __typeMapper)

load the fileds/children from the specified xml stream

Parameters
__in Xml input stream from which the data is read
__typeMapper Type mapper to be used
Throws
ConnectionException
IOException

public void setAccessibilityMode (boolean accessibilityMode)

Parameters
accessibilityMode

public void setCurrencySymbol (String currencySymbol)

Parameters
currencySymbol

public void setOrgAttachmentFileSizeLimit (int orgAttachmentFileSizeLimit)

Parameters
orgAttachmentFileSizeLimit

public void setOrgDefaultCurrencyIsoCode (String orgDefaultCurrencyIsoCode)

Parameters
orgDefaultCurrencyIsoCode

public void setOrgDisallowHtmlAttachments (boolean orgDisallowHtmlAttachments)

Parameters
orgDisallowHtmlAttachments

public void setOrgHasPersonAccounts (boolean orgHasPersonAccounts)

Parameters
orgHasPersonAccounts

public void setOrganizationId (String organizationId)

Parameters
organizationId

public void setOrganizationMultiCurrency (boolean organizationMultiCurrency)

Parameters
organizationMultiCurrency

public void setOrganizationName (String organizationName)

Parameters
organizationName

public void setProfileId (String profileId)

Parameters
profileId

public void setRoleId (String roleId)

Parameters
roleId

public void setSessionSecondsValid (int sessionSecondsValid)

Parameters
sessionSecondsValid

public void setUserDefaultCurrencyIsoCode (String userDefaultCurrencyIsoCode)

Parameters
userDefaultCurrencyIsoCode

public void setUserEmail (String userEmail)

Parameters
userEmail

public void setUserFullName (String userFullName)

Parameters
userFullName

public void setUserId (String userId)

Parameters
userId

public void setUserLanguage (String userLanguage)

Parameters
userLanguage

public void setUserLocale (String userLocale)

Parameters
userLocale

public void setUserName (String userName)

Parameters
userName

public void setUserTimeZone (String userTimeZone)

Parameters
userTimeZone

public void setUserType (String userType)

Parameters
userType

public void setUserUiSkin (String userUiSkin)

Parameters
userUiSkin

public String toString ()

public void write (QName __element, XmlOutputStream __out, TypeMapper __typeMapper)

write this instace as xml.

Parameters
__element Xml element name
__out Xml output stream
__typeMapper Type mapper to be used
Throws
IOException

Protected Methods

protected void loadFields (XmlInputStream __in, TypeMapper __typeMapper)

Parameters
__in
__typeMapper
Throws
ConnectionException
IOException

protected void writeFields (XmlOutputStream __out, TypeMapper __typeMapper)

Parameters
__out
__typeMapper
Throws
IOException