/*
* 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.header;


import javax.xml.rpc.holders.Holder;

public class SessionHeaderHolder implements Holder
{
   public org.jboss.test.webservice.header.SessionHeader value;

   public SessionHeaderHolder()
   {
   }

   public SessionHeaderHolder(org.jboss.test.webservice.header.SessionHeader mySessionHeader)
   {
      this.value = mySessionHeader;
   }
}