public class LocaleOptions_element extends com.sforce.ws.bind.SoapHeaderObject implements com.sforce.ws.bind.XMLizable, ILocaleOptions_element
| Constructor and Description |
|---|
LocaleOptions_element()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguage()
element : language of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
getLocalizeErrors()
element : localizeErrors of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
isLocalizeErrors() |
void |
load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
void |
setLanguage(String language) |
void |
setLocalizeErrors(boolean localizeErrors) |
String |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
public String getLanguage()
ILocaleOptions_elementgetLanguage in interface ILocaleOptions_elementpublic void setLanguage(String language)
setLanguage in interface ILocaleOptions_elementpublic boolean getLocalizeErrors()
ILocaleOptions_elementgetLocalizeErrors in interface ILocaleOptions_elementpublic boolean isLocalizeErrors()
isLocalizeErrors in interface ILocaleOptions_elementpublic void setLocalizeErrors(boolean localizeErrors)
setLocalizeErrors in interface ILocaleOptions_elementpublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizablewrite in class com.sforce.ws.bind.SoapHeaderObjectIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
writeFields in class com.sforce.ws.bind.SoapHeaderObjectIOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableload in class com.sforce.ws.bind.SoapHeaderObjectIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
loadFields in class com.sforce.ws.bind.SoapHeaderObjectIOExceptioncom.sforce.ws.ConnectionExceptionpublic String toString()
toString in class com.sforce.ws.bind.SoapHeaderObjectCopyright © 2015. All Rights Reserved.