org.omg.CSI
Class AuthorizationElement

java.lang.Object
  |
  +--org.omg.CSI.AuthorizationElement
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public final class AuthorizationElement
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Struct definition: AuthorizationElement.

Author:
OpenORB Compiler
See Also:
Serialized Form

Field Summary
 byte[] the_element
          Struct member the_element
 int the_type
          Struct member the_type
 
Constructor Summary
AuthorizationElement()
          Default constructor
AuthorizationElement(int the_type, byte[] the_element)
          Constructor with fields initialization
 
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
Struct member the_type

the_element

public byte[] the_element
Struct member the_element
Constructor Detail

AuthorizationElement

public AuthorizationElement()
Default constructor

AuthorizationElement

public AuthorizationElement(int the_type,
                            byte[] the_element)
Constructor with fields initialization
Parameters:
the_type - the_type struct member
the_element - the_element struct member