org.archiviststoolkit.structure.MODS
Class PhysicalLocationType

java.lang.Object
  extended by org.archiviststoolkit.structure.MODS.SourceType
      extended by org.archiviststoolkit.structure.MODS.PhysicalLocationType

public class PhysicalLocationType
extends SourceType

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

displayLabel

protected java.lang.String displayLabel

type

protected java.lang.String type
Constructor Detail

PhysicalLocationType

public PhysicalLocationType()
Method Detail

getDisplayLabel

public java.lang.String getDisplayLabel()
Gets the value of the displayLabel property.

Returns:
possible object is String

setDisplayLabel

public void setDisplayLabel(java.lang.String value)
Sets the value of the displayLabel property.

Parameters:
value - allowed object is String

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String