var wsLocation=function() {
wsLocation.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
wsLocation.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return wsLocation._staticInstance.get_path();},
hoursMessage:function(days,succeededCallback, failedCallback, userContext) {
/// <param name="days" type="Number">System.Int32</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(), 'hoursMessage',false,{days:days},succeededCallback,failedCallback,userContext); },
holidayList: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(), 'holidayList',false,{},succeededCallback,failedCallback,userContext); },
locHours:function(locationId,succeededCallback, failedCallback, userContext) {
/// <param name="locationId" 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(), 'locHours',false,{locationId:locationId},succeededCallback,failedCallback,userContext); },
locList:function(locationId,succeededCallback, failedCallback, userContext) {
/// <param name="locationId" 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(), 'locList',false,{locationId:locationId},succeededCallback,failedCallback,userContext); },
locListSimple:function(locationId,succeededCallback, failedCallback, userContext) {
/// <param name="locationId" 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(), 'locListSimple',false,{locationId:locationId},succeededCallback,failedCallback,userContext); },
locListWifi: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(), 'locListWifi',false,{},succeededCallback,failedCallback,userContext); },
schoolList: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(), 'schoolList',false,{},succeededCallback,failedCallback,userContext); },
schoolDistrictList: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(), 'schoolDistrictList',false,{},succeededCallback,failedCallback,userContext); },
locMapData: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(), 'locMapData',false,{},succeededCallback,failedCallback,userContext); }}
wsLocation.registerClass('wsLocation',Sys.Net.WebServiceProxy);
wsLocation._staticInstance = new wsLocation();
wsLocation.set_path = function(value) {
wsLocation._staticInstance.set_path(value); }
wsLocation.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return wsLocation._staticInstance.get_path();}
wsLocation.set_timeout = function(value) {
wsLocation._staticInstance.set_timeout(value); }
wsLocation.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return wsLocation._staticInstance.get_timeout(); }
wsLocation.set_defaultUserContext = function(value) { 
wsLocation._staticInstance.set_defaultUserContext(value); }
wsLocation.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return wsLocation._staticInstance.get_defaultUserContext(); }
wsLocation.set_defaultSucceededCallback = function(value) { 
 wsLocation._staticInstance.set_defaultSucceededCallback(value); }
wsLocation.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return wsLocation._staticInstance.get_defaultSucceededCallback(); }
wsLocation.set_defaultFailedCallback = function(value) { 
wsLocation._staticInstance.set_defaultFailedCallback(value); }
wsLocation.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return wsLocation._staticInstance.get_defaultFailedCallback(); }
wsLocation.set_path("/webServices/wsLocation.asmx");
wsLocation.hoursMessage= function(days,onSuccess,onFailed,userContext) {
/// <param name="days" type="Number">System.Int32</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>
wsLocation._staticInstance.hoursMessage(days,onSuccess,onFailed,userContext); }
wsLocation.holidayList= 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>
wsLocation._staticInstance.holidayList(onSuccess,onFailed,userContext); }
wsLocation.locHours= function(locationId,onSuccess,onFailed,userContext) {
/// <param name="locationId" 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>
wsLocation._staticInstance.locHours(locationId,onSuccess,onFailed,userContext); }
wsLocation.locList= function(locationId,onSuccess,onFailed,userContext) {
/// <param name="locationId" 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>
wsLocation._staticInstance.locList(locationId,onSuccess,onFailed,userContext); }
wsLocation.locListSimple= function(locationId,onSuccess,onFailed,userContext) {
/// <param name="locationId" 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>
wsLocation._staticInstance.locListSimple(locationId,onSuccess,onFailed,userContext); }
wsLocation.locListWifi= 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>
wsLocation._staticInstance.locListWifi(onSuccess,onFailed,userContext); }
wsLocation.schoolList= 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>
wsLocation._staticInstance.schoolList(onSuccess,onFailed,userContext); }
wsLocation.schoolDistrictList= 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>
wsLocation._staticInstance.schoolDistrictList(onSuccess,onFailed,userContext); }
wsLocation.locMapData= 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>
wsLocation._staticInstance.locMapData(onSuccess,onFailed,userContext); }

