org.archiviststoolkit.structure.MODS
Class TitleInfoType

java.lang.Object
  extended by org.archiviststoolkit.structure.MODS.BaseTitleInfoType
      extended by org.archiviststoolkit.structure.MODS.TitleInfoType

public class TitleInfoType
extends BaseTitleInfoType

Java class for titleInfoType complex type.

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

 <complexType name="titleInfoType">
   <complexContent>
     <extension base="{http://www.loc.gov/mods/v3}baseTitleInfoType">
       <attribute name="type">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="abbreviated"/>
             <enumeration value="translated"/>
             <enumeration value="alternative"/>
             <enumeration value="uniform"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </complexContent>
 </complexType>
 


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

Field Detail

tiType

protected java.lang.String tiType
Constructor Detail

TitleInfoType

public TitleInfoType()
Method Detail

getTiType

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

Returns:
possible object is String

setTiType

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

Parameters:
value - allowed object is String