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