com.sforce.soap.partner
Class GetUserInfoResult

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

public class GetUserInfoResult
extends Object

Java class for GetUserInfoResult complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GetUserInfoResult">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="accessibilityMode" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="currencySymbol" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="orgAttachmentFileSizeLimit" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="orgDefaultCurrencyIsoCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="orgDisallowHtmlAttachments" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="orgHasPersonAccounts" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="organizationId" type="{urn:partner.soap.sforce.com}ID"/>
         <element name="organizationMultiCurrency" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="organizationName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="profileId" type="{urn:partner.soap.sforce.com}ID"/>
         <element name="roleId" type="{urn:partner.soap.sforce.com}ID"/>
         <element name="sessionSecondsValid" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="userDefaultCurrencyIsoCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="userEmail" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="userFullName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="userId" type="{urn:partner.soap.sforce.com}ID"/>
         <element name="userLanguage" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="userLocale" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="userName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="userTimeZone" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="userType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="userUiSkin" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  boolean accessibilityMode
           
protected  String currencySymbol
           
protected  String organizationId
           
protected  boolean organizationMultiCurrency
           
protected  String organizationName
           
protected  int orgAttachmentFileSizeLimit
           
protected  String orgDefaultCurrencyIsoCode
           
protected  boolean orgDisallowHtmlAttachments
           
protected  boolean orgHasPersonAccounts
           
protected  String profileId
           
protected  String roleId
           
protected  int sessionSecondsValid
           
protected  String userDefaultCurrencyIsoCode
           
protected  String userEmail
           
protected  String userFullName
           
protected  String userId
           
protected  String userLanguage
           
protected  String userLocale
           
protected  String userName
           
protected  String userTimeZone
           
protected  String userType
           
protected  String userUiSkin
           
 
Constructor Summary
GetUserInfoResult()
           
 
Method Summary
 String getCurrencySymbol()
          Gets the value of the currencySymbol property.
 String getOrganizationId()
          Gets the value of the organizationId property.
 String getOrganizationName()
          Gets the value of the organizationName property.
 int getOrgAttachmentFileSizeLimit()
          Gets the value of the orgAttachmentFileSizeLimit property.
 String getOrgDefaultCurrencyIsoCode()
          Gets the value of the orgDefaultCurrencyIsoCode property.
 String getProfileId()
          Gets the value of the profileId property.
 String getRoleId()
          Gets the value of the roleId property.
 int getSessionSecondsValid()
          Gets the value of the sessionSecondsValid property.
 String getUserDefaultCurrencyIsoCode()
          Gets the value of the userDefaultCurrencyIsoCode property.
 String getUserEmail()
          Gets the value of the userEmail property.
 String getUserFullName()
          Gets the value of the userFullName property.
 String getUserId()
          Gets the value of the userId property.
 String getUserLanguage()
          Gets the value of the userLanguage property.
 String getUserLocale()
          Gets the value of the userLocale property.
 String getUserName()
          Gets the value of the userName property.
 String getUserTimeZone()
          Gets the value of the userTimeZone property.
 String getUserType()
          Gets the value of the userType property.
 String getUserUiSkin()
          Gets the value of the userUiSkin property.
 boolean isAccessibilityMode()
          Gets the value of the accessibilityMode property.
 boolean isOrganizationMultiCurrency()
          Gets the value of the organizationMultiCurrency property.
 boolean isOrgDisallowHtmlAttachments()
          Gets the value of the orgDisallowHtmlAttachments property.
 boolean isOrgHasPersonAccounts()
          Gets the value of the orgHasPersonAccounts property.
 void setAccessibilityMode(boolean value)
          Sets the value of the accessibilityMode property.
 void setCurrencySymbol(String value)
          Sets the value of the currencySymbol property.
 void setOrganizationId(String value)
          Sets the value of the organizationId property.
 void setOrganizationMultiCurrency(boolean value)
          Sets the value of the organizationMultiCurrency property.
 void setOrganizationName(String value)
          Sets the value of the organizationName property.
 void setOrgAttachmentFileSizeLimit(int value)
          Sets the value of the orgAttachmentFileSizeLimit property.
 void setOrgDefaultCurrencyIsoCode(String value)
          Sets the value of the orgDefaultCurrencyIsoCode property.
 void setOrgDisallowHtmlAttachments(boolean value)
          Sets the value of the orgDisallowHtmlAttachments property.
 void setOrgHasPersonAccounts(boolean value)
          Sets the value of the orgHasPersonAccounts property.
 void setProfileId(String value)
          Sets the value of the profileId property.
 void setRoleId(String value)
          Sets the value of the roleId property.
 void setSessionSecondsValid(int value)
          Sets the value of the sessionSecondsValid property.
 void setUserDefaultCurrencyIsoCode(String value)
          Sets the value of the userDefaultCurrencyIsoCode property.
 void setUserEmail(String value)
          Sets the value of the userEmail property.
 void setUserFullName(String value)
          Sets the value of the userFullName property.
 void setUserId(String value)
          Sets the value of the userId property.
 void setUserLanguage(String value)
          Sets the value of the userLanguage property.
 void setUserLocale(String value)
          Sets the value of the userLocale property.
 void setUserName(String value)
          Sets the value of the userName property.
 void setUserTimeZone(String value)
          Sets the value of the userTimeZone property.
 void setUserType(String value)
          Sets the value of the userType property.
 void setUserUiSkin(String value)
          Sets the value of the userUiSkin property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

