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