ParkNPark.interfaces
Class PaddedIntegerSeq

java.lang.Object
  extended by ParkNPark.interfaces.PaddedIntegerSeq
All Implemented Interfaces:
Serializable, IDLEntity

public final class PaddedIntegerSeq
extends Object
implements IDLEntity

ParkNPark/interfaces/PaddedIntegerSeq.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from server.idl Thursday, May 4, 2006 8:07:47 AM EDT

See Also:
Serialized Form

Field Summary
 byte[] padding
          The padding
 int[] value
          The integer array that we care about
 
Constructor Summary
PaddedIntegerSeq()
           
PaddedIntegerSeq(int[] _value, byte[] _padding)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public int[] value
The integer array that we care about


padding

public byte[] padding
The padding

Constructor Detail

PaddedIntegerSeq

public PaddedIntegerSeq()

PaddedIntegerSeq

public PaddedIntegerSeq(int[] _value,
                        byte[] _padding)