Package com.sforce.soap.partner
Interface ILocaleOptions_element
-
- All Known Implementing Classes:
LocaleOptions_element
public interface ILocaleOptions_elementThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLanguage()element : language of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetLocalizeErrors()element : localizeErrors of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanisLocalizeErrors()voidsetLanguage(String language)voidsetLocalizeErrors(boolean localizeErrors)
-
-
-
Method Detail
-
getLanguage
String getLanguage()
element : language of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setLanguage
void setLanguage(String language)
-
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)
-
-