/*
* 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, build R23)
// Generated source version: 1.1.2

package org.jboss.test.webservice.encstyle;


public class SampleEndpoint_changeSalary_RequestStruct
{
   protected org.jboss.test.webservice.encstyle.UserType UserType_1;
   protected java.lang.Integer Integer_2;

   public SampleEndpoint_changeSalary_RequestStruct()
   {
   }

   public SampleEndpoint_changeSalary_RequestStruct(org.jboss.test.webservice.encstyle.UserType UserType_1, java.lang.Integer Integer_2)
   {
      this.UserType_1 = UserType_1;
      this.Integer_2 = Integer_2;
   }

   public org.jboss.test.webservice.encstyle.UserType getUserType_1()
   {
      return UserType_1;
   }

   public void setUserType_1(org.jboss.test.webservice.encstyle.UserType UserType_1)
   {
      this.UserType_1 = UserType_1;
   }

   public java.lang.Integer getInteger_2()
   {
      return Integer_2;
   }

   public void setInteger_2(java.lang.Integer Integer_2)
   {
      this.Integer_2 = Integer_2;
   }
}