org.archiviststoolkit.structure.MODS
Class OriginInfoType

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

public class OriginInfoType
extends java.lang.Object

Java class for originInfoType complex type.

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

 <complexType name="originInfoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded">
         <element name="place" type="{http://www.loc.gov/mods/v3}placeType"/>
         <element name="publisher" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="dateIssued" type="{http://www.loc.gov/mods/v3}dateType"/>
         <element name="dateCreated" type="{http://www.loc.gov/mods/v3}dateType"/>
         <element name="dateCaptured" type="{http://www.loc.gov/mods/v3}dateCapturedType"/>
         <element name="dateValid" type="{http://www.loc.gov/mods/v3}dateType"/>
         <element name="dateModified" type="{http://www.loc.gov/mods/v3}dateType"/>
         <element name="copyrightDate" type="{http://www.loc.gov/mods/v3}dateType"/>
         <element name="dateOther" type="{http://www.loc.gov/mods/v3}dateOtherType"/>
         <element name="edition" type="{http://www.loc.gov/mods/v3}editionType"/>
         <element name="issuance">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="continuing"/>
               <enumeration value="monographic"/>
             </restriction>
           </simpleType>
         </element>
         <element name="frequency" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </choice>
       <attGroup ref="{http://www.loc.gov/mods/v3}language"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String lang
           
protected  java.util.List<javax.xml.bind.JAXBElement<?>> placeOrPublisherOrDateIssued
           
protected  java.lang.String script
           
protected  java.lang.String transliteration
           
protected  java.lang.String xmlLang
           
 
Constructor Summary
OriginInfoType()
           
 
Method Summary
 java.lang.String getLang()
          Gets the value of the lang property.
 java.util.List<javax.xml.bind.JAXBElement<?>> getPlaceOrPublisherOrDateIssued()
          Gets the value of the placeOrPublisherOrDateIssued 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

placeOrPublisherOrDateIssued

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

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

OriginInfoType

public OriginInfoType()
Method Detail

getPlaceOrPublisherOrDateIssued

public java.util.List<javax.xml.bind.JAXBElement<?>> getPlaceOrPublisherOrDateIssued()
Gets the value of the placeOrPublisherOrDateIssued 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 placeOrPublisherOrDateIssued property.

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

    getPlaceOrPublisherOrDateIssued().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<DateType> JAXBElement<DateType> JAXBElement<DateType> JAXBElement<DateType> JAXBElement<DateCapturedType> JAXBElement<PlaceType> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<String> JAXBElement<DateType> JAXBElement<DateOtherType>


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