|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.archiviststoolkit.structure.MODS.OriginInfoType
public class OriginInfoType
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 |
|---|
protected java.util.List<javax.xml.bind.JAXBElement<?>> placeOrPublisherOrDateIssued
protected java.lang.String xmlLang
protected java.lang.String script
protected java.lang.String transliteration
protected java.lang.String lang
| Constructor Detail |
|---|
public OriginInfoType()
| Method Detail |
|---|
public java.util.List<javax.xml.bind.JAXBElement<?>> getPlaceOrPublisherOrDateIssued()
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>
public java.lang.String getXmlLang()
Stringpublic void setXmlLang(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getScript()
Stringpublic void setScript(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTransliteration()
Stringpublic void setTransliteration(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLang()
Stringpublic void setLang(java.lang.String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||