SforceService_services
index
/home/sfscript/src/py_sforce/sflib/SforceService_services.py

################################################## 
# SforceService_services.py 
# generated by ZSI.wsdl2python 


##################################################

 
Modules
       
ZSI
ZSI.client
types
urlparse

 
Classes
       
SforceServiceInterface
SforceServiceLocator
SoapBindingSOAP
SforceService_services_types.createResponse_Dec(ZSI.TCcompound.Struct)
createResponse
createResponseWrapper
SforceService_services_types.create_Dec(ZSI.TCcompound.Struct)
createRequest
createRequestWrapper
SforceService_services_types.deleteResponse_Dec(ZSI.TCcompound.Struct)
deleteResponse
deleteResponseWrapper
SforceService_services_types.delete_Dec(ZSI.TCcompound.Struct)
deleteRequest
deleteRequestWrapper
SforceService_services_types.describeGlobalResponse_Dec(ZSI.TCcompound.Struct)
describeGlobalResponse
describeGlobalResponseWrapper
SforceService_services_types.describeGlobal_Dec(ZSI.TCcompound.Struct)
describeGlobalRequest
describeGlobalRequestWrapper
SforceService_services_types.describeSObjectResponse_Dec(ZSI.TCcompound.Struct)
describeSObjectResponse
describeSObjectResponseWrapper
SforceService_services_types.describeSObject_Dec(ZSI.TCcompound.Struct)
describeSObjectRequest
describeSObjectRequestWrapper
SforceService_services_types.getDeletedResponse_Dec(ZSI.TCcompound.Struct)
getDeletedResponse
getDeletedResponseWrapper
SforceService_services_types.getDeleted_Dec(ZSI.TCcompound.Struct)
getDeletedRequest
getDeletedRequestWrapper
SforceService_services_types.getServerTimestampResponse_Dec(ZSI.TCcompound.Struct)
getServerTimestampResponse
getServerTimestampResponseWrapper
SforceService_services_types.getServerTimestamp_Dec(ZSI.TCcompound.Struct)
getServerTimestampRequest
getServerTimestampRequestWrapper
SforceService_services_types.getUpdatedResponse_Dec(ZSI.TCcompound.Struct)
getUpdatedResponse
getUpdatedResponseWrapper
SforceService_services_types.getUpdated_Dec(ZSI.TCcompound.Struct)
getUpdatedRequest
getUpdatedRequestWrapper
SforceService_services_types.getUserInfoResponse_Dec(ZSI.TCcompound.Struct)
getUserInfoResponse
getUserInfoResponseWrapper
SforceService_services_types.getUserInfo_Dec(ZSI.TCcompound.Struct)
getUserInfoRequest
getUserInfoRequestWrapper
SforceService_services_types.loginResponse_Dec(ZSI.TCcompound.Struct)
loginResponse
loginResponseWrapper
SforceService_services_types.login_Dec(ZSI.TCcompound.Struct)
loginRequest
loginRequestWrapper
SforceService_services_types.queryMoreResponse_Dec(ZSI.TCcompound.Struct)
queryMoreResponse
queryMoreResponseWrapper
SforceService_services_types.queryMore_Dec(ZSI.TCcompound.Struct)
queryMoreRequest
queryMoreRequestWrapper
SforceService_services_types.queryResponse_Dec(ZSI.TCcompound.Struct)
queryResponse
queryResponseWrapper
SforceService_services_types.query_Dec(ZSI.TCcompound.Struct)
queryRequest
queryRequestWrapper
SforceService_services_types.resetPasswordResponse_Dec(ZSI.TCcompound.Struct)
resetPasswordResponse
resetPasswordResponseWrapper
SforceService_services_types.resetPassword_Dec(ZSI.TCcompound.Struct)
resetPasswordRequest
resetPasswordRequestWrapper
SforceService_services_types.retrieveResponse_Dec(ZSI.TCcompound.Struct)
retrieveResponse
retrieveResponseWrapper
SforceService_services_types.retrieve_Dec(ZSI.TCcompound.Struct)
retrieveRequest
retrieveRequestWrapper
SforceService_services_types.searchResponse_Dec(ZSI.TCcompound.Struct)
searchResponse
searchResponseWrapper
SforceService_services_types.search_Dec(ZSI.TCcompound.Struct)
searchRequest
searchRequestWrapper
SforceService_services_types.setPasswordResponse_Dec(ZSI.TCcompound.Struct)
setPasswordResponse
setPasswordResponseWrapper
SforceService_services_types.setPassword_Dec(ZSI.TCcompound.Struct)
setPasswordRequest
setPasswordRequestWrapper
SforceService_services_types.updateResponse_Dec(ZSI.TCcompound.Struct)
updateResponse
updateResponseWrapper
SforceService_services_types.update_Dec(ZSI.TCcompound.Struct)
updateRequest
updateRequestWrapper

 
class SforceServiceInterface
     Methods defined here:
