Type.registerNamespace('SingingNews.WebServices.SolidGospelRadio');
SingingNews.WebServices.SolidGospelRadio.NowPlaying=function() {
SingingNews.WebServices.SolidGospelRadio.NowPlaying.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
SingingNews.WebServices.SolidGospelRadio.NowPlaying.prototype={
NowPlayingDelimitedList:function(Quantity,ItemDelimiter,PropertyDelimiter,succeededCallback, failedCallback, userContext) {
return this._invoke(SingingNews.WebServices.SolidGospelRadio.NowPlaying.get_path(), 'NowPlayingDelimitedList',false,{Quantity:Quantity,ItemDelimiter:ItemDelimiter,PropertyDelimiter:PropertyDelimiter},succeededCallback,failedCallback,userContext); },
OnTheAir:function(PropertyDelimiter,succeededCallback, failedCallback, userContext) {
return this._invoke(SingingNews.WebServices.SolidGospelRadio.NowPlaying.get_path(), 'OnTheAir',false,{PropertyDelimiter:PropertyDelimiter},succeededCallback,failedCallback,userContext); }}
SingingNews.WebServices.SolidGospelRadio.NowPlaying.registerClass('SingingNews.WebServices.SolidGospelRadio.NowPlaying',Sys.Net.WebServiceProxy);
SingingNews.WebServices.SolidGospelRadio.NowPlaying._staticInstance = new SingingNews.WebServices.SolidGospelRadio.NowPlaying();
SingingNews.WebServices.SolidGospelRadio.NowPlaying.set_path = function(value) { SingingNews.WebServices.SolidGospelRadio.NowPlaying._staticInstance._path = value; }
SingingNews.WebServices.SolidGospelRadio.NowPlaying.get_path = function() { return SingingNews.WebServices.SolidGospelRadio.NowPlaying._staticInstance._path; }
SingingNews.WebServices.SolidGospelRadio.NowPlaying.set_timeout = function(value) { SingingNews.WebServices.SolidGospelRadio.NowPlaying._staticInstance._timeout = value; }
SingingNews.WebServices.SolidGospelRadio.NowPlaying.get_timeout = function() { return SingingNews.WebServices.SolidGospelRadio.NowPlaying._staticInstance._timeout; }
SingingNews.WebServices.SolidGospelRadio.NowPlaying.set_defaultUserContext = function(value) { SingingNews.WebServices.SolidGospelRadio.NowPlaying._staticInstance._userContext = value; }
SingingNews.WebServices.SolidGospelRadio.NowPlaying.get_defaultUserContext = function() { return SingingNews.WebServices.SolidGospelRadio.NowPlaying._staticInstance._userContext; }
SingingNews.WebServices.SolidGospelRadio.NowPlaying.set_defaultSucceededCallback = function(value) { SingingNews.WebServices.SolidGospelRadio.NowPlaying._staticInstance._succeeded = value; }
SingingNews.WebServices.SolidGospelRadio.NowPlaying.get_defaultSucceededCallback = function() { return SingingNews.WebServices.SolidGospelRadio.NowPlaying._staticInstance._succeeded; }
SingingNews.WebServices.SolidGospelRadio.NowPlaying.set_defaultFailedCallback = function(value) { SingingNews.WebServices.SolidGospelRadio.NowPlaying._staticInstance._failed = value; }
SingingNews.WebServices.SolidGospelRadio.NowPlaying.get_defaultFailedCallback = function() { return SingingNews.WebServices.SolidGospelRadio.NowPlaying._staticInstance._failed; }
SingingNews.WebServices.SolidGospelRadio.NowPlaying.set_path("/WebServices/SolidGospelRadio/NowPlaying.asmx");
SingingNews.WebServices.SolidGospelRadio.NowPlaying.NowPlayingDelimitedList= function(Quantity,ItemDelimiter,PropertyDelimiter,onSuccess,onFailed,userContext) {SingingNews.WebServices.SolidGospelRadio.NowPlaying._staticInstance.NowPlayingDelimitedList(Quantity,ItemDelimiter,PropertyDelimiter,onSuccess,onFailed,userContext); }
SingingNews.WebServices.SolidGospelRadio.NowPlaying.OnTheAir= function(PropertyDelimiter,onSuccess,onFailed,userContext) {SingingNews.WebServices.SolidGospelRadio.NowPlaying._staticInstance.OnTheAir(PropertyDelimiter,onSuccess,onFailed,userContext); }
