Interface ICallOptions_element

All Known Implementing Classes:
CallOptions_element

public interface ICallOptions_element
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
  • Method Summary

    Modifier and Type
    Method
    Description
    element : client of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : defaultNamespace of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    void
    setClient(String client)
     
    void
    setDefaultNamespace(String defaultNamespace)
     
  • Method Details

    • 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)