org.archiviststoolkit.structure.MODS
Class DateCapturedType

java.lang.Object
  extended by org.archiviststoolkit.structure.MODS.BaseDateType
      extended by org.archiviststoolkit.structure.MODS.DateType
          extended by org.archiviststoolkit.structure.MODS.DateCapturedType

public class DateCapturedType
extends DateType

Java class for dateCapturedType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="dateCapturedType">
   <simpleContent>
     <extension base="<http://www.loc.gov/mods/v3>dateType">
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.archiviststoolkit.structure.MODS.DateType
keyDate
 
Fields inherited from class org.archiviststoolkit.structure.MODS.BaseDateType
encoding, point, qualifier, value
 
Constructor Summary
DateCapturedType()
           
 
Method Summary
 
Methods inherited from class org.archiviststoolkit.structure.MODS.DateType
getKeyDate, setKeyDate
 
Methods inherited from class org.archiviststoolkit.structure.MODS.BaseDateType
getEncoding, getPoint, getQualifier, getValue, setEncoding, setPoint, setQualifier, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateCapturedType

public DateCapturedType()