var WS_GetIDCitem=function() {
WS_GetIDCitem.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WS_GetIDCitem.prototype={
SetIP:function(pType,pCabinet,pBandWidth,pAddElec,pAddIP,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_GetIDCitem.get_path(), 'SetIP',false,{pType:pType,pCabinet:pCabinet,pBandWidth:pBandWidth,pAddElec:pAddElec,pAddIP:pAddIP},succeededCallback,failedCallback,userContext); },
SetElec:function(pType,pCabinet,pBandWidth,pAddElec,pAddIP,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_GetIDCitem.get_path(), 'SetElec',false,{pType:pType,pCabinet:pCabinet,pBandWidth:pBandWidth,pAddElec:pAddElec,pAddIP:pAddIP},succeededCallback,failedCallback,userContext); },
SetBandWidth:function(pType,pCabinet,pBandWidth,pAddElec,pAddIP,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_GetIDCitem.get_path(), 'SetBandWidth',false,{pType:pType,pCabinet:pCabinet,pBandWidth:pBandWidth,pAddElec:pAddElec,pAddIP:pAddIP},succeededCallback,failedCallback,userContext); },
SetCabinet:function(pType,pCabinet,pBandWidth,pAddElec,pAddIP,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_GetIDCitem.get_path(), 'SetCabinet',false,{pType:pType,pCabinet:pCabinet,pBandWidth:pBandWidth,pAddElec:pAddElec,pAddIP:pAddIP},succeededCallback,failedCallback,userContext); },
GetIsExclusive:function(pType,pCabinet,pBandWidth,pAddElec,pAddIP,succeededCallback, failedCallback, userContext) {
return this._invoke(WS_GetIDCitem.get_path(), 'GetIsExclusive',false,{pType:pType,pCabinet:pCabinet,pBandWidth:pBandWidth,pAddElec:pAddElec,pAddIP:pAddIP},succeededCallback,failedCallback,userContext); }}
WS_GetIDCitem.registerClass('WS_GetIDCitem',Sys.Net.WebServiceProxy);
WS_GetIDCitem._staticInstance = new WS_GetIDCitem();
WS_GetIDCitem.set_path = function(value) { WS_GetIDCitem._staticInstance._path = value; }
WS_GetIDCitem.get_path = function() { return WS_GetIDCitem._staticInstance._path; }
WS_GetIDCitem.set_timeout = function(value) { WS_GetIDCitem._staticInstance._timeout = value; }
WS_GetIDCitem.get_timeout = function() { return WS_GetIDCitem._staticInstance._timeout; }
WS_GetIDCitem.set_defaultUserContext = function(value) { WS_GetIDCitem._staticInstance._userContext = value; }
WS_GetIDCitem.get_defaultUserContext = function() { return WS_GetIDCitem._staticInstance._userContext; }
WS_GetIDCitem.set_defaultSucceededCallback = function(value) { WS_GetIDCitem._staticInstance._succeeded = value; }
WS_GetIDCitem.get_defaultSucceededCallback = function() { return WS_GetIDCitem._staticInstance._succeeded; }
WS_GetIDCitem.set_defaultFailedCallback = function(value) { WS_GetIDCitem._staticInstance._failed = value; }
WS_GetIDCitem.get_defaultFailedCallback = function() { return WS_GetIDCitem._staticInstance._failed; }
WS_GetIDCitem.set_path("/IDC/WS_GetIDCitem.asmx");
WS_GetIDCitem.SetIP= function(pType,pCabinet,pBandWidth,pAddElec,pAddIP,onSuccess,onFailed,userContext) {WS_GetIDCitem._staticInstance.SetIP(pType,pCabinet,pBandWidth,pAddElec,pAddIP,onSuccess,onFailed,userContext); }
WS_GetIDCitem.SetElec= function(pType,pCabinet,pBandWidth,pAddElec,pAddIP,onSuccess,onFailed,userContext) {WS_GetIDCitem._staticInstance.SetElec(pType,pCabinet,pBandWidth,pAddElec,pAddIP,onSuccess,onFailed,userContext); }
WS_GetIDCitem.SetBandWidth= function(pType,pCabinet,pBandWidth,pAddElec,pAddIP,onSuccess,onFailed,userContext) {WS_GetIDCitem._staticInstance.SetBandWidth(pType,pCabinet,pBandWidth,pAddElec,pAddIP,onSuccess,onFailed,userContext); }
WS_GetIDCitem.SetCabinet= function(pType,pCabinet,pBandWidth,pAddElec,pAddIP,onSuccess,onFailed,userContext) {WS_GetIDCitem._staticInstance.SetCabinet(pType,pCabinet,pBandWidth,pAddElec,pAddIP,onSuccess,onFailed,userContext); }
WS_GetIDCitem.GetIsExclusive= function(pType,pCabinet,pBandWidth,pAddElec,pAddIP,onSuccess,onFailed,userContext) {WS_GetIDCitem._staticInstance.GetIsExclusive(pType,pCabinet,pBandWidth,pAddElec,pAddIP,onSuccess,onFailed,userContext); }