getSoap(self, portAddress=None, **kw)

 
class SforceServiceLocator(SforceServiceInterface)
     Methods defined here:
getSoap(self, portAddress=None, **kw)
getSoapAddress(self)

Data and other attributes defined here:
Soap_address = 'https://www.salesforce.com/services/Soap/u/3.0'

 
class SoapBindingSOAP
     Methods defined here:
__init__(self, addr, **kw)
create(self, request, **kw)
@param: request to createRequest::
    _sObjects: ns1.sObject_Def
      _Id: ns1.Id_Def, optional
      _fieldsToNull: str, optional
      _type: str, optional
 
@return: response from createResponse::
    _result: ns2.SaveResult_Def
      _errors: ns2.Error_Def, optional
        _fields: str, optional
        _message: str
        _statusCode: ns2.StatusCode_Def
          _StatusCode: str, optional
      _id: ns2.ID_Def
        _ID: str, optional
      _success: boolean
delete(self, request, **kw)
@param: request to deleteRequest::
    _ids: ns2.ID_Def
      _ID: str, optional
 
@return: response from deleteResponse::
    _result: ns2.DeleteResult_Def
      _errors: ns2.Error_Def, optional
        _fields: str, optional
        _message: str
        _statusCode: ns2.StatusCode_Def
          _StatusCode: str, optional
      _id: ns2.ID_Def
        _ID: str, optional
      _success: boolean
describeGlobal(self, request, **kw)
@param: request to describeGlobalRequest::
 
@return: response from describeGlobalResponse::
    _result: ns2.DescribeGlobalResult_Def
      _encoding: str, optional
      _maxBatchSize: int
      _types: str, optional
describeSObject(self, request, **kw)
@param: request to describeSObjectRequest::
    _sObjectType: str
 
@return: response from describeSObjectResponse::
    _result: ns2.DescribeSObjectResult_Def
      _activateable: boolean
      _createable: boolean
      _custom: boolean
      _deletable: boolean
      _fields: ns2.Field_Def, optional
        _byteLength: int
        _createable: boolean
        _custom: boolean
        _digits: int
        _filterable: boolean
        _label: str
        _length: int
        _name: str
        _nameField: boolean
        _nillable: boolean
        _picklistValues: ns2.PicklistEntry_Def, optional
          _active: boolean
          _defaultValue: boolean
          _label: str, optional
          _value: str
        _precision: int
        _referenceTo: str, optional
        _restrictedPicklist: boolean
        _scale: int
        _soapType: ns2.soapType_Def
          _soapType: str, optional
        _type: ns2.fieldType_Def
          _fieldType: str, optional
        _updateable: boolean
      _label: str
      _name: str
      _queryable: boolean
      _replicateable: boolean
      _retrieveable: boolean
      _searchable: boolean
      _undeletable: boolean
      _updateable: boolean
getDeleted(self, request, **kw)
@param: request to getDeletedRequest::
    _endDate: tuple
    _sObjectType: str
    _startDate: tuple
 
@return: response from getDeletedResponse::
    _result: ns2.GetDeletedResult_Def
      _deletedRecords: ns2.DeletedRecord_Def, optional
        _deletedDate: tuple
        _id: ns2.ID_Def
          _ID: str, optional
      _sforceReserved: str, optional
