var WebSrvSignForInfo=function() {
WebSrvSignForInfo.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WebSrvSignForInfo.prototype={
GetSignForInfoByBarcode:function(barcode,succeededCallback, failedCallback, userContext) {
return this._invoke(WebSrvSignForInfo.get_path(), 'GetSignForInfoByBarcode',false,{barcode:barcode},succeededCallback,failedCallback,userContext); }}
WebSrvSignForInfo.registerClass('WebSrvSignForInfo',Sys.Net.WebServiceProxy);
WebSrvSignForInfo._staticInstance = new WebSrvSignForInfo();
WebSrvSignForInfo.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; WebSrvSignForInfo._staticInstance._path = value; }
WebSrvSignForInfo.get_path = function() { return WebSrvSignForInfo._staticInstance._path; }
WebSrvSignForInfo.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); }
WebSrvSignForInfo._staticInstance._timeout = value; }
WebSrvSignForInfo.get_timeout = function() { 
return WebSrvSignForInfo._staticInstance._timeout; }
WebSrvSignForInfo.set_defaultUserContext = function(value) { 
WebSrvSignForInfo._staticInstance._userContext = value; }
WebSrvSignForInfo.get_defaultUserContext = function() { 
return WebSrvSignForInfo._staticInstance._userContext; }
WebSrvSignForInfo.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; WebSrvSignForInfo._staticInstance._succeeded = value; }
WebSrvSignForInfo.get_defaultSucceededCallback = function() { 
return WebSrvSignForInfo._staticInstance._succeeded; }
WebSrvSignForInfo.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; WebSrvSignForInfo._staticInstance._failed = value; }
WebSrvSignForInfo.get_defaultFailedCallback = function() { 
return WebSrvSignForInfo._staticInstance._failed; }
WebSrvSignForInfo.set_path("/WebService/WebSrvSignForInfo.asmx");
WebSrvSignForInfo.GetSignForInfoByBarcode= function(barcode,onSuccess,onFailed,userContext) {WebSrvSignForInfo._staticInstance.GetSignForInfoByBarcode(barcode,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('HTKYBYKES.Modal');
if (typeof(HTKYBYKES.Modal.SignForInfo) === 'undefined') {
HTKYBYKES.Modal.SignForInfo=gtc("HTKYBYKES.Modal.SignForInfo");
HTKYBYKES.Modal.SignForInfo.registerClass('HTKYBYKES.Modal.SignForInfo');
}
