public class DescribeGlobalResult extends Object implements com.sforce.ws.bind.XMLizable, IDescribeGlobalResult
| Constructor and Description |
|---|
DescribeGlobalResult()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEncoding()
element : encoding of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
int |
getMaxBatchSize()
element : maxBatchSize of type {http://www.w3.org/2001/XMLSchema}int
java type: int
|
DescribeGlobalSObjectResult[] |
getSobjects()
element : sobjects of type {urn:partner.soap.sforce.com}DescribeGlobalSObjectResult
java type: com.sforce.soap.partner.DescribeGlobalSObjectResult[]
|
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 |
setEncoding(String encoding) |
void |
setMaxBatchSize(int maxBatchSize) |
void |
setSobjects(IDescribeGlobalSObjectResult[] sobjects) |
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 getEncoding()
IDescribeGlobalResultgetEncoding in interface IDescribeGlobalResultpublic void setEncoding(String encoding)
setEncoding in interface IDescribeGlobalResultpublic int getMaxBatchSize()
IDescribeGlobalResultgetMaxBatchSize in interface IDescribeGlobalResultpublic void setMaxBatchSize(int maxBatchSize)
setMaxBatchSize in interface IDescribeGlobalResultpublic DescribeGlobalSObjectResult[] getSobjects()
IDescribeGlobalResultgetSobjects in interface IDescribeGlobalResultpublic void setSobjects(IDescribeGlobalSObjectResult[] sobjects)
setSobjects in interface IDescribeGlobalResultpublic 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.XMLizableIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
IOExceptionpublic 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.XMLizableIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
IOExceptioncom.sforce.ws.ConnectionExceptionCopyright © 2015. All Rights Reserved.