org.omg.CSI
Class SASContextBody

java.lang.Object
  extended by org.omg.CSI.SASContextBody
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

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

Union definition: SASContextBody.

Author:
OpenORB Compiler
See Also:
Serialized Form

Field Summary
protected  short __d
          Union member _d
protected  CompleteEstablishContext _complete_msg
          Union member complete_msg
protected  ContextError _error_msg
          Union member error_msg
protected  EstablishContext _establish_msg
          Union member establish_msg
protected  MessageInContext _in_context_msg
          Union member in_context_msg
 
Constructor Summary
SASContextBody()
          Default constructor
 
Method Summary
 void __default()
          default access
 void __default(short _discriminator)
          default access
 CompleteEstablishContext complete_msg()
          Get complete_msg value
 void complete_msg(CompleteEstablishContext value)
          Set complete_msg value
 short discriminator()
          Get discriminator value
 ContextError error_msg()
          Get error_msg value
 void error_msg(ContextError value)
          Set error_msg value
 EstablishContext establish_msg()
          Get establish_msg value
 void establish_msg(EstablishContext value)
          Set establish_msg value
 MessageInContext in_context_msg()
          Get in_context_msg value
 void in_context_msg(MessageInContext value)
          Set in_context_msg value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__d

protected short __d
Union member _d


_establish_msg

protected EstablishContext _establish_msg
Union member establish_msg


_complete_msg

protected CompleteEstablishContext _complete_msg
Union member complete_msg


_error_msg

protected ContextError _error_msg
Union member error_msg


_in_context_msg

protected MessageInContext _in_context_msg
Union member in_context_msg

Constructor Detail

SASContextBody

public SASContextBody()
Default constructor

Method Detail

discriminator

public short discriminator()
Get discriminator value


establish_msg

public void establish_msg(EstablishContext value)
Set establish_msg value


establish_msg

public EstablishContext establish_msg()
Get establish_msg value


complete_msg

public void complete_msg(CompleteEstablishContext value)
Set complete_msg value


complete_msg

public CompleteEstablishContext complete_msg()
Get complete_msg value


error_msg

public void error_msg(ContextError value)
Set error_msg value


error_msg

public ContextError error_msg()
Get error_msg value


in_context_msg

public void in_context_msg(MessageInContext value)
Set in_context_msg value


in_context_msg

public MessageInContext in_context_msg()
Get in_context_msg value


__default

public void __default()
default access


__default

public void __default(short _discriminator)
default access