org.archiviststoolkit.structure.MODS
Class DateOtherType

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

public class DateOtherType
extends DateType

Java class for dateOtherType complex type.

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

 <complexType name="dateOtherType">
   <simpleContent>
     <extension base="<http://www.loc.gov/mods/v3>dateType">
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  java.lang.String type
           
 
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
DateOtherType()
           
 
Method Summary
 java.lang.String getType()
          Gets the value of the type property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 
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
 

Field Detail

type

protected java.lang.String type
Constructor Detail

DateOtherType

public DateOtherType()
Method Detail

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String