Type.registerNamespace('Intergraph.Respublica.Web.MappointAddressSearch');
Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress=function() {
Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress.prototype={
GetAddressCoords:function(street,zip,city,country,succeededCallback, failedCallback, userContext) {
return this._invoke(Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress.get_path(), 'GetAddressCoords',false,{street:street,zip:zip,city:city,country:country},succeededCallback,failedCallback,userContext); }}
Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress.registerClass('Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress',Sys.Net.WebServiceProxy);
Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress._staticInstance = new Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress();
Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress._staticInstance._path = value; }
Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress.get_path = function() { return Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress._staticInstance._path; }
Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress.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); }
Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress._staticInstance._timeout = value; }
Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress.get_timeout = function() { 
return Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress._staticInstance._timeout; }
Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress.set_defaultUserContext = function(value) { 
Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress._staticInstance._userContext = value; }
Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress.get_defaultUserContext = function() { 
return Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress._staticInstance._userContext; }
Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress._staticInstance._succeeded = value; }
Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress.get_defaultSucceededCallback = function() { 
return Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress._staticInstance._succeeded; }
Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress._staticInstance._failed = value; }
Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress.get_defaultFailedCallback = function() { 
return Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress._staticInstance._failed; }
Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress.set_path("/rpweb/MapPointAddress.asmx");
Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress.GetAddressCoords= function(street,zip,city,country,onSuccess,onFailed,userContext) {Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress._staticInstance.GetAddressCoords(street,zip,city,country,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress_AdressCoords) === 'undefined') {
Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress_AdressCoords=gtc("Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress+AdressCoords");
Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress_AdressCoords.registerClass('Intergraph.Respublica.Web.MappointAddressSearch.MapPointAddress_AdressCoords');
}