getServerTimestamp(self, request, **kw)
@param: request to getServerTimestampRequest::
 
@return: response from getServerTimestampResponse::
    _result: ns2.GetServerTimestampResult_Def
      _timestamp: tuple
getUpdated(self, request, **kw)
@param: request to getUpdatedRequest::
    _endDate: tuple
    _sObjectType: str
    _startDate: tuple
 
@return: response from getUpdatedResponse::
    _result: ns2.GetUpdatedResult_Def
      _ids: ns2.ID_Def, optional
        _ID: str, optional
      _sforceReserved: str, optional
getUserInfo(self, request, **kw)
@param: request to getUserInfoRequest::
 
@return: response from getUserInfoResponse::
    _result: ns2.GetUserInfoResult_Def
      _currencySymbol: str
      _organizationId: ns2.ID_Def
        _ID: str, optional
      _organizationMultiCurrency: boolean
      _organizationName: str
      _userDefaultCurrencyIsoCode: str, optional
      _userEmail: str
      _userFullName: str
      _userId: ns2.ID_Def
      _userLanguage: str
      _userLocale: str
      _userTimeZone: str
login(self, request, **kw)
@param: request to loginRequest::
    _password: str
    _username: str
 
@return: response from loginResponse::
    _result: ns2.LoginResult_Def
      _serverUrl: str, optional
      _sessionId: str
      _userId: ns2.ID_Def
        _ID: str, optional
query(self, request, **kw)
@param: request to queryRequest::
    _queryString: str
 
@return: response from queryResponse::
    _result: ns2.QueryResult_Def
      _done: boolean
      _queryLocator: ns2.QueryLocator_Def, optional
        _QueryLocator: str, optional
      _records: ns1.sObject_Def, optional
        _Id: ns1.Id_Def, optional
        _fieldsToNull: str, optional
        _type: str, optional
      _size: int
queryMore(self, request, **kw)
@param: request to queryMoreRequest::
    _queryLocator: ns2.QueryLocator_Def
      _QueryLocator: str, optional
 
@return: response from queryMoreResponse::
    _result: ns2.QueryResult_Def
      _done: boolean
      _queryLocator: ns2.QueryLocator_Def, optional
        _QueryLocator: str, optional
      _records: ns1.sObject_Def, optional
        _Id: ns1.Id_Def, optional
        _fieldsToNull: str, optional
        _type: str, optional
      _size: int
resetPassword(self, request, **kw)
@param: request to resetPasswordRequest::
    _userId: ns2.ID_Def
      _ID: str, optional
 
@return: response from resetPasswordResponse::
    _result: ns2.ResetPasswordResult_Def
      _password: str
retrieve(self, request, **kw)
@param: request to retrieveRequest::
    _fieldList: str
    _ids: ns2.ID_Def
      _ID: str, optional
    _sObjectType: str
 
@return: response from retrieveResponse::
    _result: ns1.sObject_Def, optional
      _Id: ns1.Id_Def, optional
      _fieldsToNull: str, optional
      _type: str, optional
search(self, request, **kw)
@param: request to searchRequest::
    _searchString: str
 
@return: response from searchResponse::
    _result: ns2.SearchResult_Def
      _searchRecords: ns2.SearchRecord_Def, optional
        _record: ns1.sObject_Def
          _Id: ns1.Id_Def, optional
          _fieldsToNull: str, optional
          _type: str, optional
      _sforceReserved: str, optional
setPassword(self, request, **kw)
@param: request to setPasswordRequest::
    _password: str
    _userId: ns2.ID_Def
      _ID: str, optional
 
@return: response from setPasswordResponse::
    _result: ns2.SetPasswordResult_Def
update(self, request, **kw)
@param: request to updateRequest::
    _sObjects: ns1.sObject_Def
      _Id: ns1.Id_Def, optional
      _fieldsToNull: str, optional
      _type: str, optional
 
@return: response from updateResponse::
    _result: ns2.SaveResult_Def
      _errors: ns2.Error_Def, optional
        _fields: str, optional
        _message: str
        _statusCode: ns2.StatusCode_Def
          _StatusCode: str, optional
      _id: ns2.ID_Def
        _ID: str, optional
      _success: boolean

 
