org.archiviststoolkit.structure.MODS
Class AccessConditionType

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

public class AccessConditionType
extends UnstructuredText

506, 540

Java class for accessConditionType complex type.

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

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


Field Summary
 
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
AccessConditionType()
           
 
Method Summary
 
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
 

Constructor Detail

AccessConditionType

public AccessConditionType()