DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.ndr.util.integration
Class MappingInfo

java.lang.Object
  extended by org.dlese.dpc.schemedit.ndr.util.integration.MappingInfo

public class MappingInfo
extends Object

Author:
Jonathan Ostwald

Constructor Summary
MappingInfo(Element mapping)
           
 
Method Summary
 String getAggregatorAgent()
           
 String getAggregatorHandle()
           
static String getChildAttributeValue(Element parent, String child, String attName)
           
static String getElementText(Element e, String tag)
           
 String getErrorMessage()
           
 boolean getHasError()
           
 String getId()
           
static MappingInfo getInstance(String id, String aggregator)
           
 String getItemcount()
           
 String getMetadataHandle()
           
 String getMetadataProviderAgent()
           
 String getMetadataProviderHandle()
           
 List getMismatches()
           
 String getNcsResourceUrl()
           
 String getNcsTitle()
           
 String getNdrResourceUrl()
           
 String getNdrTitle()
           
 boolean getOaiIngest()
           
 String getResourceHandle()
           
static void main(String[] args)
           
 Element toElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingInfo

public MappingInfo(Element mapping)
            throws Exception
Throws:
Exception
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

getInstance

public static MappingInfo getInstance(String id,
                                      String aggregator)
                               throws Exception
Throws:
Exception

getHasError

public boolean getHasError()

getErrorMessage

public String getErrorMessage()

getMismatches

public List getMismatches()

getId

public String getId()

getItemcount

public String getItemcount()

getNcsTitle

public String getNcsTitle()

getNcsResourceUrl

public String getNcsResourceUrl()

getOaiIngest

public boolean getOaiIngest()

getNdrTitle

public String getNdrTitle()

getNdrResourceUrl

public String getNdrResourceUrl()

getAggregatorHandle

public String getAggregatorHandle()

getAggregatorAgent

public String getAggregatorAgent()

getMetadataHandle

public String getMetadataHandle()

getMetadataProviderHandle

public String getMetadataProviderHandle()

getMetadataProviderAgent

public String getMetadataProviderAgent()

getResourceHandle

public String getResourceHandle()

toElement

public Element toElement()

getElementText

public static String getElementText(Element e,
                                    String tag)

getChildAttributeValue

public static String getChildAttributeValue(Element parent,
                                            String child,
                                            String attName)

DLESE Tools
v1.6.0