Package com.nt.udc.ipdr
Class IPDR
java.lang.Object
com.nt.udc.ipdr.IPDRElement
com.nt.udc.ipdr.IPDR
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
protected String
protected IPDRDoc
This is the document the IPDR belongs to.protected String
protected String
protected IPDRServiceSession
This data member represents the IPDR Service Session information.protected IPDRTable
This is the table the IPDR belongs to.protected String
protected IPDRUsageEvent
This data member represents the IPDR Usage Event information.static final String
static final String[]
static final String
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.nt.udc.ipdr.IPDRElement
getElementsByTagName, getElementsByTagName, isValidTag, tagToString
-
Field Details
-
TAGS
-
ID_ATTR
- See Also:
-
TIME_ATTR
- See Also:
-
SEQ_NUM_ATTR
- See Also:
-
A_DTYPE_ATTR
- See Also:
-
m_doc
This is the document the IPDR belongs to. -
m_table
This is the table the IPDR belongs to. -
m_id
-
m_time
-
m_seqNum
-
m_a_dtype
-
m_ss
This data member represents the IPDR Service Session information. -
m_ue
This data member represents the IPDR Usage Event information.
-
-
Constructor Details
-
Method Details