var PDFExtendedService=function() {
PDFExtendedService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
PDFExtendedService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return PDFExtendedService._staticInstance.get_path();},
SetPDFExtended:function(strSpoolerID,strbtnDLClientID,strbtnPDFClientID,strUpdateClientID,strOrdnerID,strISBNID,strUserID,succeededCallback, failedCallback, userContext) {
/// <param name="strSpoolerID" type="String">System.String</param>
/// <param name="strbtnDLClientID" type="String">System.String</param>
/// <param name="strbtnPDFClientID" type="String">System.String</param>
/// <param name="strUpdateClientID" type="String">System.String</param>
/// <param name="strOrdnerID" type="String">System.String</param>
/// <param name="strISBNID" type="String">System.String</param>
/// <param name="strUserID" 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(), 'SetPDFExtended',false,{strSpoolerID:strSpoolerID,strbtnDLClientID:strbtnDLClientID,strbtnPDFClientID:strbtnPDFClientID,strUpdateClientID:strUpdateClientID,strOrdnerID:strOrdnerID,strISBNID:strISBNID,strUserID:strUserID},succeededCallback,failedCallback,userContext); }}
PDFExtendedService.registerClass('PDFExtendedService',Sys.Net.WebServiceProxy);
PDFExtendedService._staticInstance = new PDFExtendedService();
PDFExtendedService.set_path = function(value) {
PDFExtendedService._staticInstance.set_path(value); }
PDFExtendedService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return PDFExtendedService._staticInstance.get_path();}
PDFExtendedService.set_timeout = function(value) {
PDFExtendedService._staticInstance.set_timeout(value); }
PDFExtendedService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return PDFExtendedService._staticInstance.get_timeout(); }
PDFExtendedService.set_defaultUserContext = function(value) { 
PDFExtendedService._staticInstance.set_defaultUserContext(value); }
PDFExtendedService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return PDFExtendedService._staticInstance.get_defaultUserContext(); }
PDFExtendedService.set_defaultSucceededCallback = function(value) { 
 PDFExtendedService._staticInstance.set_defaultSucceededCallback(value); }
PDFExtendedService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return PDFExtendedService._staticInstance.get_defaultSucceededCallback(); }
PDFExtendedService.set_defaultFailedCallback = function(value) { 
PDFExtendedService._staticInstance.set_defaultFailedCallback(value); }
PDFExtendedService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return PDFExtendedService._staticInstance.get_defaultFailedCallback(); }
PDFExtendedService.set_path("/PDFExtendedService.asmx");
PDFExtendedService.SetPDFExtended= function(strSpoolerID,strbtnDLClientID,strbtnPDFClientID,strUpdateClientID,strOrdnerID,strISBNID,strUserID,onSuccess,onFailed,userContext) {
/// <param name="strSpoolerID" type="String">System.String</param>
/// <param name="strbtnDLClientID" type="String">System.String</param>
/// <param name="strbtnPDFClientID" type="String">System.String</param>
/// <param name="strUpdateClientID" type="String">System.String</param>
/// <param name="strOrdnerID" type="String">System.String</param>
/// <param name="strISBNID" type="String">System.String</param>
/// <param name="strUserID" 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>
PDFExtendedService._staticInstance.SetPDFExtended(strSpoolerID,strbtnDLClientID,strbtnPDFClientID,strUpdateClientID,strOrdnerID,strISBNID,strUserID,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(PDFExpirationInfo) === 'undefined') {
var PDFExpirationInfo=gtc("PDFExpirationInfo");
PDFExpirationInfo.registerClass('PDFExpirationInfo');
}