class createRequest(SforceService_services_types.create_Dec)
    
Method resolution order:
createRequest
SforceService_services_types.create_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.create_Dec instance>

Data and other attributes inherited from SforceService_services_types.create_Dec:
literal = 'create'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class createRequestWrapper(createRequest)
    wrapper for document:literal message
 
 
Method resolution order:
createRequestWrapper
createRequest
SforceService_services_types.create_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.create_Dec instance>

Data and other attributes inherited from SforceService_services_types.create_Dec:
literal = 'create'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class createResponse(SforceService_services_types.createResponse_Dec)
    
Method resolution order:
createResponse
SforceService_services_types.createResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.createResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.createResponse_Dec:
literal = 'createResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class createResponseWrapper(createResponse)
    wrapper for document:literal message
 
 
Method resolution order:
createResponseWrapper
createResponse
SforceService_services_types.createResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.createResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.createResponse_Dec:
literal = 'createResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class deleteRequest(SforceService_services_types.delete_Dec)
    
Method resolution order:
deleteRequest
SforceService_services_types.delete_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.delete_Dec instance>

Data and other attributes inherited from SforceService_services_types.delete_Dec:
literal = 'delete'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class deleteRequestWrapper(deleteRequest)
    wrapper for document:literal message
 
 
Method resolution order:
deleteRequestWrapper
deleteRequest
SforceService_services_types.delete_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.delete_Dec instance>

Data and other attributes inherited from SforceService_services_types.delete_Dec:
literal = 'delete'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class deleteResponse(SforceService_services_types.deleteResponse_Dec)
    
Method resolution order:
deleteResponse
SforceService_services_types.deleteResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.deleteResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.deleteResponse_Dec:
literal = 'deleteResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class deleteResponseWrapper(deleteResponse)
    wrapper for document:literal message
 
 
Method resolution order:
deleteResponseWrapper
deleteResponse
SforceService_services_types.deleteResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.deleteResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.deleteResponse_Dec:
literal = 'deleteResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class describeGlobalRequest(SforceService_services_types.describeGlobal_Dec)
    
Method resolution order:
describeGlobalRequest
SforceService_services_types.describeGlobal_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.describeGlobal_Dec instance>

Data and other attributes inherited from SforceService_services_types.describeGlobal_Dec:
literal = 'describeGlobal'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class describeGlobalRequestWrapper(describeGlobalRequest)
    wrapper for document:literal message
 
 
Method resolution order:
describeGlobalRequestWrapper
describeGlobalRequest
SforceService_services_types.describeGlobal_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.describeGlobal_Dec instance>

Data and other attributes inherited from SforceService_services_types.describeGlobal_Dec:
literal = 'describeGlobal'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class describeGlobalResponse(SforceService_services_types.describeGlobalResponse_Dec)
    
Method resolution order:
describeGlobalResponse
SforceService_services_types.describeGlobalResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.describeGlobalResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.describeGlobalResponse_Dec:
literal = 'describeGlobalResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class describeGlobalResponseWrapper(describeGlobalResponse)
    wrapper for document:literal message
 
 
Method resolution order:
describeGlobalResponseWrapper
describeGlobalResponse
SforceService_services_types.describeGlobalResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.describeGlobalResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.describeGlobalResponse_Dec:
literal = 'describeGlobalResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class describeSObjectRequest(SforceService_services_types.describeSObject_Dec)
    
Method resolution order:
describeSObjectRequest
SforceService_services_types.describeSObject_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.describeSObject_Dec instance>

Data and other attributes inherited from SforceService_services_types.describeSObject_Dec:
literal = 'describeSObject'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class describeSObjectRequestWrapper(describeSObjectRequest)
    wrapper for document:literal message
 
 
Method resolution order:
describeSObjectRequestWrapper
describeSObjectRequest
SforceService_services_types.describeSObject_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.describeSObject_Dec instance>

