com.sforce.soap.partner
Class GetUserInfoResult

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

public class GetUserInfoResult
extends java.lang.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="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="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  java.lang.String currencySymbol
           
protected  java.lang.String organizationId
           
protected  boolean organizationMultiCurrency
           
protected  java.lang.String organizationName
           
protected  java.lang.String orgDefaultCurrencyIsoCode
           
protected  boolean orgDisallowHtmlAttachments
           
protected  boolean orgHasPersonAccounts
           
protected  java.lang.String profileId
           
protected  java.lang.String roleId
           
protected  java.lang.String userDefaultCurrencyIsoCode
           
protected  java.lang.String userEmail
           
protected  java.lang.String userFullName
           
protected  java.lang.String userId
           
protected  java.lang.String userLanguage
           
protected  java.lang.String userLocale
           
protected  java.lang.String userName
           
protected  java.lang.String userTimeZone
           
protected  java.lang.String userType
           
protected  java.lang.String userUiSkin
           
 
Constructor Summary
GetUserInfoResult()
           
 
Method Summary
 java.lang.String getCurrencySymbol()
          Gets the value of the currencySymbol property.
 java.lang.String getOrganizationId()
          Gets the value of the organizationId property.
 java.lang.String getOrganizationName()
          Gets the value of the organizationName property.
 java.lang.String getOrgDefaultCurrencyIsoCode()
          Gets the value of the orgDefaultCurrencyIsoCode property.
 java.lang.String getProfileId()
          Gets the value of the profileId property.
 java.lang.String getRoleId()
          Gets the value of the roleId property.
 java.lang.String getUserDefaultCurrencyIsoCode()
          Gets the value of the userDefaultCurrencyIsoCode property.
 java.lang.String getUserEmail()
          Gets the value of the userEmail property.
 java.lang.String getUserFullName()
          Gets the value of the userFullName property.
 java.lang.String getUserId()
          Gets the value of the userId property.
 java.lang.String getUserLanguage()
          Gets the value of the userLanguage property.
 java.lang.String getUserLocale()
          Gets the value of the userLocale property.
 java.lang.String getUserName()
          Gets the value of the userName property.
 java.lang.String getUserTimeZone()
          Gets the value of the userTimeZone property.
 java.lang.String getUserType()
          Gets the value of the userType property.
 java.lang.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(java.lang.String value)
          Sets the value of the currencySymbol property.
 void setOrganizationId(java.lang.String value)
          Sets the value of the organizationId property.
 void setOrganizationMultiCurrency(boolean value)
          Sets the value of the organizationMultiCurrency property.
 void setOrganizationName(java.lang.String value)
          Sets the value of the organizationName property.
 void setOrgDefaultCurrencyIsoCode(java.lang.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(java.lang.String value)
          Sets the value of the profileId property.
 void setRoleId(java.lang.String value)
          Sets the value of the roleId property.
 void setUserDefaultCurrencyIsoCode(java.lang.String value)
          Sets the value of the userDefaultCurrencyIsoCode property.
 void setUserEmail(java.lang.String value)
          Sets the value of the userEmail property.
 void setUserFullName(java.lang.String value)
          Sets the value of the userFullName property.
 void setUserId(java.lang.String value)
          Sets the value of the userId property.
 void setUserLanguage(java.lang.String value)
          Sets the value of the userLanguage property.
 void setUserLocale(java.lang.String value)
          Sets the value of the userLocale property.
 void setUserName(java.lang.String value)
          Sets the value of the userName property.
 void setUserTimeZone(java.lang.String value)
          Sets the value of the userTimeZone property.
 void setUserType(java.lang.String value)
          Sets the value of the userType property.
 void setUserUiSkin(java.lang.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 java.lang.String currencySymbol

orgDefaultCurrencyIsoCode

protected java.lang.String orgDefaultCurrencyIsoCode

orgDisallowHtmlAttachments

protected boolean orgDisallowHtmlAttachments

orgHasPersonAccounts

protected boolean orgHasPersonAccounts

organizationId

protected java.lang.String organizationId

organizationMultiCurrency

protected boolean organizationMultiCurrency

organizationName

protected java.lang.String organizationName

profileId

protected java.lang.String profileId

roleId

protected java.lang.String roleId

userDefaultCurrencyIsoCode

protected java.lang.String userDefaultCurrencyIsoCode

userEmail

protected java.lang.String userEmail

userFullName

protected java.lang.String userFullName

userId

protected java.lang.String userId

userLanguage

protected java.lang.String userLanguage

userLocale

protected java.lang.String userLocale

userName

protected java.lang.String userName

userTimeZone

protected java.lang.String userTimeZone

userType

protected java.lang.String userType

userUiSkin

protected java.lang.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 java.lang.String getCurrencySymbol()
Gets the value of the currencySymbol property.

Returns:
possible object is String

setCurrencySymbol

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

Parameters:
value - allowed object is String

getOrgDefaultCurrencyIsoCode

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

Returns:
possible object is String

setOrgDefaultCurrencyIsoCode

public void setOrgDefaultCurrencyIsoCode(java.lang.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 java.lang.String getOrganizationId()
Gets the value of the organizationId property.

Returns:
possible object is String

setOrganizationId

public void setOrganizationId(java.lang.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 java.lang.String getOrganizationName()
Gets the value of the organizationName property.

Returns:
possible object is String

setOrganizationName

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

Parameters:
value - allowed object is String

getProfileId

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

Returns:
possible object is String

setProfileId

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

Parameters:
value - allowed object is String

getRoleId

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

Returns:
possible object is String

setRoleId

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

Parameters:
value - allowed object is String

getUserDefaultCurrencyIsoCode

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

Returns:
possible object is String

setUserDefaultCurrencyIsoCode

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

Parameters:
value - allowed object is String

getUserEmail

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

Returns:
possible object is String

setUserEmail

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

Parameters:
value - allowed object is String

getUserFullName

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

Returns:
possible object is String

setUserFullName

public void setUserFullName(java.lang.String value)
Sets the value of the userFullName 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

getUserLanguage

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

Returns:
possible object is String

setUserLanguage

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

Parameters:
value - allowed object is String

getUserLocale

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

Returns:
possible object is String

setUserLocale

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

Parameters:
value - allowed object is String

getUserName

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

Returns:
possible object is String

setUserName

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

Parameters:
value - allowed object is String

getUserTimeZone

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

Returns:
possible object is String

setUserTimeZone

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

Parameters:
value - allowed object is String

getUserType

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

Returns:
possible object is String

setUserType

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

Parameters:
value - allowed object is String

getUserUiSkin

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

Returns:
possible object is String

setUserUiSkin

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

Parameters:
value - allowed object is String


Copyright © 2010. All Rights Reserved.