com.sforce.soap.partner
Class DescribeGlobalResult

java.lang.Object
  extended by com.sforce.soap.partner.DescribeGlobalResult
All Implemented Interfaces:
java.io.Serializable

public class DescribeGlobalResult
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DescribeGlobalResult()
           
DescribeGlobalResult(java.lang.String encoding, int maxBatchSize, java.lang.String[] types)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.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(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String[] getTypes()
          Gets the types value for this DescribeGlobalResult.
 java.lang.String getTypes(int i)
           
 int hashCode()
           
 void setEncoding(java.lang.String encoding)
          Sets the encoding value for this DescribeGlobalResult.
 void setMaxBatchSize(int maxBatchSize)
          Sets the maxBatchSize value for this DescribeGlobalResult.
 void setTypes(int i, java.lang.String _value)
           
 void setTypes(java.lang.String[] types)
          Sets the types value for this DescribeGlobalResult.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescribeGlobalResult

public DescribeGlobalResult()

DescribeGlobalResult

public DescribeGlobalResult(java.lang.String encoding,
                            int maxBatchSize,
                            java.lang.String[] types)
Method Detail

getEncoding

public java.lang.String getEncoding()
Gets the encoding value for this DescribeGlobalResult.

Returns:
encoding

setEncoding

public void setEncoding(java.lang.String encoding)
Sets the encoding value for this DescribeGlobalResult.

Parameters:
encoding -

getMaxBatchSize

public int getMaxBatchSize()
Gets the maxBatchSize value for this DescribeGlobalResult.

Returns:
maxBatchSize

setMaxBatchSize

public void setMaxBatchSize(int maxBatchSize)
Sets the maxBatchSize value for this DescribeGlobalResult.

Parameters:
maxBatchSize -

getTypes

public java.lang.String[] getTypes()
Gets the types value for this DescribeGlobalResult.

Returns:
types

setTypes

public void setTypes(java.lang.String[] types)
Sets the types value for this DescribeGlobalResult.

Parameters:
types -

getTypes

public java.lang.String getTypes(int i)

setTypes

public void setTypes(int i,
                     java.lang.String _value)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2009. All Rights Reserved.