com.sforce.soap.partner
Class CallOptions

java.lang.Object
  extended by com.sforce.soap.partner.CallOptions

public class CallOptions
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="client" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="defaultNamespace" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String client
           
protected  String defaultNamespace
           
 
Constructor Summary
CallOptions()
           
 
Method Summary
 String getClient()
          Gets the value of the client property.
 String getDefaultNamespace()
          Gets the value of the defaultNamespace property.
 void setClient(String value)
          Sets the value of the client property.
 void setDefaultNamespace(String value)
          Sets the value of the defaultNamespace property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

client

protected String client

defaultNamespace

protected String defaultNamespace
Constructor Detail

CallOptions

public CallOptions()
Method Detail

getClient

public String getClient()
Gets the value of the client property.

Returns:
possible object is String

setClient

public void setClient(String value)
Sets the value of the client property.

Parameters:
value - allowed object is String

getDefaultNamespace

public String getDefaultNamespace()
Gets the value of the defaultNamespace property.

Returns:
possible object is String

setDefaultNamespace

public void setDefaultNamespace(String value)
Sets the value of the defaultNamespace property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.