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 /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/CosTSInteroperation.idl
008    * Saturday, November 26, 2011 9:53:36 PM UTC
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