|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.archiviststoolkit.structure.MODS.SourceType
org.archiviststoolkit.structure.MODS.PhysicalLocationType
public class PhysicalLocationType
852 $a $b $j $e
Java class for physicalLocationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="physicalLocationType">
<simpleContent>
<extension base="<http://www.loc.gov/mods/v3>sourceType">
<attribute name="displayLabel" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
displayLabel
|
protected java.lang.String |
type
|
| Fields inherited from class org.archiviststoolkit.structure.MODS.SourceType |
|---|
authority, lang, script, transliteration, value, xmlLang |
| Constructor Summary | |
|---|---|
PhysicalLocationType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDisplayLabel()
Gets the value of the displayLabel property. |
java.lang.String |
getType()
Gets the value of the type property. |
void |
setDisplayLabel(java.lang.String value)
Sets the value of the displayLabel property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
| Methods inherited from class org.archiviststoolkit.structure.MODS.SourceType |
|---|
getAuthority, getLang, getScript, getTransliteration, getValue, getXmlLang, setAuthority, setLang, setScript, setTransliteration, setValue, setXmlLang |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String displayLabel
protected java.lang.String type
| Constructor Detail |
|---|
public PhysicalLocationType()
| Method Detail |
|---|
public java.lang.String getDisplayLabel()
Stringpublic void setDisplayLabel(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(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 | ||||||||