Type.registerNamespace('xNet.Common.Web.App_Code.WebServices.Address');
xNet.Common.Web.App_Code.WebServices.Address.GeoUtils=function() {
xNet.Common.Web.App_Code.WebServices.Address.GeoUtils.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
xNet.Common.Web.App_Code.WebServices.Address.GeoUtils.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return xNet.Common.Web.App_Code.WebServices.Address.GeoUtils._staticInstance.get_path();},
MoneyCurrencyFindByCountryCode:function(sCountryCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'MoneyCurrencyFindByCountryCode',false,{sCountryCode:sCountryCode},succeededCallback,failedCallback,userContext); },
MoneyCurrencyFindByMoneyCurrencyCode:function(sMoneyCurrencyCode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'MoneyCurrencyFindByMoneyCurrencyCode',false,{sMoneyCurrencyCode:sMoneyCurrencyCode},succeededCallback,failedCallback,userContext); }}
xNet.Common.Web.App_Code.WebServices.Address.GeoUtils.registerClass('xNet.Common.Web.App_Code.WebServices.Address.GeoUtils',Sys.Net.WebServiceProxy);
xNet.Common.Web.App_Code.WebServices.Address.GeoUtils._staticInstance = new xNet.Common.Web.App_Code.WebServices.Address.GeoUtils();
xNet.Common.Web.App_Code.WebServices.Address.GeoUtils.set_path = function(value) { xNet.Common.Web.App_Code.WebServices.Address.GeoUtils._staticInstance.set_path(value); }
xNet.Common.Web.App_Code.WebServices.Address.GeoUtils.get_path = function() { return xNet.Common.Web.App_Code.WebServices.Address.GeoUtils._staticInstance.get_path(); }
xNet.Common.Web.App_Code.WebServices.Address.GeoUtils.set_timeout = function(value) { xNet.Common.Web.App_Code.WebServices.Address.GeoUtils._staticInstance.set_timeout(value); }
xNet.Common.Web.App_Code.WebServices.Address.GeoUtils.get_timeout = function() { return xNet.Common.Web.App_Code.WebServices.Address.GeoUtils._staticInstance.get_timeout(); }
xNet.Common.Web.App_Code.WebServices.Address.GeoUtils.set_defaultUserContext = function(value) { xNet.Common.Web.App_Code.WebServices.Address.GeoUtils._staticInstance.set_defaultUserContext(value); }
xNet.Common.Web.App_Code.WebServices.Address.GeoUtils.get_defaultUserContext = function() { return xNet.Common.Web.App_Code.WebServices.Address.GeoUtils._staticInstance.get_defaultUserContext(); }
xNet.Common.Web.App_Code.WebServices.Address.GeoUtils.set_defaultSucceededCallback = function(value) { xNet.Common.Web.App_Code.WebServices.Address.GeoUtils._staticInstance.set_defaultSucceededCallback(value); }
xNet.Common.Web.App_Code.WebServices.Address.GeoUtils.get_defaultSucceededCallback = function() { return xNet.Common.Web.App_Code.WebServices.Address.GeoUtils._staticInstance.get_defaultSucceededCallback(); }
xNet.Common.Web.App_Code.WebServices.Address.GeoUtils.set_defaultFailedCallback = function(value) { xNet.Common.Web.App_Code.WebServices.Address.GeoUtils._staticInstance.set_defaultFailedCallback(value); }
xNet.Common.Web.App_Code.WebServices.Address.GeoUtils.get_defaultFailedCallback = function() { return xNet.Common.Web.App_Code.WebServices.Address.GeoUtils._staticInstance.get_defaultFailedCallback(); }
xNet.Common.Web.App_Code.WebServices.Address.GeoUtils.set_path("/xNet/MainSite/WebServices/Address/GeoUtils.asmx");
xNet.Common.Web.App_Code.WebServices.Address.GeoUtils.MoneyCurrencyFindByCountryCode= function(sCountryCode,onSuccess,onFailed,userContext) {xNet.Common.Web.App_Code.WebServices.Address.GeoUtils._staticInstance.MoneyCurrencyFindByCountryCode(sCountryCode,onSuccess,onFailed,userContext); }
xNet.Common.Web.App_Code.WebServices.Address.GeoUtils.MoneyCurrencyFindByMoneyCurrencyCode= function(sMoneyCurrencyCode,onSuccess,onFailed,userContext) {xNet.Common.Web.App_Code.WebServices.Address.GeoUtils._staticInstance.MoneyCurrencyFindByMoneyCurrencyCode(sMoneyCurrencyCode,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('xNet.MLSCommon.Listing.Currency');
if (typeof(xNet.MLSCommon.Listing.Currency.MoneyCurrency) === 'undefined') {
xNet.MLSCommon.Listing.Currency.MoneyCurrency=gtc("xNet.MLSCommon.Listing.Currency.MoneyCurrency");
xNet.MLSCommon.Listing.Currency.MoneyCurrency.registerClass('xNet.MLSCommon.Listing.Currency.MoneyCurrency');
}
