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

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

public class AmdSec
extends AmdSecType
implements Serializable

amdSec: Administrative Metadata Section. This section records all of the administrative metadata for all items in the METS object (including structural map divs, data files, descriptive metadata sections and adminstrative metadata sections themselves), and is divided into four subsections: techMD (technical metadata), rightsMD (intellectual property rights metadata), sourceMD (analog/digital source metadata), and digiprovMD (digital provenance metadata). Each of these subsections follows the mdSecType model, so that they can either include metadata within the METS hub document (mdWrap) or reference it via an identifier/locator (mdRef). Multiple techMD, rightsMD, sourceMD and digiprovMD elements are allowed so that administrative metadata can be recorded for each separate item within the METS object.

See Also:
Serialized Form

Constructor Summary
AmdSec()
           
 
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.AmdSecType
addDigiprovMD, addDigiprovMD, addRightsMD, addRightsMD, addSourceMD, addSourceMD, addTechMD, addTechMD, clearDigiprovMD, clearRightsMD, clearSourceMD, clearTechMD, enumerateDigiprovMD, enumerateRightsMD, enumerateSourceMD, enumerateTechMD, getDigiprovMD, getDigiprovMD, getDigiprovMDCount, getID, getRightsMD, getRightsMD, getRightsMDCount, getSourceMD, getSourceMD, getSourceMDCount, getTechMD, getTechMD, getTechMDCount, removeDigiprovMD, removeRightsMD, removeSourceMD, removeTechMD, setDigiprovMD, setDigiprovMD, setID, setRightsMD, setRightsMD, setSourceMD, setSourceMD, setTechMD, setTechMD
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AmdSec

public AmdSec()
Method Detail

isValid

public boolean isValid()
Method isValid

Overrides:
isValid in class AmdSecType
Returns:
boolean

marshal

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

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

marshal

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

Overrides:
marshal in class AmdSecType
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 AmdSecType
Throws:
ValidationException


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