accessibilityMode

protected boolean accessibilityMode

currencySymbol

protected String currencySymbol

orgAttachmentFileSizeLimit

protected int orgAttachmentFileSizeLimit

orgDefaultCurrencyIsoCode

protected String orgDefaultCurrencyIsoCode

orgDisallowHtmlAttachments

protected boolean orgDisallowHtmlAttachments

orgHasPersonAccounts

protected boolean orgHasPersonAccounts

organizationId

protected String organizationId

organizationMultiCurrency

protected boolean organizationMultiCurrency

organizationName

protected String organizationName

profileId

protected String profileId

roleId

protected String roleId

sessionSecondsValid

protected int sessionSecondsValid

userDefaultCurrencyIsoCode

protected String userDefaultCurrencyIsoCode

userEmail

protected String userEmail

userFullName

protected String userFullName

userId

protected String userId

userLanguage

protected String userLanguage

userLocale

protected String userLocale

userName

protected String userName

userTimeZone

protected String userTimeZone

userType

protected String userType

userUiSkin

protected String userUiSkin
Constructor Detail

GetUserInfoResult

public GetUserInfoResult()
Method Detail

isAccessibilityMode

public boolean isAccessibilityMode()
Gets the value of the accessibilityMode property.


setAccessibilityMode

public void setAccessibilityMode(boolean value)
Sets the value of the accessibilityMode property.


getCurrencySymbol

public String getCurrencySymbol()
Gets the value of the currencySymbol property.

Returns:
possible object is String

setCurrencySymbol

public void setCurrencySymbol(String value)
Sets the value of the currencySymbol property.

Parameters:
value - allowed object is String

getOrgAttachmentFileSizeLimit

public int getOrgAttachmentFileSizeLimit()
Gets the value of the orgAttachmentFileSizeLimit property.


setOrgAttachmentFileSizeLimit

public void setOrgAttachmentFileSizeLimit(int value)
Sets the value of the orgAttachmentFileSizeLimit property.


getOrgDefaultCurrencyIsoCode

public String getOrgDefaultCurrencyIsoCode()
Gets the value of the orgDefaultCurrencyIsoCode property.

Returns:
possible object is String

setOrgDefaultCurrencyIsoCode

public void setOrgDefaultCurrencyIsoCode(String value)
Sets the value of the orgDefaultCurrencyIsoCode property.

Parameters:
value - allowed object is String

isOrgDisallowHtmlAttachments

public boolean isOrgDisallowHtmlAttachments()
Gets the value of the orgDisallowHtmlAttachments property.


setOrgDisallowHtmlAttachments

