public class StreamingEnabledHeader_element extends com.sforce.ws.bind.SoapHeaderObject implements com.sforce.ws.bind.XMLizable, IStreamingEnabledHeader_element
| Constructor and Description |
|---|
StreamingEnabledHeader_element()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getStreamingEnabled()
element : streamingEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
isStreamingEnabled() |
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 |
setStreamingEnabled(boolean streamingEnabled) |
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 StreamingEnabledHeader_element()
public boolean getStreamingEnabled()
IStreamingEnabledHeader_elementgetStreamingEnabled in interface IStreamingEnabledHeader_elementpublic boolean isStreamingEnabled()
isStreamingEnabled in interface IStreamingEnabledHeader_elementpublic void setStreamingEnabled(boolean streamingEnabled)
setStreamingEnabled in interface IStreamingEnabledHeader_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.