var earthquake=function() {
earthquake.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
earthquake.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return earthquake._staticInstance.get_path();},
Earthquake_Logs:function(Param1,succeededCallback, failedCallback, userContext) {
/// <param name="Param1" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'Earthquake_Logs',false,{Param1:Param1},succeededCallback,failedCallback,userContext); }}
earthquake.registerClass('earthquake',Sys.Net.WebServiceProxy);
earthquake._staticInstance = new earthquake();
earthquake.set_path = function(value) {
earthquake._staticInstance.set_path(value); }
earthquake.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return earthquake._staticInstance.get_path();}
earthquake.set_timeout = function(value) {
earthquake._staticInstance.set_timeout(value); }
earthquake.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return earthquake._staticInstance.get_timeout(); }
earthquake.set_defaultUserContext = function(value) { 
earthquake._staticInstance.set_defaultUserContext(value); }
earthquake.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return earthquake._staticInstance.get_defaultUserContext(); }
earthquake.set_defaultSucceededCallback = function(value) { 
 earthquake._staticInstance.set_defaultSucceededCallback(value); }
earthquake.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return earthquake._staticInstance.get_defaultSucceededCallback(); }
earthquake.set_defaultFailedCallback = function(value) { 
earthquake._staticInstance.set_defaultFailedCallback(value); }
earthquake.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return earthquake._staticInstance.get_defaultFailedCallback(); }
earthquake.set_path("/extjs_json_linq/earthquake.asmx");
earthquake.Earthquake_Logs= function(Param1,onSuccess,onFailed,userContext) {
/// <param name="Param1" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
earthquake._staticInstance.Earthquake_Logs(Param1,onSuccess,onFailed,userContext); }
