public class NSDLCollectionReader
extends java.lang.Object
NOTE: also exposes ncs_collect
Modifier and Type | Field and Description |
---|---|
AggregatorReader |
aggregator
NOT YET DOCUMENTED
|
MetadataProviderReader |
mdp
NOT YET DOCUMENTED
|
MetadataReader |
metadata
NOT YET DOCUMENTED
|
NdrObjectReader |
resource
NOT YET DOCUMENTED
|
Constructor and Description |
---|
NSDLCollectionReader(java.lang.String aggHandle)
Constructor for the NSDLCollectionReader object
|
Modifier and Type | Method and Description |
---|---|
HarvestInfoReader |
getHarvestInfo()
Gets the harvestInfo attribute of the NSDLCollectionReader object
|
org.dom4j.Element |
getNcsCollect()
Gets the ncsCollect attribute of the NSDLCollectionReader object
|
org.dom4j.Element |
getNsdlDc()
Gets the nsdlDc attribute of the NSDLCollectionReader object
|
org.dom4j.Element |
getNsdlDcInfo()
Gets the nsdlDcInfo attribute of the NSDLCollectionReader object
|
NsdlDcReader |
getNsdlDcReader()
Gets the nsdlDcReader attribute of the NSDLCollectionReader object
|
java.lang.String |
getResourceUrl()
Gets the resourceUrl attribute of the NSDLCollectionReader object
|
java.lang.String |
getTitle()
Gets the title attribute of the NSDLCollectionReader object
|
static void |
main(java.lang.String[] args)
The main program for the NSDLCollectionReader class
|
void |
report()
NOT YET DOCUMENTED
|
public AggregatorReader aggregator
public MetadataProviderReader mdp
public MetadataReader metadata
public NdrObjectReader resource
public NSDLCollectionReader(java.lang.String aggHandle) throws java.lang.Exception
aggHandle
- NOT YET DOCUMENTEDjava.lang.Exception
- NOT YET DOCUMENTEDpublic org.dom4j.Element getNcsCollect()
public org.dom4j.Element getNsdlDc()
public NsdlDcReader getNsdlDcReader()
public java.lang.String getTitle()
public org.dom4j.Element getNsdlDcInfo()
public HarvestInfoReader getHarvestInfo()
public java.lang.String getResourceUrl()
public void report()
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- The command line argumentsjava.lang.Exception
- NOT YET DOCUMENTED