public trip registerTrip([System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] trip arg0)
        {
            object[] results = this.Invoke("registerTrip", new object[] {
                arg0
            });

            return((trip)(results[0]));
        }
 /// <remarks/>
 public void updateAsync(trip arg0, object userState)
 {
     if ((this.updateOperationCompleted == null))
     {
         this.updateOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateOperationCompleted);
     }
     this.InvokeAsync("update", new object[] {
         arg0
     }, this.updateOperationCompleted, userState);
 }
 /// <remarks/>
 public void registerTripAsync(trip arg0, object userState)
 {
     if ((this.registerTripOperationCompleted == null))
     {
         this.registerTripOperationCompleted = new System.Threading.SendOrPostCallback(this.OnregisterTripOperationCompleted);
     }
     this.InvokeAsync("registerTrip", new object[] {
         arg0
     }, this.registerTripOperationCompleted, userState);
 }
 /// <remarks/>
 public void updateAsync(trip arg0)
 {
     this.updateAsync(arg0, null);
 }
 public void update([System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] trip arg0)
 {
     this.Invoke("update", new object[] {
         arg0
     });
 }
 /// <remarks/>
 public void registerTripAsync(trip arg0)
 {
     this.registerTripAsync(arg0, null);
 }