org.omg.CSI.AuthorizationElement Maven / Gradle / Ivy
package org.omg.CSI;
/**
* org/omg/CSI/AuthorizationElement.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/tomek/workspace/openjdk-orb/src/share/classes/org/omg/CSI/CSI.idl
* Thursday, June 22, 2023 7:19:19 PM 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