org.archiviststoolkit.structure.MODS
Class BaseDateType

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

public class BaseDateType
extends java.lang.Object

Java class for baseDateType complex type.

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

 <complexType name="baseDateType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="encoding">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="w3cdtf"/>
             <enumeration value="iso8601"/>
             <enumeration value="marc"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="point">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="start"/>
             <enumeration value="end"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="qualifier">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="approximate"/>
             <enumeration value="inferred"/>
             <enumeration value="questionable"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  java.lang.String encoding
           
protected  java.lang.String point
           
protected  java.lang.String qualifier
           
protected  java.lang.String value
           
 
Constructor Summary
BaseDateType()
           
 
Method Summary
 java.lang.String getEncoding()
          Gets the value of the encoding property.
 java.lang.String getPoint()
          Gets the value of the point property.
 java.lang.String getQualifier()
          Gets the value of the qualifier property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setEncoding(java.lang.String value)
          Sets the value of the encoding property.
 void setPoint(java.lang.String value)
          Sets the value of the point property.
 void setQualifier(java.lang.String value)
          Sets the value of the qualifier property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected java.lang.String value

encoding

protected java.lang.String encoding

point

protected java.lang.String point

qualifier

protected java.lang.String qualifier
Constructor Detail

BaseDateType

public BaseDateType()
Method Detail

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

getEncoding

public java.lang.String getEncoding()
Gets the value of the encoding property.

Returns:
possible object is String

setEncoding

public void setEncoding(java.lang.String value)
Sets the value of the encoding property.

Parameters:
value - allowed object is String

getPoint

public java.lang.String getPoint()
Gets the value of the point property.

Returns:
possible object is String

setPoint

public void setPoint(java.lang.String value)
Sets the value of the point property.

Parameters:
value - allowed object is String

getQualifier

public java.lang.String getQualifier()
Gets the value of the qualifier property.

Returns:
possible object is String

setQualifier

public void setQualifier(java.lang.String value)
Sets the value of the qualifier property.

Parameters:
value - allowed object is String