|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sforce.soap.partner.GetUserInfoResult
public class GetUserInfoResult
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 |
|---|
protected boolean accessibilityMode
protected java.lang.String currencySymbol
protected java.lang.String orgDefaultCurrencyIsoCode
protected boolean orgDisallowHtmlAttachments
protected boolean orgHasPersonAccounts
protected java.lang.String organizationId
protected boolean organizationMultiCurrency
protected java.lang.String organizationName
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 Detail |
|---|
public GetUserInfoResult()
| Method Detail |
|---|
public boolean isAccessibilityMode()
public void setAccessibilityMode(boolean value)
public java.lang.String getCurrencySymbol()
Stringpublic void setCurrencySymbol(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOrgDefaultCurrencyIsoCode()
Stringpublic void setOrgDefaultCurrencyIsoCode(java.lang.String value)
value - allowed object is
Stringpublic boolean isOrgDisallowHtmlAttachments()
public void setOrgDisallowHtmlAttachments(boolean value)
public boolean isOrgHasPersonAccounts()
public void setOrgHasPersonAccounts(boolean value)
public java.lang.String getOrganizationId()
Stringpublic void setOrganizationId(java.lang.String value)
value - allowed object is
Stringpublic boolean isOrganizationMultiCurrency()
public void setOrganizationMultiCurrency(boolean value)
public java.lang.String getOrganizationName()
Stringpublic void setOrganizationName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProfileId()
Stringpublic void setProfileId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRoleId()
Stringpublic void setRoleId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUserDefaultCurrencyIsoCode()
Stringpublic void setUserDefaultCurrencyIsoCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUserEmail()
Stringpublic void setUserEmail(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUserFullName()
Stringpublic void setUserFullName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUserId()
Stringpublic void setUserId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUserLanguage()
Stringpublic void setUserLanguage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUserLocale()
Stringpublic void setUserLocale(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUserName()
Stringpublic void setUserName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUserTimeZone()
Stringpublic void setUserTimeZone(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUserType()
Stringpublic void setUserType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUserUiSkin()
Stringpublic void setUserUiSkin(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||