public class

DescribeGlobalResult

extends Object
implements XMLizable
java.lang.Object
   ↳ com.sforce.soap.partner.DescribeGlobalResult

Class Overview

Generated class, please do not edit.

Summary

Fields
private String encoding
private boolean encoding__is_set
private static final TypeInfo encoding__typeInfo element : encoding of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private int maxBatchSize
private boolean maxBatchSize__is_set
private static final TypeInfo maxBatchSize__typeInfo element : maxBatchSize of type {http://www.w3.org/2001/XMLSchema}int java type: int
private DescribeGlobalSObjectResult[] sobjects
private boolean sobjects__is_set
private static final TypeInfo sobjects__typeInfo element : sobjects of type {urn:partner.soap.sforce.com}DescribeGlobalSObjectResult java type: com.sforce.soap.partner.DescribeGlobalSObjectResult[]
Public Constructors
DescribeGlobalResult()
Constructor
Public Methods
String getEncoding()
int getMaxBatchSize()
DescribeGlobalSObjectResult[] getSobjects()
void load(XmlInputStream __in, TypeMapper __typeMapper)
load the fileds/children from the specified xml stream
void setEncoding(String encoding)
void setMaxBatchSize(int maxBatchSize)
void setSobjects(DescribeGlobalSObjectResult[] sobjects)
String toString()
void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)
write this instace as xml.
Protected Methods
void loadFields(XmlInputStream __in, TypeMapper __typeMapper)
void writeFields(XmlOutputStream __out, TypeMapper __typeMapper)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.sforce.ws.bind.XMLizable

Fields

private String encoding

private boolean encoding__is_set

private static final TypeInfo encoding__typeInfo

element : encoding of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private int maxBatchSize

private boolean maxBatchSize__is_set

private static final TypeInfo maxBatchSize__typeInfo

element : maxBatchSize of type {http://www.w3.org/2001/XMLSchema}int java type: int

private boolean sobjects__is_set

private static final TypeInfo sobjects__typeInfo

element : sobjects of type {urn:partner.soap.sforce.com}DescribeGlobalSObjectResult java type: com.sforce.soap.partner.DescribeGlobalSObjectResult[]

Public Constructors

public DescribeGlobalResult ()

Constructor

Public Methods

public String getEncoding ()

public int getMaxBatchSize ()

public DescribeGlobalSObjectResult[] getSobjects ()

public void load (XmlInputStream __in, TypeMapper __typeMapper)

load the fileds/children from the specified xml stream

Parameters
__in Xml input stream from which the data is read
__typeMapper Type mapper to be used
Throws
ConnectionException
IOException

public void setEncoding (String encoding)

Parameters
encoding

public void setMaxBatchSize (int maxBatchSize)

Parameters
maxBatchSize

public void setSobjects (DescribeGlobalSObjectResult[] sobjects)

Parameters
sobjects

public String toString ()

public void write (QName __element, XmlOutputStream __out, TypeMapper __typeMapper)

write this instace as xml.

Parameters
__element Xml element name
__out Xml output stream
__typeMapper Type mapper to be used
Throws
IOException

Protected Methods

protected void loadFields (XmlInputStream __in, TypeMapper __typeMapper)

Parameters
__in
__typeMapper
Throws
ConnectionException
IOException

protected void writeFields (XmlOutputStream __out, TypeMapper __typeMapper)

Parameters
__out
__typeMapper
Throws
IOException