Data and other attributes inherited from SforceService_services_types.describeSObject_Dec:
literal = 'describeSObject'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class describeSObjectResponse(SforceService_services_types.describeSObjectResponse_Dec)
    
Method resolution order:
describeSObjectResponse
SforceService_services_types.describeSObjectResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.describeSObjectResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.describeSObjectResponse_Dec:
literal = 'describeSObjectResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class describeSObjectResponseWrapper(describeSObjectResponse)
    wrapper for document:literal message
 
 
Method resolution order:
describeSObjectResponseWrapper
describeSObjectResponse
SforceService_services_types.describeSObjectResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.describeSObjectResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.describeSObjectResponse_Dec:
literal = 'describeSObjectResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class getDeletedRequest(SforceService_services_types.getDeleted_Dec)
    
Method resolution order:
getDeletedRequest
SforceService_services_types.getDeleted_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.getDeleted_Dec instance>

Data and other attributes inherited from SforceService_services_types.getDeleted_Dec:
literal = 'getDeleted'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class getDeletedRequestWrapper(getDeletedRequest)
    wrapper for document:literal message
 
 
Method resolution order:
getDeletedRequestWrapper
getDeletedRequest
SforceService_services_types.getDeleted_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.getDeleted_Dec instance>

Data and other attributes inherited from SforceService_services_types.getDeleted_Dec:
literal = 'getDeleted'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class getDeletedResponse(SforceService_services_types.getDeletedResponse_Dec)
    
Method resolution order:
getDeletedResponse
SforceService_services_types.getDeletedResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.getDeletedResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.getDeletedResponse_Dec:
literal = 'getDeletedResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class getDeletedResponseWrapper(getDeletedResponse)
    wrapper for document:literal message
 
 
Method resolution order:
getDeletedResponseWrapper
getDeletedResponse
SforceService_services_types.getDeletedResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.getDeletedResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.getDeletedResponse_Dec:
literal = 'getDeletedResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class getServerTimestampRequest(SforceService_services_types.getServerTimestamp_Dec)
    
Method resolution order:
getServerTimestampRequest
SforceService_services_types.getServerTimestamp_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.getServerTimestamp_Dec instance>

Data and other attributes inherited from SforceService_services_types.getServerTimestamp_Dec:
literal = 'getServerTimestamp'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class getServerTimestampRequestWrapper(getServerTimestampRequest)
    wrapper for document:literal message
 
 
Method resolution order:
getServerTimestampRequestWrapper
getServerTimestampRequest
SforceService_services_types.getServerTimestamp_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.getServerTimestamp_Dec instance>

Data and other attributes inherited from SforceService_services_types.getServerTimestamp_Dec:
literal = 'getServerTimestamp'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class getServerTimestampResponse(SforceService_services_types.getServerTimestampResponse_Dec)
    
Method resolution order:
getServerTimestampResponse
SforceService_services_types.getServerTimestampResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.getServerTimestampResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.getServerTimestampResponse_Dec:
literal = 'getServerTimestampResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class getServerTimestampResponseWrapper(getServerTimestampResponse)
    wrapper for document:literal message
 
 
Method resolution order:
getServerTimestampResponseWrapper
getServerTimestampResponse
SforceService_services_types.getServerTimestampResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.getServerTimestampResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.getServerTimestampResponse_Dec:
literal = 'getServerTimestampResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class getUpdatedRequest(SforceService_services_types.getUpdated_Dec)
    
Method resolution order:
getUpdatedRequest
SforceService_services_types.getUpdated_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.getUpdated_Dec instance>

Data and other attributes inherited from SforceService_services_types.getUpdated_Dec:
literal = 'getUpdated'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class getUpdatedRequestWrapper(getUpdatedRequest)
    wrapper for document:literal message
 
 
Method resolution order:
getUpdatedRequestWrapper
getUpdatedRequest
SforceService_services_types.getUpdated_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.getUpdated_Dec instance>

Data and other attributes inherited from SforceService_services_types.getUpdated_Dec:
literal = 'getUpdated'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class getUpdatedResponse(SforceService_services_types.getUpdatedResponse_Dec)
    
