Package org.dlese.dpc.services.mmd
Class MmdWarning
java.lang.Object
org.dlese.dpc.services.mmd.MmdWarning
Describes a single warning message for a metadata record.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the additional error infoReturns the metadata XML file namegetMsg()Returns the additional error descriptionintReturns the message type: see org.dlese.dpc.util.DpcErrorsgetUrl()Returns the url itselfReturns the url type: "primary-url", etc.getXpath()Returns the xpath within the metadata XML filetoString()
-
Method Details
-
toString
-
getMsgType
public int getMsgType()Returns the message type: see org.dlese.dpc.util.DpcErrors -
getFilename
Returns the metadata XML file name -
getXpath
Returns the xpath within the metadata XML file -
getUrllabel
Returns the url type: "primary-url", etc. -
getUrl
Returns the url itself -
getMsg
Returns the additional error description -
getAuxinfo
Returns the additional error info
-