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 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)