|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sforce.soap.partner.DescribeGlobalResult
public class DescribeGlobalResult
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:partner.soap.sforce.com}DescribeGlobalSObjectResult" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
encoding
|
protected int |
maxBatchSize
|
protected List<DescribeGlobalSObjectResult> |
sobjects
|
| Constructor Summary | |
|---|---|
DescribeGlobalResult()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String encoding
protected int maxBatchSize
protected List<DescribeGlobalSObjectResult> sobjects
| Constructor Detail |
|---|
public DescribeGlobalResult()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||