Class IPDRTable


public final class IPDRTable extends IPDRElement
  • Field Details

    • TAGS

      public static final String[] TAGS
    • START_TIME_ATTR

      public static final String START_TIME_ATTR
      See Also:
    • A_DTYPE_ATTR

      public static final String A_DTYPE_ATTR
      See Also:
    • m_doc

      protected IPDRDoc m_doc
      This is the document the table belongs to.
    • m_startTime

      protected String m_startTime
    • m_a_dtype

      protected String m_a_dtype
    • m_rec

      protected IPDRRec m_rec
      This data member represents the IPDR information record.
    • m_scSchema

      protected String[] m_scSchema
    • m_seSchema

      protected String[] m_seSchema
    • m_ueSchema

      protected String[] m_ueSchema
  • Constructor Details

  • Method Details

    • getIPDRs

      public final IPDR[] getIPDRs()
    • getDocument

      public final IPDRDoc getDocument()
    • getSCSchema

      public final String[] getSCSchema()
    • getSESchema

      public final String[] getSESchema()
    • getUESchema

      public final String[] getUESchema()
    • toString

      public String toString()
      Overrides:
      toString in class Object