public void setOrgDisallowHtmlAttachments(boolean value)
Sets the value of the orgDisallowHtmlAttachments property.


isOrgHasPersonAccounts

public boolean isOrgHasPersonAccounts()
Gets the value of the orgHasPersonAccounts property.


setOrgHasPersonAccounts

public void setOrgHasPersonAccounts(boolean value)
Sets the value of the orgHasPersonAccounts property.


getOrganizationId

public String getOrganizationId()
Gets the value of the organizationId property.

Returns:
possible object is String

setOrganizationId

public void setOrganizationId(String value)
Sets the value of the organizationId property.

Parameters:
value - allowed object is String

isOrganizationMultiCurrency

public boolean isOrganizationMultiCurrency()
Gets the value of the organizationMultiCurrency property.


setOrganizationMultiCurrency

public void setOrganizationMultiCurrency(boolean value)
Sets the value of the organizationMultiCurrency property.


getOrganizationName

public String getOrganizationName()
Gets the value of the organizationName property.

Returns:
possible object is String

setOrganizationName

public void setOrganizationName(String value)
Sets the value of the organizationName property.

Parameters:
value - allowed object is String

getProfileId

public String getProfileId()
Gets the value of the profileId property.

Returns:
possible object is String

setProfileId

public void setProfileId(String value)
Sets the value of the profileId property.

Parameters:
value - allowed object is String

getRoleId

public String getRoleId()
Gets the value of the roleId property.

Returns:
possible object is String

setRoleId

public void setRoleId(String value)
Sets the value of the roleId property.

Parameters:
value - allowed object is String

getSessionSecondsValid

public int getSessionSecondsValid()
Gets the value of the sessionSecondsValid property.


setSessionSecondsValid

public void setSessionSecondsValid(int value)
Sets the value of the sessionSecondsValid property.


getUserDefaultCurrencyIsoCode

public String getUserDefaultCurrencyIsoCode()
Gets the value of the userDefaultCurrencyIsoCode property.

Returns:
possible object is String

setUserDefaultCurrencyIsoCode

public void setUserDefaultCurrencyIsoCode(String value)
Sets the value of the userDefaultCurrencyIsoCode property.

Parameters:
value - allowed object is String

getUserEmail

public String getUserEmail()
Gets the value of the userEmail property.

Returns:
possible object is String

setUserEmail

public void setUserEmail(String value)
Sets the value of the userEmail property.

Parameters:
value - allowed object is String

getUserFullName

public String getUserFullName()
Gets the value of the userFullName property.

Returns:
possible object is String

setUserFullName

public void setUserFullName(String value)
Sets the value of the userFullName property.

Parameters:
value - allowed object is String

getUserId

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

Returns:
possible object is String

setUserId

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

Parameters:
value - allowed object is String

getUserLanguage

public String getUserLanguage()
Gets the value of the userLanguage property.

Returns:
possible object is String

setUserLanguage

public void setUserLanguage(String value)
Sets the value of the userLanguage property.

Parameters:
value - allowed object is String

getUserLocale

public String getUserLocale()
Gets the value of the userLocale property.

Returns:
possible object is String

setUserLocale

public void setUserLocale(String value)
Sets the value of the userLocale property.

Parameters:
value - allowed object is String

getUserName

public String getUserName()
Gets the value of the userName property.

Returns:
possible object is String

setUserName

public void setUserName(String value)
Sets the value of the userName property.

Parameters:
value - allowed object is String

getUserTimeZone

public String getUserTimeZone()
Gets the value of the userTimeZone property.

Returns:
possible object is String

setUserTimeZone

public void setUserTimeZone(String value)
Sets the value of the userTimeZone property.

Parameters:
value - allowed object is String

getUserType

public String getUserType()
Gets the value of the userType property.

Returns:
possible object is String

setUserType

public void setUserType(String value)
Sets the value of the userType property.

Parameters:
value - allowed object is String

getUserUiSkin

public String getUserUiSkin()
Gets the value of the userUiSkin property.

Returns:
possible object is String

setUserUiSkin

public void setUserUiSkin(String value)
Sets the value of the userUiSkin property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.