Class MmdWarning

java.lang.Object
org.dlese.dpc.services.mmd.MmdWarning

public class MmdWarning extends Object
Describes a single warning message for a metadata record.
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getMsgType

      public int getMsgType()
      Returns the message type: see org.dlese.dpc.util.DpcErrors
    • getFilename

      public String getFilename()
      Returns the metadata XML file name
    • getXpath

      public String getXpath()
      Returns the xpath within the metadata XML file
    • getUrllabel

      public String getUrllabel()
      Returns the url type: "primary-url", etc.
    • getUrl

      public String getUrl()
      Returns the url itself
    • getMsg

      public String getMsg()
      Returns the additional error description
    • getAuxinfo

      public String getAuxinfo()
      Returns the additional error info