var hrj=function() {
hrj.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
hrj.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return hrj._staticInstance.get_path();},
GetDropDownStates:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
/// <param name="knownCategoryValues" type="String">System.String</param>
/// <param name="category" 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(), 'GetDropDownStates',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
GetDropDownContents:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
/// <param name="knownCategoryValues" type="String">System.String</param>
/// <param name="category" 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(), 'GetDropDownContents',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
GetQuoteCost:function(hours,succeededCallback, failedCallback, userContext) {
/// <param name="hours" 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(), 'GetQuoteCost',false,{hours:hours},succeededCallback,failedCallback,userContext); }}
hrj.registerClass('hrj',Sys.Net.WebServiceProxy);
hrj._staticInstance = new hrj();
hrj.set_path = function(value) {
hrj._staticInstance.set_path(value); }
hrj.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return hrj._staticInstance.get_path();}
hrj.set_timeout = function(value) {
hrj._staticInstance.set_timeout(value); }
hrj.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return hrj._staticInstance.get_timeout(); }
hrj.set_defaultUserContext = function(value) { 
hrj._staticInstance.set_defaultUserContext(value); }
hrj.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return hrj._staticInstance.get_defaultUserContext(); }
hrj.set_defaultSucceededCallback = function(value) { 
 hrj._staticInstance.set_defaultSucceededCallback(value); }
hrj.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return hrj._staticInstance.get_defaultSucceededCallback(); }
hrj.set_defaultFailedCallback = function(value) { 
hrj._staticInstance.set_defaultFailedCallback(value); }
hrj.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return hrj._staticInstance.get_defaultFailedCallback(); }
hrj.set_path("/smallbusiness/support/smallbusiness.asmx");
hrj.GetDropDownStates= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {
/// <param name="knownCategoryValues" type="String">System.String</param>
/// <param name="category" 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>
hrj._staticInstance.GetDropDownStates(knownCategoryValues,category,onSuccess,onFailed,userContext); }
hrj.GetDropDownContents= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {
/// <param name="knownCategoryValues" type="String">System.String</param>
/// <param name="category" 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>
hrj._staticInstance.GetDropDownContents(knownCategoryValues,category,onSuccess,onFailed,userContext); }
hrj.GetQuoteCost= function(hours,onSuccess,onFailed,userContext) {
/// <param name="hours" 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>
hrj._staticInstance.GetQuoteCost(hours,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('AjaxControlToolkit');
if (typeof(AjaxControlToolkit.CascadingDropDownNameValue) === 'undefined') {
AjaxControlToolkit.CascadingDropDownNameValue=gtc("AjaxControlToolkit.CascadingDropDownNameValue");
AjaxControlToolkit.CascadingDropDownNameValue.registerClass('AjaxControlToolkit.CascadingDropDownNameValue');
}

