org.dlese.dpc.schemedit.ndr.util.integration
Class MappingInfo
java.lang.Object
org.dlese.dpc.schemedit.ndr.util.integration.MappingInfo
public class MappingInfo
- extends Object
- Author:
- Jonathan Ostwald
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MappingInfo
public MappingInfo(Element mapping)
throws Exception
- Throws:
Exception
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)