org.archiviststoolkit.structure.MODS
Class NoteType

java.lang.Object
  extended by org.archiviststoolkit.structure.MODS.UnstructuredText
      extended by org.archiviststoolkit.structure.MODS.NoteType

public class NoteType
extends UnstructuredText

Java class for noteType complex type.

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

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


Field Summary
protected  java.lang.String id
           
 
Fields inherited from class org.archiviststoolkit.structure.MODS.UnstructuredText
actuate, arcrole, displayLabel, href, lang, role, script, show, title, transliteration, type, utType, value, xmlLang
 
Constructor Summary
NoteType()
           
 
Method Summary
 java.lang.String getID()
          Gets the value of the id property.
 void setID(java.lang.String value)
          Sets the value of the id property.
 
Methods inherited from class org.archiviststoolkit.structure.MODS.UnstructuredText
getActuate, getArcrole, getDisplayLabel, getHref, getLang, getRole, getScript, getShow, getTitle, getTransliteration, getType, getUtType, getValue, getXmlLang, setActuate, setArcrole, setDisplayLabel, setHref, setLang, setRole, setScript, setShow, setTitle, setTransliteration, setType, setUtType, setValue, setXmlLang
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected java.lang.String id
Constructor Detail

NoteType

public NoteType()
Method Detail

getID

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

Returns:
possible object is String

setID

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

Parameters:
value - allowed object is String