/*
* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
// This class was generated by the JAXRPC SI, do not edit.
// Contents subject to change without notice.
// JAX-RPC Standard Implementation (1.1.2_01, build R40)
// Generated source version: 1.1.2

package org.jboss.test.webservice.samples2;


public class OrderProcess_processOrder_ResponseStruct
{
   protected org.jboss.test.webservice.samples2.OrderResponse result;

   public OrderProcess_processOrder_ResponseStruct()
   {
   }

   public OrderProcess_processOrder_ResponseStruct(org.jboss.test.webservice.samples2.OrderResponse result)
   {
      this.result = result;
   }

   public org.jboss.test.webservice.samples2.OrderResponse getResult()
   {
      return result;
   }

   public void setResult(org.jboss.test.webservice.samples2.OrderResponse result)
   {
      this.result = result;
   }
}