var WsPlaceSelection=function() {
WsPlaceSelection.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WsPlaceSelection.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return WsPlaceSelection._staticInstance.get_path();},
wsPopulateCountry:function(p_sControlsID,p_sSelectedCountryCode,succeededCallback, failedCallback, userContext) {
/// <param name="p_sControlsID" type="String">System.String</param>
/// <param name="p_sSelectedCountryCode" 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(), 'wsPopulateCountry',false,{p_sControlsID:p_sControlsID,p_sSelectedCountryCode:p_sSelectedCountryCode},succeededCallback,failedCallback,userContext); },
wsPopulateRegion:function(p_sControlsID,p_sSelectedCountryCode,p_sSelectedRegionCode,succeededCallback, failedCallback, userContext) {
/// <param name="p_sControlsID" type="String">System.String</param>
/// <param name="p_sSelectedCountryCode" type="String">System.String</param>
/// <param name="p_sSelectedRegionCode" 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(), 'wsPopulateRegion',false,{p_sControlsID:p_sControlsID,p_sSelectedCountryCode:p_sSelectedCountryCode,p_sSelectedRegionCode:p_sSelectedRegionCode},succeededCallback,failedCallback,userContext); },
wsPopulatePlace:function(p_sControlsID,p_sSelectedCountryCode,p_sSelectedRegionCode,p_sSelectedPlaceCode,succeededCallback, failedCallback, userContext) {
/// <param name="p_sControlsID" type="String">System.String</param>
/// <param name="p_sSelectedCountryCode" type="String">System.String</param>
/// <param name="p_sSelectedRegionCode" type="String">System.String</param>
/// <param name="p_sSelectedPlaceCode" 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(), 'wsPopulatePlace',false,{p_sControlsID:p_sControlsID,p_sSelectedCountryCode:p_sSelectedCountryCode,p_sSelectedRegionCode:p_sSelectedRegionCode,p_sSelectedPlaceCode:p_sSelectedPlaceCode},succeededCallback,failedCallback,userContext); }}
WsPlaceSelection.registerClass('WsPlaceSelection',Sys.Net.WebServiceProxy);
WsPlaceSelection._staticInstance = new WsPlaceSelection();
WsPlaceSelection.set_path = function(value) {
WsPlaceSelection._staticInstance.set_path(value); }
WsPlaceSelection.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return WsPlaceSelection._staticInstance.get_path();}
WsPlaceSelection.set_timeout = function(value) {
WsPlaceSelection._staticInstance.set_timeout(value); }
WsPlaceSelection.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return WsPlaceSelection._staticInstance.get_timeout(); }
WsPlaceSelection.set_defaultUserContext = function(value) { 
WsPlaceSelection._staticInstance.set_defaultUserContext(value); }
WsPlaceSelection.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return WsPlaceSelection._staticInstance.get_defaultUserContext(); }
WsPlaceSelection.set_defaultSucceededCallback = function(value) { 
 WsPlaceSelection._staticInstance.set_defaultSucceededCallback(value); }
WsPlaceSelection.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return WsPlaceSelection._staticInstance.get_defaultSucceededCallback(); }
WsPlaceSelection.set_defaultFailedCallback = function(value) { 
WsPlaceSelection._staticInstance.set_defaultFailedCallback(value); }
WsPlaceSelection.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return WsPlaceSelection._staticInstance.get_defaultFailedCallback(); }
WsPlaceSelection.set_path("/WsPlaceSelection.asmx");
WsPlaceSelection.wsPopulateCountry= function(p_sControlsID,p_sSelectedCountryCode,onSuccess,onFailed,userContext) {
/// <param name="p_sControlsID" type="String">System.String</param>
/// <param name="p_sSelectedCountryCode" 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>
WsPlaceSelection._staticInstance.wsPopulateCountry(p_sControlsID,p_sSelectedCountryCode,onSuccess,onFailed,userContext); }
WsPlaceSelection.wsPopulateRegion= function(p_sControlsID,p_sSelectedCountryCode,p_sSelectedRegionCode,onSuccess,onFailed,userContext) {
/// <param name="p_sControlsID" type="String">System.String</param>
/// <param name="p_sSelectedCountryCode" type="String">System.String</param>
/// <param name="p_sSelectedRegionCode" 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>
WsPlaceSelection._staticInstance.wsPopulateRegion(p_sControlsID,p_sSelectedCountryCode,p_sSelectedRegionCode,onSuccess,onFailed,userContext); }
WsPlaceSelection.wsPopulatePlace= function(p_sControlsID,p_sSelectedCountryCode,p_sSelectedRegionCode,p_sSelectedPlaceCode,onSuccess,onFailed,userContext) {
/// <param name="p_sControlsID" type="String">System.String</param>
/// <param name="p_sSelectedCountryCode" type="String">System.String</param>
/// <param name="p_sSelectedRegionCode" type="String">System.String</param>
/// <param name="p_sSelectedPlaceCode" 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>
WsPlaceSelection._staticInstance.wsPopulatePlace(p_sControlsID,p_sSelectedCountryCode,p_sSelectedRegionCode,p_sSelectedPlaceCode,onSuccess,onFailed,userContext); }
