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