Type.registerNamespace('FeedbackService');
FeedbackService.IFeedbackService=function() {
FeedbackService.IFeedbackService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
FeedbackService.IFeedbackService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return FeedbackService.IFeedbackService._staticInstance.get_path();},
GetNext:function(order,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetNext',false,{order:order},succeededCallback,failedCallback,userContext); }}
FeedbackService.IFeedbackService.registerClass('FeedbackService.IFeedbackService',Sys.Net.WebServiceProxy);
FeedbackService.IFeedbackService._staticInstance = new FeedbackService.IFeedbackService();
FeedbackService.IFeedbackService.set_path = function(value) { FeedbackService.IFeedbackService._staticInstance.set_path(value); }
FeedbackService.IFeedbackService.get_path = function() { return FeedbackService.IFeedbackService._staticInstance.get_path(); }
FeedbackService.IFeedbackService.set_timeout = function(value) { FeedbackService.IFeedbackService._staticInstance.set_timeout(value); }
FeedbackService.IFeedbackService.get_timeout = function() { return FeedbackService.IFeedbackService._staticInstance.get_timeout(); }
FeedbackService.IFeedbackService.set_defaultUserContext = function(value) { FeedbackService.IFeedbackService._staticInstance.set_defaultUserContext(value); }
FeedbackService.IFeedbackService.get_defaultUserContext = function() { return FeedbackService.IFeedbackService._staticInstance.get_defaultUserContext(); }
FeedbackService.IFeedbackService.set_defaultSucceededCallback = function(value) { FeedbackService.IFeedbackService._staticInstance.set_defaultSucceededCallback(value); }
FeedbackService.IFeedbackService.get_defaultSucceededCallback = function() { return FeedbackService.IFeedbackService._staticInstance.get_defaultSucceededCallback(); }
FeedbackService.IFeedbackService.set_defaultFailedCallback = function(value) { FeedbackService.IFeedbackService._staticInstance.set_defaultFailedCallback(value); }
FeedbackService.IFeedbackService.get_defaultFailedCallback = function() { return FeedbackService.IFeedbackService._staticInstance.get_defaultFailedCallback(); }
FeedbackService.IFeedbackService.set_enableJsonp = function(value) { FeedbackService.IFeedbackService._staticInstance.set_enableJsonp(value); }
FeedbackService.IFeedbackService.get_enableJsonp = function() { return FeedbackService.IFeedbackService._staticInstance.get_enableJsonp(); }
FeedbackService.IFeedbackService.set_jsonpCallbackParameter = function(value) { FeedbackService.IFeedbackService._staticInstance.set_jsonpCallbackParameter(value); }
FeedbackService.IFeedbackService.get_jsonpCallbackParameter = function() { return FeedbackService.IFeedbackService._staticInstance.get_jsonpCallbackParameter(); }
FeedbackService.IFeedbackService.set_path("http://www.uop.edu.jo/Feedback/FeedbackService.svc");
FeedbackService.IFeedbackService.GetNext= function(order,onSuccess,onFailed,userContext) {FeedbackService.IFeedbackService._staticInstance.GetNext(order,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Uop.FeedbackService');
if (typeof(Uop.FeedbackService.FeedbackContract) === 'undefined') {
Uop.FeedbackService.FeedbackContract=gtc("FeedbackContract:http://schemas.datacontract.org/2004/07/Uop.FeedbackService");
Uop.FeedbackService.FeedbackContract.registerClass('Uop.FeedbackService.FeedbackContract');
}

