001 package org.omg.CSI;
002
003
004 /**
005 * org/omg/CSI/AuthorizationElement.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/CSI.idl
008 * Saturday, November 26, 2011 9:53:36 PM UTC
009 */
010
011 public final class AuthorizationElement implements org.omg.CORBA.portable.IDLEntity
012 {
013 public int the_type = (int)0;
014 public byte the_element[] = null;
015
016 public AuthorizationElement ()
017 {
018 } // ctor
019
020 public AuthorizationElement (int _the_type, byte[] _the_element)
021 {
022 the_type = _the_type;
023 the_element = _the_element;
024 } // ctor
025
026 } // class AuthorizationElement