001 package org.omg.Security;
002
003
004 /**
005 * org/omg/Security/AttributeType.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/Security.idl
008 * Saturday, November 26, 2011 9:53:35 PM UTC
009 */
010
011 public final class AttributeType implements org.omg.CORBA.portable.IDLEntity
012 {
013 public org.omg.Security.ExtensibleFamily attribute_family = null;
014 public int attribute_type = (int)0;
015
016 public AttributeType ()
017 {
018 } // ctor
019
020 public AttributeType (org.omg.Security.ExtensibleFamily _attribute_family, int _attribute_type)
021 {
022 attribute_family = _attribute_family;
023 attribute_type = _attribute_type;
024 } // ctor
025
026 } // class AttributeType