Type.registerNamespace('Panamericana.Web.ws');
Panamericana.Web.ws.ajax=function() {
Panamericana.Web.ws.ajax.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Panamericana.Web.ws.ajax.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Panamericana.Web.ws.ajax._staticInstance.get_path();},
GetInfoComboPaises:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'GetInfoComboPaises',false,{},succeededCallback,failedCallback,userContext); },
SetCurrentComboPaisesValue:function(value,succeededCallback, failedCallback, userContext) {
/// <param name="value" 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(), 'SetCurrentComboPaisesValue',false,{value:value},succeededCallback,failedCallback,userContext); }}
Panamericana.Web.ws.ajax.registerClass('Panamericana.Web.ws.ajax',Sys.Net.WebServiceProxy);
Panamericana.Web.ws.ajax._staticInstance = new Panamericana.Web.ws.ajax();
Panamericana.Web.ws.ajax.set_path = function(value) {
Panamericana.Web.ws.ajax._staticInstance.set_path(value); }
Panamericana.Web.ws.ajax.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return Panamericana.Web.ws.ajax._staticInstance.get_path();}
Panamericana.Web.ws.ajax.set_timeout = function(value) {
Panamericana.Web.ws.ajax._staticInstance.set_timeout(value); }
Panamericana.Web.ws.ajax.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return Panamericana.Web.ws.ajax._staticInstance.get_timeout(); }
Panamericana.Web.ws.ajax.set_defaultUserContext = function(value) { 
Panamericana.Web.ws.ajax._staticInstance.set_defaultUserContext(value); }
Panamericana.Web.ws.ajax.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return Panamericana.Web.ws.ajax._staticInstance.get_defaultUserContext(); }
Panamericana.Web.ws.ajax.set_defaultSucceededCallback = function(value) { 
 Panamericana.Web.ws.ajax._staticInstance.set_defaultSucceededCallback(value); }
Panamericana.Web.ws.ajax.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return Panamericana.Web.ws.ajax._staticInstance.get_defaultSucceededCallback(); }
Panamericana.Web.ws.ajax.set_defaultFailedCallback = function(value) { 
Panamericana.Web.ws.ajax._staticInstance.set_defaultFailedCallback(value); }
Panamericana.Web.ws.ajax.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return Panamericana.Web.ws.ajax._staticInstance.get_defaultFailedCallback(); }
Panamericana.Web.ws.ajax.set_enableJsonp = function(value) { Panamericana.Web.ws.ajax._staticInstance.set_enableJsonp(value); }
Panamericana.Web.ws.ajax.get_enableJsonp = function() { 
/// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
return Panamericana.Web.ws.ajax._staticInstance.get_enableJsonp(); }
Panamericana.Web.ws.ajax.set_jsonpCallbackParameter = function(value) { Panamericana.Web.ws.ajax._staticInstance.set_jsonpCallbackParameter(value); }
Panamericana.Web.ws.ajax.get_jsonpCallbackParameter = function() { 
/// <value type="String">Specifies the parameter name that contains the callback function name for a JSONP request.</value>
return Panamericana.Web.ws.ajax._staticInstance.get_jsonpCallbackParameter(); }
Panamericana.Web.ws.ajax.set_path("/ws/ajax.asmx");
Panamericana.Web.ws.ajax.GetInfoComboPaises= function(onSuccess,onFailed,userContext) {
/// <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>
Panamericana.Web.ws.ajax._staticInstance.GetInfoComboPaises(onSuccess,onFailed,userContext); }
Panamericana.Web.ws.ajax.SetCurrentComboPaisesValue= function(value,onSuccess,onFailed,userContext) {
/// <param name="value" 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>
Panamericana.Web.ws.ajax._staticInstance.SetCurrentComboPaisesValue(value,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(Panamericana.Web.ws.InfoComboPaises) === 'undefined') {
Panamericana.Web.ws.InfoComboPaises=gtc("Panamericana.Web.ws.InfoComboPaises");
Panamericana.Web.ws.InfoComboPaises.registerClass('Panamericana.Web.ws.InfoComboPaises');
}

