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 Stringstatic final Stringprotected Stringprotected IPDRDocThis is the document the IPDR belongs to.protected Stringprotected Stringprotected IPDRServiceSessionThis data member represents the IPDR Service Session information.protected IPDRTableThis is the table the IPDR belongs to.protected Stringprotected IPDRUsageEventThis data member represents the IPDR Usage Event information.static final Stringstatic 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