001    package org.omg.Security;
002    
003    /**
004     * Generated from IDL struct "AuditEventType".
005     *
006     * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
007     * @version generated at Sep 22, 2012 10:58:04 AM
008     */
009    
010    public final class AuditEventType
011            implements org.omg.CORBA.portable.IDLEntity
012    {
013            public AuditEventType(){}
014            public org.omg.Security.ExtensibleFamily event_family;
015            public short event_type;
016            public AuditEventType(org.omg.Security.ExtensibleFamily event_family, short event_type)
017            {
018                    this.event_family = event_family;
019                    this.event_type = event_type;
020            }
021    }