org.ipdr.xdr
Class IPDRRecord

java.lang.Object
  extended by org.ipdr.xdr.IPDRRecord

public final class IPDRRecord
extends java.lang.Object

This class is defines the stream element : IPDRRecord


Field Summary
 CompositeData data_
          To store the Composite Data
 int descriptorId_
          To store the value of the Descriptor ID
 
Constructor Summary
IPDRRecord()
          Default Constructor.
IPDRRecord(int descriptorId, CompositeData data)
          Constructor that sets the Descriptor Id and Composite Data objects.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

descriptorId_

public int descriptorId_
To store the value of the Descriptor ID


data_

public CompositeData data_
To store the Composite Data

Constructor Detail

IPDRRecord

public IPDRRecord()
Default Constructor.


IPDRRecord

public IPDRRecord(int descriptorId,
                  CompositeData data)
Constructor that sets the Descriptor Id and Composite Data objects.