org.openorb.orb.test.rmi.complex
Class IDLStruct

java.lang.Object
  extended by org.openorb.orb.test.rmi.complex.IDLStruct
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

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

This class is used to test the mapping for IDLEntities other than org.omg.CORBA.Any and org.omg.CORBA.TypeCode.

Author:
Michael Rumpf
See Also:
Serialized Form

Constructor Summary
IDLStruct()
           
IDLStruct(short x)
           
 
Method Summary
 short getValue()
           
 void setValue(short x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDLStruct

public IDLStruct()

IDLStruct

public IDLStruct(short x)
Method Detail

getValue

public short getValue()

setValue

public void setValue(short x)