org.dlese.dpc.schemedit.ndr.util.integration
Class Collection
java.lang.Object
org.dlese.dpc.schemedit.ndr.util.integration.Collection
public class Collection
- extends Object
Reads spreadsheet data (xml file created from spreadsheet) with data
supplied by NSDL but augmented from NCS Collect records, with the purpose of
determining overlaps and gaps between the collection management info in both
models.
- Author:
- Jonathan Ostwald
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nsdlColl
public NSDLCollectionReader nsdlColl
ncsRec
public NCSCollectReader ncsRec
infoStream
public InfoStream infoStream
serviceDescription
public ServiceDescription serviceDescription
Collection
public Collection(String ncsRecId,
String aggHandle)
throws Exception
- Constructor for the Collection object
- Throws:
Exception
- NOT YET DOCUMENTED
Collection
public Collection(String ncsRecId,
String aggHandle,
String webServiceBaseUrl)
throws Exception
- Throws:
Exception
getCollectionMetadataHandle
public String getCollectionMetadataHandle()
getInfoStream
public InfoStream getInfoStream()
getServiceDescription
public ServiceDescription getServiceDescription()
tester
public static void tester()
main
public static void main(String[] args)
throws Exception
- NOT YET DOCUMENTED
- Parameters:
args
- NOT YET DOCUMENTED
- Throws:
Exception
- NOT YET DOCUMENTED
getElementText
public static String getElementText(Element e,
String tag)