edu.indiana.dlib.metsnav.mets.v1_5
Class DigiprovMD

java.lang.Object
  extended by edu.indiana.dlib.metsnav.mets.v1_5.MdSecType
      extended by edu.indiana.dlib.metsnav.mets.v1_5.DigiprovMD
All Implemented Interfaces:
Serializable

public class DigiprovMD
extends MdSecType
implements Serializable

digiprovMD: digital provenance metadata. The digiprovMD element provides a wrapper around a generic metadata section, which should contain information regarding the ultimate origin of a digital object and the derivation of its current elements. This includes recording master/derivative relationships between various files which currently represent the object, as well recording any transformations or migrations undergone by files composing the digital object subsequent to the initial digitization of an item or, in the case of born digital materials, the files' creation. In short, digiprovMD should be used to record information to allow both archival/library staff and scholars to understand what modifications have been performed to a digital object during its life cycle in order to judge how those processes might have altered or corrupted the object's ability to accurately represent the original item.

See Also:
Serialized Form

Constructor Summary
DigiprovMD()
           
 
Method Summary
 boolean isValid()
          Method isValid
 void marshal(ContentHandler handler)
          Method marshal
 void marshal(Writer out)
          Method marshal
static Object unmarshal(Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class edu.indiana.dlib.metsnav.mets.v1_5.MdSecType
addADMID, addADMID, clearADMID, enumerateADMID, getADMID, getADMID, getADMIDCount, getCREATED, getGROUPID, getID, getMdRef, getMdWrap, getSTATUS, removeADMID, setADMID, setADMID, setCREATED, setGROUPID, setID, setMdRef, setMdWrap, setSTATUS
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DigiprovMD

public DigiprovMD()
Method Detail

isValid

public boolean isValid()
Method isValid

Overrides:
isValid in class MdSecType
Returns:
boolean

marshal

public void marshal(Writer out)
             throws MarshalException,
                    ValidationException
Method marshal

Overrides:
marshal in class MdSecType
Parameters:
out -
Throws:
MarshalException
ValidationException

marshal

public void marshal(ContentHandler handler)
             throws IOException,
                    MarshalException,
                    ValidationException
Method marshal

Overrides:
marshal in class MdSecType
Parameters:
handler -
Throws:
IOException
MarshalException
ValidationException

unmarshal

public static Object unmarshal(Reader reader)
                        throws MarshalException,
                               ValidationException
Method unmarshal

Parameters:
reader -
Returns:
Object
Throws:
MarshalException
ValidationException

validate

public void validate()
              throws ValidationException
Method validate

Overrides:
validate in class MdSecType
Throws:
ValidationException


Copyright © 2005 Trustees of Indiana University. All Rights Reserved.