Method resolution order:
getUpdatedResponse
SforceService_services_types.getUpdatedResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.getUpdatedResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.getUpdatedResponse_Dec:
literal = 'getUpdatedResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class getUpdatedResponseWrapper(getUpdatedResponse)
    wrapper for document:literal message
 
 
Method resolution order:
getUpdatedResponseWrapper
getUpdatedResponse
SforceService_services_types.getUpdatedResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.getUpdatedResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.getUpdatedResponse_Dec:
literal = 'getUpdatedResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class getUserInfoRequest(SforceService_services_types.getUserInfo_Dec)
    
Method resolution order:
getUserInfoRequest
SforceService_services_types.getUserInfo_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.getUserInfo_Dec instance>

Data and other attributes inherited from SforceService_services_types.getUserInfo_Dec:
literal = 'getUserInfo'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class getUserInfoRequestWrapper(getUserInfoRequest)
    wrapper for document:literal message
 
 
Method resolution order:
getUserInfoRequestWrapper
getUserInfoRequest
SforceService_services_types.getUserInfo_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.getUserInfo_Dec instance>

Data and other attributes inherited from SforceService_services_types.getUserInfo_Dec:
literal = 'getUserInfo'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class getUserInfoResponse(SforceService_services_types.getUserInfoResponse_Dec)
    
Method resolution order:
getUserInfoResponse
SforceService_services_types.getUserInfoResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.getUserInfoResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.getUserInfoResponse_Dec:
literal = 'getUserInfoResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class getUserInfoResponseWrapper(getUserInfoResponse)
    wrapper for document:literal message
 
 
Method resolution order:
getUserInfoResponseWrapper
getUserInfoResponse
SforceService_services_types.getUserInfoResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.getUserInfoResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.getUserInfoResponse_Dec:
literal = 'getUserInfoResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class loginRequest(SforceService_services_types.login_Dec)
    
Method resolution order:
loginRequest
SforceService_services_types.login_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.login_Dec instance>

Data and other attributes inherited from SforceService_services_types.login_Dec:
literal = 'login'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class loginRequestWrapper(loginRequest)
    wrapper for document:literal message
 
 
Method resolution order:
loginRequestWrapper
loginRequest
SforceService_services_types.login_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.login_Dec instance>

Data and other attributes inherited from SforceService_services_types.login_Dec:
literal = 'login'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class loginResponse(SforceService_services_types.loginResponse_Dec)
    
Method resolution order:
loginResponse
SforceService_services_types.loginResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.loginResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.loginResponse_Dec:
literal = 'loginResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class loginResponseWrapper(loginResponse)
    wrapper for document:literal message
 
 
Method resolution order:
loginResponseWrapper
loginResponse
SforceService_services_types.loginResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.loginResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.loginResponse_Dec:
literal = 'loginResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class queryMoreRequest(SforceService_services_types.queryMore_Dec)
    
Method resolution order:
queryMoreRequest
SforceService_services_types.queryMore_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.queryMore_Dec instance>

Data and other attributes inherited from SforceService_services_types.queryMore_Dec:
literal = 'queryMore'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class queryMoreRequestWrapper(queryMoreRequest)
    wrapper for document:literal message
 
 
Method resolution order:
queryMoreRequestWrapper
queryMoreRequest
SforceService_services_types.queryMore_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.queryMore_Dec instance>

Data and other attributes inherited from SforceService_services_types.queryMore_Dec:
literal = 'queryMore'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class queryMoreResponse(SforceService_services_types.queryMoreResponse_Dec)
    
Method resolution order:
queryMoreResponse
SforceService_services_types.queryMoreResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.queryMoreResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.queryMoreResponse_Dec:
literal = 'queryMoreResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class queryMoreResponseWrapper(queryMoreResponse)
    wrapper for document:literal message
 
 
Method resolution order:
queryMoreResponseWrapper
queryMoreResponse
SforceService_services_types.queryMoreResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.queryMoreResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.queryMoreResponse_Dec:
literal = 'queryMoreResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class queryRequest(SforceService_services_types.query_Dec)
    
