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

