org.omg.CSI
Class AuthorizationElement

java.lang.Object
  extended byorg.omg.CSI.AuthorizationElement
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class AuthorizationElement
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "AuthorizationElement"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 byte[] the_element
           
 int the_type
           
 
Constructor Summary
AuthorizationElement()
           
AuthorizationElement(int the_type, byte[] the_element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

the_type

public int the_type

the_element

public byte[] the_element
Constructor Detail

AuthorizationElement

public AuthorizationElement()

AuthorizationElement

public AuthorizationElement(int the_type,
                            byte[] the_element)