Type.registerNamespace('Geolab');
Geolab.CapeCod_FireDeptartment=function() {
Geolab.CapeCod_FireDeptartment.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Geolab.CapeCod_FireDeptartment.prototype={
FireStation:function(mapID,succeededCallback, failedCallback, userContext) {
return this._invoke(Geolab.CapeCod_FireDeptartment.get_path(), 'FireStation',true,{mapID:mapID},succeededCallback,failedCallback,userContext); }}
Geolab.CapeCod_FireDeptartment.registerClass('Geolab.CapeCod_FireDeptartment',Sys.Net.WebServiceProxy);
Geolab.CapeCod_FireDeptartment._staticInstance = new Geolab.CapeCod_FireDeptartment();
Geolab.CapeCod_FireDeptartment.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; Geolab.CapeCod_FireDeptartment._staticInstance._path = value; }
Geolab.CapeCod_FireDeptartment.get_path = function() { return Geolab.CapeCod_FireDeptartment._staticInstance._path; }
Geolab.CapeCod_FireDeptartment.set_timeout = function(value) { var e = Function._validateParams(arguments, [{name: 'timeout', type: Number}]); if (e) throw e; if (value < 0) { throw Error.argumentOutOfRange('value', value, Sys.Res.invalidTimeout); }
Geolab.CapeCod_FireDeptartment._staticInstance._timeout = value; }
Geolab.CapeCod_FireDeptartment.get_timeout = function() { 
return Geolab.CapeCod_FireDeptartment._staticInstance._timeout; }
Geolab.CapeCod_FireDeptartment.set_defaultUserContext = function(value) { 
Geolab.CapeCod_FireDeptartment._staticInstance._userContext = value; }
Geolab.CapeCod_FireDeptartment.get_defaultUserContext = function() { 
return Geolab.CapeCod_FireDeptartment._staticInstance._userContext; }
Geolab.CapeCod_FireDeptartment.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; Geolab.CapeCod_FireDeptartment._staticInstance._succeeded = value; }
Geolab.CapeCod_FireDeptartment.get_defaultSucceededCallback = function() { 
return Geolab.CapeCod_FireDeptartment._staticInstance._succeeded; }
Geolab.CapeCod_FireDeptartment.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; Geolab.CapeCod_FireDeptartment._staticInstance._failed = value; }
Geolab.CapeCod_FireDeptartment.get_defaultFailedCallback = function() { 
return Geolab.CapeCod_FireDeptartment._staticInstance._failed; }
Geolab.CapeCod_FireDeptartment.set_path("/MapWebService/CapeCod_FireDeptartment.asmx");
Geolab.CapeCod_FireDeptartment.FireStation= function(mapID,onSuccess,onFailed,userContext) {Geolab.CapeCod_FireDeptartment._staticInstance.FireStation(mapID,onSuccess,onFailed,userContext); }
