org.omg.CSI

Class AuthorizationElement

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

Field Summary

byte[]
the_element
int
the_type

Constructor Summary

AuthorizationElement()
AuthorizationElement(int the_type, byte[] the_element)

Field Details

the_element

public byte[] the_element


the_type

public int the_type

Constructor Details

AuthorizationElement

public AuthorizationElement()


AuthorizationElement

public AuthorizationElement(int the_type,
                            byte[] the_element)