var Jobtarget_ws=function() {
Jobtarget_ws.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Jobtarget_ws.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Jobtarget_ws._staticInstance.get_path();},
GetJTargetByOrgName:function(orgId,orgName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetJTargetByOrgName',false,{orgId:orgId,orgName:orgName},succeededCallback,failedCallback,userContext); },
GetJTargetByFSC:function(flid,fname,state,country,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetJTargetByFSC',false,{flid:flid,fname:fname,state:state,country:country},succeededCallback,failedCallback,userContext); },
CollectStats:function(query,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CollectStats',false,{query:query},succeededCallback,failedCallback,userContext); }}
Jobtarget_ws.registerClass('Jobtarget_ws',Sys.Net.WebServiceProxy);
Jobtarget_ws._staticInstance = new Jobtarget_ws();
Jobtarget_ws.set_path = function(value) { Jobtarget_ws._staticInstance.set_path(value); }
Jobtarget_ws.get_path = function() { return Jobtarget_ws._staticInstance.get_path(); }
Jobtarget_ws.set_timeout = function(value) { Jobtarget_ws._staticInstance.set_timeout(value); }
Jobtarget_ws.get_timeout = function() { return Jobtarget_ws._staticInstance.get_timeout(); }
Jobtarget_ws.set_defaultUserContext = function(value) { Jobtarget_ws._staticInstance.set_defaultUserContext(value); }
Jobtarget_ws.get_defaultUserContext = function() { return Jobtarget_ws._staticInstance.get_defaultUserContext(); }
Jobtarget_ws.set_defaultSucceededCallback = function(value) { Jobtarget_ws._staticInstance.set_defaultSucceededCallback(value); }
Jobtarget_ws.get_defaultSucceededCallback = function() { return Jobtarget_ws._staticInstance.get_defaultSucceededCallback(); }
Jobtarget_ws.set_defaultFailedCallback = function(value) { Jobtarget_ws._staticInstance.set_defaultFailedCallback(value); }
Jobtarget_ws.get_defaultFailedCallback = function() { return Jobtarget_ws._staticInstance.get_defaultFailedCallback(); }
Jobtarget_ws.set_path("/Jobtarget_ws.asmx");
Jobtarget_ws.GetJTargetByOrgName= function(orgId,orgName,onSuccess,onFailed,userContext) {Jobtarget_ws._staticInstance.GetJTargetByOrgName(orgId,orgName,onSuccess,onFailed,userContext); }
Jobtarget_ws.GetJTargetByFSC= function(flid,fname,state,country,onSuccess,onFailed,userContext) {Jobtarget_ws._staticInstance.GetJTargetByFSC(flid,fname,state,country,onSuccess,onFailed,userContext); }
Jobtarget_ws.CollectStats= function(query,onSuccess,onFailed,userContext) {Jobtarget_ws._staticInstance.CollectStats(query,onSuccess,onFailed,userContext); }

