public class DescribeGlobalResult extends Object implements Serializable
Constructor and Description |
---|
DescribeGlobalResult() |
DescribeGlobalResult(String encoding,
int maxBatchSize,
DescribeGlobalSObjectResult[] sobjects) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getEncoding()
Gets the encoding value for this DescribeGlobalResult.
|
int |
getMaxBatchSize()
Gets the maxBatchSize value for this DescribeGlobalResult.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
DescribeGlobalSObjectResult[] |
getSobjects()
Gets the sobjects value for this DescribeGlobalResult.
|
DescribeGlobalSObjectResult |
getSobjects(int i) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setEncoding(String encoding)
Sets the encoding value for this DescribeGlobalResult.
|
void |
setMaxBatchSize(int maxBatchSize)
Sets the maxBatchSize value for this DescribeGlobalResult.
|
void |
setSobjects(DescribeGlobalSObjectResult[] sobjects)
Sets the sobjects value for this DescribeGlobalResult.
|
void |
setSobjects(int i,
DescribeGlobalSObjectResult _value) |
public DescribeGlobalResult()
public DescribeGlobalResult(String encoding, int maxBatchSize, DescribeGlobalSObjectResult[] sobjects)
public String getEncoding()
public void setEncoding(String encoding)
encoding
- public int getMaxBatchSize()
public void setMaxBatchSize(int maxBatchSize)
maxBatchSize
- public DescribeGlobalSObjectResult[] getSobjects()
public void setSobjects(DescribeGlobalSObjectResult[] sobjects)
sobjects
- public DescribeGlobalSObjectResult getSobjects(int i)
public void setSobjects(int i, DescribeGlobalSObjectResult _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All rights reserved.