Type.registerNamespace('RDA.PropertyInventory.Services');
RDA.PropertyInventory.Services.PropertyInventoryULRSDataService=function() {
RDA.PropertyInventory.Services.PropertyInventoryULRSDataService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
RDA.PropertyInventory.Services.PropertyInventoryULRSDataService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return RDA.PropertyInventory.Services.PropertyInventoryULRSDataService._staticInstance.get_path();},
getULRSInfo:function(queryId,Address,FilterString,SortString,maxReturn,moreLinkURL,asTable,Columns,succeededCallback, failedCallback, userContext) {
/// <param name="queryId" type="String">System.String</param>
/// <param name="Address" type="String">System.String</param>
/// <param name="FilterString" type="String">System.String</param>
/// <param name="SortString" type="String">System.String</param>
/// <param name="maxReturn" type="Number">System.Int32</param>
/// <param name="moreLinkURL" type="String">System.String</param>
/// <param name="asTable" type="Boolean">System.Boolean</param>
/// <param name="Columns" type="Array">RDA.PropertyInventory.Services.ColumnDefinition[]</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(), 'getULRSInfo',false,{queryId:queryId,Address:Address,FilterString:FilterString,SortString:SortString,maxReturn:maxReturn,moreLinkURL:moreLinkURL,asTable:asTable,Columns:Columns},succeededCallback,failedCallback,userContext); },
testGetULRSInfo:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'testGetULRSInfo',false,{},succeededCallback,failedCallback,userContext); }}
RDA.PropertyInventory.Services.PropertyInventoryULRSDataService.registerClass('RDA.PropertyInventory.Services.PropertyInventoryULRSDataService',Sys.Net.WebServiceProxy);
RDA.PropertyInventory.Services.PropertyInventoryULRSDataService._staticInstance = new RDA.PropertyInventory.Services.PropertyInventoryULRSDataService();
RDA.PropertyInventory.Services.PropertyInventoryULRSDataService.set_path = function(value) {
RDA.PropertyInventory.Services.PropertyInventoryULRSDataService._staticInstance.set_path(value); }
RDA.PropertyInventory.Services.PropertyInventoryULRSDataService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return RDA.PropertyInventory.Services.PropertyInventoryULRSDataService._staticInstance.get_path();}
RDA.PropertyInventory.Services.PropertyInventoryULRSDataService.set_timeout = function(value) {
RDA.PropertyInventory.Services.PropertyInventoryULRSDataService._staticInstance.set_timeout(value); }
RDA.PropertyInventory.Services.PropertyInventoryULRSDataService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return RDA.PropertyInventory.Services.PropertyInventoryULRSDataService._staticInstance.get_timeout(); }
RDA.PropertyInventory.Services.PropertyInventoryULRSDataService.set_defaultUserContext = function(value) { 
RDA.PropertyInventory.Services.PropertyInventoryULRSDataService._staticInstance.set_defaultUserContext(value); }
RDA.PropertyInventory.Services.PropertyInventoryULRSDataService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return RDA.PropertyInventory.Services.PropertyInventoryULRSDataService._staticInstance.get_defaultUserContext(); }
RDA.PropertyInventory.Services.PropertyInventoryULRSDataService.set_defaultSucceededCallback = function(value) { 
 RDA.PropertyInventory.Services.PropertyInventoryULRSDataService._staticInstance.set_defaultSucceededCallback(value); }
RDA.PropertyInventory.Services.PropertyInventoryULRSDataService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return RDA.PropertyInventory.Services.PropertyInventoryULRSDataService._staticInstance.get_defaultSucceededCallback(); }
RDA.PropertyInventory.Services.PropertyInventoryULRSDataService.set_defaultFailedCallback = function(value) { 
RDA.PropertyInventory.Services.PropertyInventoryULRSDataService._staticInstance.set_defaultFailedCallback(value); }
RDA.PropertyInventory.Services.PropertyInventoryULRSDataService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return RDA.PropertyInventory.Services.PropertyInventoryULRSDataService._staticInstance.get_defaultFailedCallback(); }
RDA.PropertyInventory.Services.PropertyInventoryULRSDataService.set_path("/RDA.PropertyInventory/Services/PropertyInventoryULRSDataService.asmx");
RDA.PropertyInventory.Services.PropertyInventoryULRSDataService.getULRSInfo= function(queryId,Address,FilterString,SortString,maxReturn,moreLinkURL,asTable,Columns,onSuccess,onFailed,userContext) {
/// <param name="queryId" type="String">System.String</param>
/// <param name="Address" type="String">System.String</param>
/// <param name="FilterString" type="String">System.String</param>
/// <param name="SortString" type="String">System.String</param>
/// <param name="maxReturn" type="Number">System.Int32</param>
/// <param name="moreLinkURL" type="String">System.String</param>
/// <param name="asTable" type="Boolean">System.Boolean</param>
/// <param name="Columns" type="Array">RDA.PropertyInventory.Services.ColumnDefinition[]</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>
RDA.PropertyInventory.Services.PropertyInventoryULRSDataService._staticInstance.getULRSInfo(queryId,Address,FilterString,SortString,maxReturn,moreLinkURL,asTable,Columns,onSuccess,onFailed,userContext); }
RDA.PropertyInventory.Services.PropertyInventoryULRSDataService.testGetULRSInfo= function(onSuccess,onFailed,userContext) {
/// <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>
RDA.PropertyInventory.Services.PropertyInventoryULRSDataService._staticInstance.testGetULRSInfo(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(RDA.PropertyInventory.Services.ColumnDefinition) === 'undefined') {
RDA.PropertyInventory.Services.ColumnDefinition=gtc("RDA.PropertyInventory.Services.ColumnDefinition");
RDA.PropertyInventory.Services.ColumnDefinition.registerClass('RDA.PropertyInventory.Services.ColumnDefinition');
}
