001 package org.omg.Security;
002
003 /**
004 * Generated from IDL struct "AttributeType".
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:29 AM
008 */
009
010 public final class AttributeType
011 implements org.omg.CORBA.portable.IDLEntity
012 {
013 public AttributeType(){}
014 public org.omg.Security.ExtensibleFamily attribute_family;
015 public int attribute_type;
016 public AttributeType(org.omg.Security.ExtensibleFamily attribute_family, int attribute_type)
017 {
018 this.attribute_family = attribute_family;
019 this.attribute_type = attribute_type;
020 }
021 }