org.archiviststoolkit.structure.MODS
Class DateType

java.lang.Object
  extended by org.archiviststoolkit.structure.MODS.BaseDateType
      extended by org.archiviststoolkit.structure.MODS.DateType
Direct Known Subclasses:
DateCapturedType, DateOtherType

public class DateType
extends BaseDateType

Java class for dateType complex type.

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

 <complexType name="dateType">
   <simpleContent>
     <extension base="<http://www.loc.gov/mods/v3>baseDateType">
       <attribute name="keyDate">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="yes"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  java.lang.String keyDate
           
 
Fields inherited from class org.archiviststoolkit.structure.MODS.BaseDateType
encoding, point, qualifier, value
 
Constructor Summary
DateType()
           
 
Method Summary
 java.lang.String getKeyDate()
          Gets the value of the keyDate property.
 void setKeyDate(java.lang.String value)
          Sets the value of the keyDate property.
 
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
 

Field Detail

keyDate

protected java.lang.String keyDate
Constructor Detail

DateType

public DateType()
Method Detail

getKeyDate

public java.lang.String getKeyDate()
Gets the value of the keyDate property.

Returns:
possible object is String

setKeyDate

public void setKeyDate(java.lang.String value)
Sets the value of the keyDate property.

Parameters:
value - allowed object is String