Package com.sforce.soap.partner
Interface ICallOptions_element
-
- All Known Implementing Classes:
CallOptions_element
public interface ICallOptions_elementThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClient()element : client of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetDefaultNamespace()element : defaultNamespace of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringvoidsetClient(String client)voidsetDefaultNamespace(String defaultNamespace)
-
-
-
Method Detail
-
getClient
String getClient()
element : client of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setClient
void setClient(String client)
-
getDefaultNamespace
String getDefaultNamespace()
element : defaultNamespace of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setDefaultNamespace
void setDefaultNamespace(String defaultNamespace)
-
-