001    package org.omg.CosTSInteroperation;
002    
003    
004    /**
005    * org/omg/CosTSInteroperation/TransactionPolicyComponent.java .
006    * Generated by the IDL-to-Java compiler (portable), version "3.2"
007    * from /builddir/build/BUILD/geronimo-specs-1.6/geronimo-spec-corba/src/main/idl/CosTSInteroperation.idl
008    * Saturday, September 22, 2012 10:56:38 AM CEST
009    */
010    
011    public final class TransactionPolicyComponent implements org.omg.CORBA.portable.IDLEntity
012    {
013      public short tpv = (short)0;
014    
015      public TransactionPolicyComponent ()
016      {
017      } // ctor
018    
019      public TransactionPolicyComponent (short _tpv)
020      {
021        tpv = _tpv;
022      } // ctor
023    
024    } // class TransactionPolicyComponent