Method resolution order:
queryRequest
SforceService_services_types.query_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.query_Dec instance>

Data and other attributes inherited from SforceService_services_types.query_Dec:
literal = 'query'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class queryRequestWrapper(queryRequest)
    wrapper for document:literal message
 
 
Method resolution order:
queryRequestWrapper
queryRequest
SforceService_services_types.query_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.query_Dec instance>

Data and other attributes inherited from SforceService_services_types.query_Dec:
literal = 'query'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class queryResponse(SforceService_services_types.queryResponse_Dec)
    
Method resolution order:
queryResponse
SforceService_services_types.queryResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.queryResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.queryResponse_Dec:
literal = 'queryResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class queryResponseWrapper(queryResponse)
    wrapper for document:literal message
 
 
Method resolution order:
queryResponseWrapper
queryResponse
SforceService_services_types.queryResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.queryResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.queryResponse_Dec:
literal = 'queryResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class resetPasswordRequest(SforceService_services_types.resetPassword_Dec)
    
Method resolution order:
resetPasswordRequest
SforceService_services_types.resetPassword_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.resetPassword_Dec instance>

Data and other attributes inherited from SforceService_services_types.resetPassword_Dec:
literal = 'resetPassword'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class resetPasswordRequestWrapper(resetPasswordRequest)
    wrapper for document:literal message
 
 
Method resolution order:
resetPasswordRequestWrapper
resetPasswordRequest
SforceService_services_types.resetPassword_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.resetPassword_Dec instance>

Data and other attributes inherited from SforceService_services_types.resetPassword_Dec:
literal = 'resetPassword'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class resetPasswordResponse(SforceService_services_types.resetPasswordResponse_Dec)
    
Method resolution order:
resetPasswordResponse
SforceService_services_types.resetPasswordResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.resetPasswordResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.resetPasswordResponse_Dec:
literal = 'resetPasswordResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class resetPasswordResponseWrapper(resetPasswordResponse)
    wrapper for document:literal message
 
 
Method resolution order:
resetPasswordResponseWrapper
resetPasswordResponse
SforceService_services_types.resetPasswordResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.resetPasswordResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.resetPasswordResponse_Dec:
literal = 'resetPasswordResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class retrieveRequest(SforceService_services_types.retrieve_Dec)
    
Method resolution order:
retrieveRequest
SforceService_services_types.retrieve_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.retrieve_Dec instance>

Data and other attributes inherited from SforceService_services_types.retrieve_Dec:
literal = 'retrieve'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class retrieveRequestWrapper(retrieveRequest)
    wrapper for document:literal message
 
 
Method resolution order:
retrieveRequestWrapper
retrieveRequest
SforceService_services_types.retrieve_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.retrieve_Dec instance>

Data and other attributes inherited from SforceService_services_types.retrieve_Dec:
literal = 'retrieve'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class retrieveResponse(SforceService_services_types.retrieveResponse_Dec)
    
Method resolution order:
retrieveResponse
SforceService_services_types.retrieveResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.retrieveResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.retrieveResponse_Dec:
literal = 'retrieveResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class retrieveResponseWrapper(retrieveResponse)
    wrapper for document:literal message
 
 
Method resolution order:
retrieveResponseWrapper
retrieveResponse
SforceService_services_types.retrieveResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.retrieveResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.retrieveResponse_Dec:
literal = 'retrieveResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class searchRequest(SforceService_services_types.search_Dec)
    
Method resolution order:
searchRequest
SforceService_services_types.search_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.search_Dec instance>

Data and other attributes inherited from SforceService_services_types.search_Dec:
literal = 'search'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class searchRequestWrapper(searchRequest)
    wrapper for document:literal message
 
 
Method resolution order:
searchRequestWrapper
searchRequest
SforceService_services_types.search_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.search_Dec instance>

Data and other attributes inherited from SforceService_services_types.search_Dec:
literal = 'search'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class searchResponse(SforceService_services_types.searchResponse_Dec)
    
