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