|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.archiviststoolkit.structure.MODS.RecordInfoType
public class RecordInfoType
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 |
|---|
protected java.util.List<javax.xml.bind.JAXBElement<?>> recordContentSourceOrRecordCreationDateOrRecordChangeDate
protected java.lang.String xmlLang
protected java.lang.String script
protected java.lang.String transliteration
protected java.lang.String lang
| Constructor Detail |
|---|
public RecordInfoType()
| Method Detail |
|---|
public java.util.List<javax.xml.bind.JAXBElement<?>> getRecordContentSourceOrRecordCreationDateOrRecordChangeDate()
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>
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 | ||||||||