edu.ucsb.nceas.metacat
Class DBReader.DoctypeInfo

java.lang.Object
  |
  +--edu.ucsb.nceas.metacat.DBReader.DoctypeInfo
Enclosing class:
DBReader

public class DBReader.DoctypeInfo
extends java.lang.Object

A utility class that encapsulates document type information


Constructor Summary
DBReader.DoctypeInfo(java.lang.String docname, java.lang.String doctype, java.lang.String system_id)
          Constructor
 
Method Summary
 java.lang.String getDocname()
          get the document name
 java.lang.String getDoctype()
          get the document type
 java.lang.String getSystemID()
          get the system identifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBReader.DoctypeInfo

public DBReader.DoctypeInfo(java.lang.String docname,
                            java.lang.String doctype,
                            java.lang.String system_id)
Constructor
Method Detail

getDocname

public java.lang.String getDocname()
get the document name

getDoctype

public java.lang.String getDoctype()
get the document type

getSystemID

public java.lang.String getSystemID()
get the system identifier