org.archiviststoolkit.structure.MODS
Class RecordInfoType

java.lang.Object
  extended by org.archiviststoolkit.structure.MODS.RecordInfoType

public class RecordInfoType
extends java.lang.Object

Java class for recordInfoType complex type.

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

 <complexType name="recordInfoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded">
         <element name="recordContentSource" type="{http://www.loc.gov/mods/v3}sourceType"/>
         <element name="recordCreationDate" type="{http://www.loc.gov/mods/v3}dateType"/>
         <element name="recordChangeDate" type="{http://www.loc.gov/mods/v3}dateType"/>
         <element name="recordIdentifier">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="languageOfCataloging" type="{http://www.loc.gov/mods/v3}languageType"/>
         <element name="recordOrigin" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </choice>
       <attGroup ref="{http://www.loc.gov/mods/v3}language"/>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class RecordInfoType.RecordIdentifier
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String lang
           
protected  java.util.List<javax.xml.bind.JAXBElement<?>> recordContentSourceOrRecordCreationDateOrRecordChangeDate
           
protected  java.lang.String script
           
protected  java.lang.String transliteration
           
protected  java.lang.String xmlLang
           
 
Constructor Summary
RecordInfoType()
           
 
Method Summary
 java.lang.String getLang()
          Gets the value of the lang property.
 java.util.List<javax.xml.bind.JAXBElement<?>> getRecordContentSourceOrRecordCreationDateOrRecordChangeDate()
          Gets the value of the recordContentSourceOrRecordCreationDateOrRecordChangeDate property.
 java.lang.String getScript()
          Gets the value of the script property.
 java.lang.String getTransliteration()
          Gets the value of the transliteration property.
 java.lang.String getXmlLang()
          Gets the value of the xmlLang property.
 void setLang(java.lang.String value)
          Sets the value of the lang property.
 void setScript(java.lang.String value)
          Sets the value of the script property.
 void setTransliteration(java.lang.String value)
          Sets the value of the transliteration property.
 void setXmlLang(java.lang.String value)
          Sets the value of the xmlLang property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

recordContentSourceOrRecordCreationDateOrRecordChangeDate

protected java.util.List<javax.xml.bind.JAXBElement<?>> recordContentSourceOrRecordCreationDateOrRecordChangeDate

xmlLang

protected java.lang.String xmlLang

script

protected java.lang.String script

transliteration

protected java.lang.String transliteration

lang

protected java.lang.String lang
Constructor Detail

RecordInfoType

public RecordInfoType()
Method Detail

getRecordContentSourceOrRecordCreationDateOrRecordChangeDate

public java.util.List<javax.xml.bind.JAXBElement<?>> getRecordContentSourceOrRecordCreationDateOrRecordChangeDate()
Gets the value of the recordContentSourceOrRecordCreationDateOrRecordChangeDate property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the recordContentSourceOrRecordCreationDateOrRecordChangeDate property.

For example, to add a new item, do as follows:

    getRecordContentSourceOrRecordCreationDateOrRecordChangeDate().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<String> JAXBElement<RecordInfoType.RecordIdentifier> JAXBElement<SourceType> JAXBElement<DateType> JAXBElement<LanguageType> JAXBElement<DateType>


getXmlLang

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

Returns:
possible object is String

setXmlLang

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

Parameters:
value - allowed object is String

getScript

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

Returns:
possible object is String

setScript

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

Parameters:
value - allowed object is String

getTransliteration

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

Returns:
possible object is String

setTransliteration

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

Parameters:
value - allowed object is String

getLang

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

Returns:
possible object is String

setLang

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

Parameters:
value - allowed object is String