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 Type
    Method
    Description
    element : language of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    boolean
    element : localizeErrors of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    boolean
     
    void
    setLanguage(String language)
     
    void
    setLocalizeErrors(boolean localizeErrors)
     
  • Method Details

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