public class DescribeGlobalResult extends Object
Java class for DescribeGlobalResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescribeGlobalResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="encoding" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="maxBatchSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="sobjects" type="{urn:tooling.soap.sforce.com}DescribeGlobalSObjectResult" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
encoding |
protected int |
maxBatchSize |
protected List<DescribeGlobalSObjectResult> |
sobjects |
| Constructor and Description |
|---|
DescribeGlobalResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncoding()
Gets the value of the encoding property.
|
int |
getMaxBatchSize()
Gets the value of the maxBatchSize property.
|
List<DescribeGlobalSObjectResult> |
getSobjects()
Gets the value of the sobjects property.
|
void |
setEncoding(String value)
Sets the value of the encoding property.
|
void |
setMaxBatchSize(int value)
Sets the value of the maxBatchSize property.
|
protected String encoding
protected int maxBatchSize
protected List<DescribeGlobalSObjectResult> sobjects
public String getEncoding()
Stringpublic void setEncoding(String value)
value - allowed object is
Stringpublic int getMaxBatchSize()
public void setMaxBatchSize(int value)
public List<DescribeGlobalSObjectResult> getSobjects()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the sobjects property.
For example, to add a new item, do as follows:
getSobjects().add(newItem);
Objects of the following type(s) are allowed in the list
DescribeGlobalSObjectResult
Copyright © 2016. All rights reserved.