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