var WS_PlanPriceInfo=function() {
WS_PlanPriceInfo.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WS_PlanPriceInfo.prototype={
GetPriceByPlan:function(PlanID,MaxStudents,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_PlanPriceInfo.get_path(), 'GetPriceByPlan',false,{PlanID:PlanID,MaxStudents:MaxStudents},succeededCallback,failedCallback,userContext); },
TimeZoneListBox:function(succeededCallback, failedCallback, userContext) {
return this._invoke(WS_PlanPriceInfo.get_path(), 'TimeZoneListBox',false,{},succeededCallback,failedCallback,userContext); }}
WS_PlanPriceInfo.registerClass('WS_PlanPriceInfo',Sys.Net.WebServiceProxy);
WS_PlanPriceInfo._staticInstance = new WS_PlanPriceInfo();
WS_PlanPriceInfo.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; WS_PlanPriceInfo._staticInstance._path = value; }
WS_PlanPriceInfo.get_path = function() { return WS_PlanPriceInfo._staticInstance._path; }
WS_PlanPriceInfo.set_timeout = function(value) { var e = Function._validateParams(arguments, [{name: 'timeout', type: Number}]); if (e) throw e; if (value < 0) { throw Error.argumentOutOfRange('value', value, Sys.Res.invalidTimeout); }
WS_PlanPriceInfo._staticInstance._timeout = value; }
WS_PlanPriceInfo.get_timeout = function() { 
return WS_PlanPriceInfo._staticInstance._timeout; }
WS_PlanPriceInfo.set_defaultUserContext = function(value) { 
WS_PlanPriceInfo._staticInstance._userContext = value; }
WS_PlanPriceInfo.get_defaultUserContext = function() { 
return WS_PlanPriceInfo._staticInstance._userContext; }
WS_PlanPriceInfo.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; WS_PlanPriceInfo._staticInstance._succeeded = value; }
WS_PlanPriceInfo.get_defaultSucceededCallback = function() { 
return WS_PlanPriceInfo._staticInstance._succeeded; }
WS_PlanPriceInfo.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; WS_PlanPriceInfo._staticInstance._failed = value; }
WS_PlanPriceInfo.get_defaultFailedCallback = function() { 
return WS_PlanPriceInfo._staticInstance._failed; }
WS_PlanPriceInfo.set_path("/App_WS/WS_PlanPriceInfo.asmx");
WS_PlanPriceInfo.GetPriceByPlan= function(PlanID,MaxStudents,onSuccess,onFailed,userContext) {WS_PlanPriceInfo._staticInstance.GetPriceByPlan(PlanID,MaxStudents,onSuccess,onFailed,userContext); }
WS_PlanPriceInfo.TimeZoneListBox= function(onSuccess,onFailed,userContext) {WS_PlanPriceInfo._staticInstance.TimeZoneListBox(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(Time_zone) === 'undefined') {
var Time_zone=gtc("Time_zone");
Time_zone.registerClass('Time_zone');
}
