public class QueryOptions_element extends com.sforce.ws.bind.SoapHeaderObject implements com.sforce.ws.bind.XMLizable, IQueryOptions_element
| Constructor and Description |
|---|
QueryOptions_element()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchSize()
element : batchSize of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
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 |
setBatchSize(int batchSize) |
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 int getBatchSize()
IQueryOptions_elementgetBatchSize in interface IQueryOptions_elementpublic void setBatchSize(int batchSize)
setBatchSize in interface IQueryOptions_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.