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

