Package com.sforce.soap.partner
Class DebuggingHeader_element
java.lang.Object
com.sforce.ws.bind.SoapHeaderObject
com.sforce.soap.partner.DebuggingHeader_element
- All Implemented Interfaces:
IDebuggingHeader_element,com.sforce.ws.bind.XMLizable
public class DebuggingHeader_element
extends com.sforce.ws.bind.SoapHeaderObject
implements com.sforce.ws.bind.XMLizable, IDebuggingHeader_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 TypeMethodDescriptionLogInfo[]element : categories of type {urn:partner.soap.sforce.com}LogInfo java type: com.sforce.soap.partner.LogInfo[]element : debugLevel of type {urn:partner.soap.sforce.com}DebugLevel java type: com.sforce.soap.partner.DebugLevelvoidload(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)voidsetCategories(ILogInfo[] categories)protected voidsetCategories(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetDebugLevel(DebugLevel debugLevel)protected voidsetDebugLevel(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
-
DebuggingHeader_element
public DebuggingHeader_element()Constructor
-
-
Method Details
-
getCategories
Description copied from interface:IDebuggingHeader_elementelement : categories of type {urn:partner.soap.sforce.com}LogInfo java type: com.sforce.soap.partner.LogInfo[]- Specified by:
getCategoriesin interfaceIDebuggingHeader_element
-
setCategories
- Specified by:
setCategoriesin interfaceIDebuggingHeader_element
-
setCategories
protected void setCategories(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getDebugLevel
Description copied from interface:IDebuggingHeader_elementelement : debugLevel of type {urn:partner.soap.sforce.com}DebugLevel java type: com.sforce.soap.partner.DebugLevel- Specified by:
getDebugLevelin interfaceIDebuggingHeader_element
-
setDebugLevel
- Specified by:
setDebugLevelin interfaceIDebuggingHeader_element
-
setDebugLevel
protected void setDebugLevel(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
-