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

public class MappingInfo extends Object
Author:
Jonathan Ostwald
  • Constructor Details

    • MappingInfo

      public MappingInfo(org.dom4j.Element mapping) throws Exception
      Throws:
      Exception
  • Method Details

    • 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 org.dom4j.Element toElement()
    • getElementText

      public static String getElementText(org.dom4j.Element e, String tag)
    • getChildAttributeValue

      public static String getChildAttributeValue(org.dom4j.Element parent, String child, String attName)