All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.omg.CosTransactions.otid_t Maven / Gradle / Ivy

package org.omg.CosTransactions;


/**
* org/omg/CosTransactions/otid_t.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/jenkins/agent/workspace/orb-release-build/omgapi/src/main/idl/CosTransactions.idl
* Sunday, February 14, 2021 7:42:42 PM GMT
*/

public final class otid_t implements org.omg.CORBA.portable.IDLEntity
{
  public int formatID = (int)0;

  /*format identifier. 0 is OSI TP */
  public int bqual_length = (int)0;
  public byte tid[] = null;

  public otid_t ()
  {
  } // ctor

  public otid_t (int _formatID, int _bqual_length, byte[] _tid)
  {
    formatID = _formatID;
    bqual_length = _bqual_length;
    tid = _tid;
  } // ctor

} // class otid_t




© 2015 - 2024 Weber Informatics LLC | Privacy Policy