org.omg.CosTradingRepos.ServiceTypeRepositoryPackage
Class TypeStruct

java.lang.Object
  extended byorg.omg.CosTradingRepos.ServiceTypeRepositoryPackage.TypeStruct
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of struct "TypeStruct"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 java.lang.String if_name
           
 IncarnationNumber incarnation
           
 boolean masked
           
 PropStruct[] props
           
 java.lang.String[] super_types
           
 
Constructor Summary
TypeStruct()
           
TypeStruct(java.lang.String if_name, PropStruct[] props, java.lang.String[] super_types, boolean masked, IncarnationNumber incarnation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

if_name

public java.lang.String if_name

props

public PropStruct[] props

super_types

public java.lang.String[] super_types

masked

public boolean masked

incarnation

public IncarnationNumber incarnation
Constructor Detail

TypeStruct

public TypeStruct()

TypeStruct

public TypeStruct(java.lang.String if_name,
                  PropStruct[] props,
                  java.lang.String[] super_types,
                  boolean masked,
                  IncarnationNumber incarnation)