/*
* 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_RequestStruct
{
   protected org.jboss.test.webservice.samples2.OrderItem[] arrayOfOrderItem_1;
   protected org.jboss.test.webservice.samples2.Person Person_2;

   public OrderProcess_processOrder_RequestStruct()
   {
   }

   public OrderProcess_processOrder_RequestStruct(org.jboss.test.webservice.samples2.OrderItem[] arrayOfOrderItem_1, org.jboss.test.webservice.samples2.Person Person_2)
   {
      this.arrayOfOrderItem_1 = arrayOfOrderItem_1;
      this.Person_2 = Person_2;
   }

   public org.jboss.test.webservice.samples2.OrderItem[] getArrayOfOrderItem_1()
   {
      return arrayOfOrderItem_1;
   }

   public void setArrayOfOrderItem_1(org.jboss.test.webservice.samples2.OrderItem[] arrayOfOrderItem_1)
   {
      this.arrayOfOrderItem_1 = arrayOfOrderItem_1;
   }

   public org.jboss.test.webservice.samples2.Person getPerson_2()
   {
      return Person_2;
   }

   public void setPerson_2(org.jboss.test.webservice.samples2.Person Person_2)
   {
      this.Person_2 = Person_2;
   }
}