com.sforce.soap.partner
Class CallOptions

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

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

See Also:
Serialized Form

Constructor Summary
CallOptions()
           
CallOptions(java.lang.String client, java.lang.String defaultNamespace)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getClient()
          Gets the client value for this CallOptions.
 java.lang.String getDefaultNamespace()
          Gets the defaultNamespace value for this CallOptions.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
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
 int hashCode()
           
 void setClient(java.lang.String client)
          Sets the client value for this CallOptions.
 void setDefaultNamespace(java.lang.String defaultNamespace)
          Sets the defaultNamespace value for this CallOptions.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallOptions

public CallOptions()

CallOptions

public CallOptions(java.lang.String client,
                   java.lang.String defaultNamespace)
Method Detail

getClient

public java.lang.String getClient()
Gets the client value for this CallOptions.

Returns:
client

setClient

public void setClient(java.lang.String client)
Sets the client value for this CallOptions.

Parameters:
client -

getDefaultNamespace

public java.lang.String getDefaultNamespace()
Gets the defaultNamespace value for this CallOptions.

Returns:
defaultNamespace

setDefaultNamespace

public void setDefaultNamespace(java.lang.String defaultNamespace)
Sets the defaultNamespace value for this CallOptions.

Parameters:
defaultNamespace -

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.