org.ipdr.xdr
Class RecordDescriptor

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

public final class RecordDescriptor
extends java.lang.Object

This class defines the one set of usage events.


Field Summary
 AttributeDescriptor[] attributes_
          To store the list of Attribute Descriptors
 int descriptorId_
          To store the Descriptor Id
 java.lang.String typeName_
          Name of service type
 
Constructor Summary
RecordDescriptor()
          Default Constructor
RecordDescriptor(java.lang.String typeName, int descriptorId, AttributeDescriptor[] attributes)
          Constructor that sets the name, id and attributes list.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeName_

public java.lang.String typeName_
Name of service type


descriptorId_

public int descriptorId_
To store the Descriptor Id


attributes_

public AttributeDescriptor[] attributes_
To store the list of Attribute Descriptors

Constructor Detail

RecordDescriptor

public RecordDescriptor()
Default Constructor


RecordDescriptor

public RecordDescriptor(java.lang.String typeName,
                        int descriptorId,
                        AttributeDescriptor[] attributes)
Constructor that sets the name, id and attributes list.

Parameters:
typeName - The name of the service type
descriptorId - The Descriptor Id
attributes - The attributes list