Method resolution order:
searchResponse
SforceService_services_types.searchResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.searchResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.searchResponse_Dec:
literal = 'searchResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class searchResponseWrapper(searchResponse)
    wrapper for document:literal message
 
 
Method resolution order:
searchResponseWrapper
searchResponse
SforceService_services_types.searchResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.searchResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.searchResponse_Dec:
literal = 'searchResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class setPasswordRequest(SforceService_services_types.setPassword_Dec)
    
Method resolution order:
setPasswordRequest
SforceService_services_types.setPassword_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.setPassword_Dec instance>

Data and other attributes inherited from SforceService_services_types.setPassword_Dec:
literal = 'setPassword'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class setPasswordRequestWrapper(setPasswordRequest)
    wrapper for document:literal message
 
 
Method resolution order:
setPasswordRequestWrapper
setPasswordRequest
SforceService_services_types.setPassword_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.setPassword_Dec instance>

Data and other attributes inherited from SforceService_services_types.setPassword_Dec:
literal = 'setPassword'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class setPasswordResponse(SforceService_services_types.setPasswordResponse_Dec)
    
Method resolution order:
setPasswordResponse
SforceService_services_types.setPasswordResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.setPasswordResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.setPasswordResponse_Dec:
literal = 'setPasswordResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class setPasswordResponseWrapper(setPasswordResponse)
    wrapper for document:literal message
 
 
Method resolution order:
setPasswordResponseWrapper
setPasswordResponse
SforceService_services_types.setPasswordResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.setPasswordResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.setPasswordResponse_Dec:
literal = 'setPasswordResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class updateRequest(SforceService_services_types.update_Dec)
    
Method resolution order:
updateRequest
SforceService_services_types.update_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.update_Dec instance>

Data and other attributes inherited from SforceService_services_types.update_Dec:
literal = 'update'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class updateRequestWrapper(updateRequest)
    wrapper for document:literal message
 
 
Method resolution order:
updateRequestWrapper
updateRequest
SforceService_services_types.update_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.update_Dec instance>

Data and other attributes inherited from SforceService_services_types.update_Dec:
literal = 'update'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class updateResponse(SforceService_services_types.updateResponse_Dec)
    
Method resolution order:
updateResponse
SforceService_services_types.updateResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.updateResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.updateResponse_Dec:
literal = 'updateResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1

 
class updateResponseWrapper(updateResponse)
    wrapper for document:literal message
 
 
Method resolution order:
updateResponseWrapper
updateResponse
SforceService_services_types.updateResponse_Dec
ZSI.TCcompound.Struct
ZSI.TC.TypeCode

Methods defined here:
__init__(self, name=None, ns=None, **kw)

Data and other attributes defined here:
typecode = <SforceService_services_types.updateResponse_Dec instance>

Data and other attributes inherited from SforceService_services_types.updateResponse_Dec:
literal = 'updateResponse'
schema = 'urn:partner.soap.sforce.com'

Methods inherited from ZSI.TCcompound.Struct:
cb(self, sw, pyobj, name=None, **kw)
parse(self, elt, ps)
serialize(self, sw, pyobj, inline=None, name=None, attrtext='', **kw)

Methods inherited from ZSI.TC.TypeCode:
SimpleHREF(self, elt, ps, tag)
Simple HREF for non-string and non-struct and non-array.
__str__(self)
output contents for inspection
checkname(self, elt, ps)
See if the name and type of the "elt" element is what we're
looking for.   Return the element's type.
checktype(self, elt, ps)
See if the type of the "elt" element is what we're looking for.
Return the element's type.
get_parse_and_errorlist(self)
Get the parselist and human-readable version, errorlist is returned,
because it is used in error messages.
name_match(self, elt)
Simple boolean test to see if we match the element name.
nilled(self, elt, ps)
Is the element NIL, and is that okay?
simple_value(self, elt, ps)
Get the value of the simple content of this element.

Data and other attributes inherited from ZSI.TC.TypeCode:
typechecks = 1