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

org.omg.CSI.AuthorizationElement Maven / Gradle / Ivy

There is a newer version: 10.1.0.Final
Show newest version
package org.omg.CSI;


/**
* org/omg/CSI/AuthorizationElement.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /mnt/plextor/workspace/_jboss-openjdk-orb/src/share/classes/org/omg/CSI/CSI.idl
* piątek, 16 kwietnia 2021 18:04:52 CEST
*/

public final class AuthorizationElement implements org.omg.CORBA.portable.IDLEntity
{
  public int the_type = (int)0;
  public byte the_element[] = null;

  public AuthorizationElement ()
  {
  } // ctor

  public AuthorizationElement (int _the_type, byte[] _the_element)
  {
    the_type = _the_type;
    the_element = _the_element;
  } // ctor

} // class AuthorizationElement




© 2015 - 2024 Weber Informatics LLC | Privacy Policy