org.openorb.orb.test.iiop.value
Class ValueBImpl

java.lang.Object
  extended by ValueB
      extended by org.openorb.orb.test.iiop.value.ValueBImpl

public class ValueBImpl
extends ValueB

Implementation of value type ValueB.

Author:
Chris Wood

Constructor Summary
ValueBImpl()
          Creates new ValueBImpl for unmarshalling.
ValueBImpl(int l)
          Factory init method, creates ValueB.
 
Method Summary
 int ls()
          Return the value of member l.
 java.lang.String toString()
          Creates a stringified representation of the value type instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueBImpl

public ValueBImpl()
Creates new ValueBImpl for unmarshalling.


ValueBImpl

public ValueBImpl(int l)
Factory init method, creates ValueB.

Parameters:
l - Initial value for member l.
Method Detail

ls

public int ls()
Return the value of member l.

Returns:
The value for l.

toString

public java.lang.String toString()
Creates a stringified representation of the value type instance.

Returns:
A stringified representation of the instance.