Package com.sforce.soap.partner
Interface ILocaleOptions_element
- All Known Implementing Classes:
LocaleOptions_element
public interface ILocaleOptions_element
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Method Summary
Modifier and TypeMethodDescriptionelement : language of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanelement : localizeErrors of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanvoidsetLanguage(String language) voidsetLocalizeErrors(boolean localizeErrors)
-
Method Details
-
getLanguage
String getLanguage()element : language of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setLanguage
-
getLocalizeErrors
boolean getLocalizeErrors()element : localizeErrors of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isLocalizeErrors
boolean isLocalizeErrors() -
setLocalizeErrors
void setLocalizeErrors(boolean localizeErrors)
-