Package com.sforce.soap.partner
Class LocaleOptions_element
java.lang.Object
com.sforce.ws.bind.SoapHeaderObject
com.sforce.soap.partner.LocaleOptions_element
- All Implemented Interfaces:
ILocaleOptions_element,com.sforce.ws.bind.XMLizable
public class LocaleOptions_element
extends com.sforce.ws.bind.SoapHeaderObject
implements com.sforce.ws.bind.XMLizable, ILocaleOptions_element
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
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: booleanbooleanvoidload(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetLanguage(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetLanguage(String language)voidsetLocalizeErrors(boolean localizeErrors)protected voidsetLocalizeErrors(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)toString()voidwrite(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)Methods inherited from class com.sforce.ws.bind.SoapHeaderObject
getActor, getMustUnderstand, setActor, setMustUnderstand
-
Constructor Details
-
LocaleOptions_element
public LocaleOptions_element()Constructor
-
-
Method Details
-
getLanguage
Description copied from interface:ILocaleOptions_elementelement : language of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getLanguagein interfaceILocaleOptions_element
-
setLanguage
- Specified by:
setLanguagein interfaceILocaleOptions_element
-
setLanguage
protected void setLanguage(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getLocalizeErrors
public boolean getLocalizeErrors()Description copied from interface:ILocaleOptions_elementelement : localizeErrors of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getLocalizeErrorsin interfaceILocaleOptions_element
-
isLocalizeErrors
public boolean isLocalizeErrors()- Specified by:
isLocalizeErrorsin interfaceILocaleOptions_element
-
setLocalizeErrors
public void setLocalizeErrors(boolean localizeErrors)- Specified by:
setLocalizeErrorsin interfaceILocaleOptions_element
-
setLocalizeErrors
protected void setLocalizeErrors(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Specified by:
writein interfacecom.sforce.ws.bind.XMLizable- Overrides:
writein classcom.sforce.ws.bind.SoapHeaderObject- Throws:
IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Overrides:
writeFieldsin classcom.sforce.ws.bind.SoapHeaderObject- Throws:
IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Specified by:
loadin interfacecom.sforce.ws.bind.XMLizable- Overrides:
loadin classcom.sforce.ws.bind.SoapHeaderObject- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Overrides:
loadFieldsin classcom.sforce.ws.bind.SoapHeaderObject- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
toString
- Overrides:
toStringin classcom.sforce.ws.bind.SoapHeaderObject
-