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