|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.archiviststoolkit.structure.MODS.PhysicalDescriptionType
public class PhysicalDescriptionType
Java class for physicalDescriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="physicalDescriptionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="form">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="authority" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="reformattingQuality">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="access"/>
<enumeration value="preservation"/>
<enumeration value="replacement"/>
</restriction>
</simpleType>
</element>
<element name="internetMediaType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="extent" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="digitalOrigin">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="born digital"/>
<enumeration value="reformatted digital"/>
<enumeration value="digitized microfilm"/>
<enumeration value="digitized other analog"/>
</restriction>
</simpleType>
</element>
<element name="note" type="{http://www.loc.gov/mods/v3}noteType"/>
</choice>
<attGroup ref="{http://www.loc.gov/mods/v3}language"/>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
PhysicalDescriptionType.Form
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.util.List<javax.xml.bind.JAXBElement<?>> |
formOrReformattingQualityOrInternetMediaType
|
protected java.lang.String |
lang
|
protected java.lang.String |
script
|
protected java.lang.String |
transliteration
|
protected java.lang.String |
xmlLang
|
| Constructor Summary | |
|---|---|
PhysicalDescriptionType()
|
|
| Method Summary | |
|---|---|
java.util.List<javax.xml.bind.JAXBElement<?>> |
getFormOrReformattingQualityOrInternetMediaType()
Gets the value of the formOrReformattingQualityOrInternetMediaType property. |
java.lang.String |
getLang()
Gets the value of the lang 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<?>> formOrReformattingQualityOrInternetMediaType
protected java.lang.String xmlLang
protected java.lang.String script
protected java.lang.String transliteration
protected java.lang.String lang
| Constructor Detail |
|---|
public PhysicalDescriptionType()
| Method Detail |
|---|
public java.util.List<javax.xml.bind.JAXBElement<?>> getFormOrReformattingQualityOrInternetMediaType()
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 formOrReformattingQualityOrInternetMediaType property.
For example, to add a new item, do as follows:
getFormOrReformattingQualityOrInternetMediaType().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<String>
JAXBElement<String>
JAXBElement<String>
JAXBElement<String>
JAXBElement<PhysicalDescriptionType.Form>
JAXBElement<NoteType>
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 | ||||||||