var HTD_GetTerm=function() {
HTD_GetTerm.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
HTD_GetTerm.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return HTD_GetTerm._staticInstance.get_path();},
GetTerm:function(sHTD_ID,succeededCallback, failedCallback, userContext) {
/// <param name="sHTD_ID" 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(), 'GetTerm',false,{sHTD_ID:sHTD_ID},succeededCallback,failedCallback,userContext); }}
HTD_GetTerm.registerClass('HTD_GetTerm',Sys.Net.WebServiceProxy);
HTD_GetTerm._staticInstance = new HTD_GetTerm();
HTD_GetTerm.set_path = function(value) {
HTD_GetTerm._staticInstance.set_path(value); }
HTD_GetTerm.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return HTD_GetTerm._staticInstance.get_path();}
HTD_GetTerm.set_timeout = function(value) {
HTD_GetTerm._staticInstance.set_timeout(value); }
HTD_GetTerm.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return HTD_GetTerm._staticInstance.get_timeout(); }
HTD_GetTerm.set_defaultUserContext = function(value) { 
HTD_GetTerm._staticInstance.set_defaultUserContext(value); }
HTD_GetTerm.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return HTD_GetTerm._staticInstance.get_defaultUserContext(); }
HTD_GetTerm.set_defaultSucceededCallback = function(value) { 
 HTD_GetTerm._staticInstance.set_defaultSucceededCallback(value); }
HTD_GetTerm.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return HTD_GetTerm._staticInstance.get_defaultSucceededCallback(); }
HTD_GetTerm.set_defaultFailedCallback = function(value) { 
HTD_GetTerm._staticInstance.set_defaultFailedCallback(value); }
HTD_GetTerm.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return HTD_GetTerm._staticInstance.get_defaultFailedCallback(); }
HTD_GetTerm.set_enableJsonp = function(value) { HTD_GetTerm._staticInstance.set_enableJsonp(value); }
HTD_GetTerm.get_enableJsonp = function() { 
/// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
return HTD_GetTerm._staticInstance.get_enableJsonp(); }
HTD_GetTerm.set_jsonpCallbackParameter = function(value) { HTD_GetTerm._staticInstance.set_jsonpCallbackParameter(value); }
HTD_GetTerm.get_jsonpCallbackParameter = function() { 
/// <value type="String">Specifies the parameter name that contains the callback function name for a JSONP request.</value>
return HTD_GetTerm._staticInstance.get_jsonpCallbackParameter(); }
HTD_GetTerm.set_path("/HTD/WebService/HTD_GetTerm.asmx");
HTD_GetTerm.GetTerm= function(sHTD_ID,onSuccess,onFailed,userContext) {
/// <param name="sHTD_ID" 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>
HTD_GetTerm._staticInstance.GetTerm(sHTD_ID,onSuccess,onFailed,userContext); }

