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 /builddir/build/BUILD/geronimo-specs-1.6/geronimo-spec-corba/src/main/idl/Security.idl 008 * Saturday, September 22, 2012 10:56:39 AM CEST 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