DLESE Tools
v1.6.0

org.dlese.dpc.services.mmd
Class MmdWarning

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

public class MmdWarning
extends Object

Describes a single warning message for a metadata record.


Method Summary
 String getAuxinfo()
          Returns the additional error info
 String getFilename()
          Returns the metadata XML file name
 String getMsg()
          Returns the additional error description
 int getMsgType()
          Returns the message type: see org.dlese.dpc.util.DpcErrors
 String getUrl()
          Returns the url itself
 String getUrllabel()
          Returns the url type: "primary-url", etc.
 String getXpath()
          Returns the xpath within the metadata XML file
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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


DLESE Tools
v1.6.0