001 package org.omg.CSI;
002
003 /**
004 * Generated from IDL struct "AuthorizationElement".
005 *
006 * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
007 * @version generated at Sep 6, 2011 5:12:32 AM
008 */
009
010 public final class AuthorizationElement
011 implements org.omg.CORBA.portable.IDLEntity
012 {
013 public AuthorizationElement(){}
014 public int the_type;
015 public byte[] the_element;
016 public AuthorizationElement(int the_type, byte[] the_element)
017 {
018 this.the_type = the_type;
019 this.the_element = the_element;
020 }
021 }