org.archiviststoolkit.structure.EAD
Class Language

java.lang.Object
  extended by org.archiviststoolkit.structure.EAD.Language

public class Language
extends java.lang.Object

Java class for language complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="language">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <group ref="{urn:isbn:1-931666-22-9}m.phrase.bare" maxOccurs="unbounded" minOccurs="0"/>
       <attGroup ref="{urn:isbn:1-931666-22-9}a.common"/>
       <attGroup ref="{urn:isbn:1-931666-22-9}am.langcode"/>
       <attribute name="scriptcode">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}token">
             <enumeration value="Arab"/>
             <enumeration value="Armn"/>
             <enumeration value="Bali"/>
             <enumeration value="Batk"/>
             <enumeration value="Beng"/>
             <enumeration value="Blis"/>
             <enumeration value="Bopo"/>
             <enumeration value="Brah"/>
             <enumeration value="Brai"/>
             <enumeration value="Bugi"/>
             <enumeration value="Buhd"/>
             <enumeration value="Cans"/>
             <enumeration value="Cham"/>
             <enumeration value="Cher"/>
             <enumeration value="Cirt"/>
             <enumeration value="Copt"/>
             <enumeration value="Cprt"/>
             <enumeration value="Cyrl"/>
             <enumeration value="Cyrs"/>
             <enumeration value="Deva"/>
             <enumeration value="Dsrt"/>
             <enumeration value="Egyd"/>
             <enumeration value="Egyh"/>
             <enumeration value="Egyp"/>
             <enumeration value="Ethi"/>
             <enumeration value="Geok"/>
             <enumeration value="Geor"/>
             <enumeration value="Glag"/>
             <enumeration value="Goth"/>
             <enumeration value="Grek"/>
             <enumeration value="Gujr"/>
             <enumeration value="Guru"/>
             <enumeration value="Hang"/>
             <enumeration value="Hani"/>
             <enumeration value="Hano"/>
             <enumeration value="Hans"/>
             <enumeration value="Hant"/>
             <enumeration value="Hebr"/>
             <enumeration value="Hira"/>
             <enumeration value="Hmng"/>
             <enumeration value="Hrkt"/>
             <enumeration value="Hung"/>
             <enumeration value="Inds"/>
             <enumeration value="Ital"/>
             <enumeration value="Java"/>
             <enumeration value="Kali"/>
             <enumeration value="Kana"/>
             <enumeration value="Khar"/>
             <enumeration value="Khmr"/>
             <enumeration value="Knda"/>
             <enumeration value="Laoo"/>
             <enumeration value="Latf"/>
             <enumeration value="Latg"/>
             <enumeration value="Latn"/>
             <enumeration value="Lepc"/>
             <enumeration value="Limb"/>
             <enumeration value="Lina"/>
             <enumeration value="Linb"/>
             <enumeration value="Mand"/>
             <enumeration value="Maya"/>
             <enumeration value="Mero"/>
             <enumeration value="Mlym"/>
             <enumeration value="Mong"/>
             <enumeration value="Mymr"/>
             <enumeration value="Nkoo"/>
             <enumeration value="Ogam"/>
             <enumeration value="Orkh"/>
             <enumeration value="Orya"/>
             <enumeration value="Osma"/>
             <enumeration value="Perm"/>
             <enumeration value="Phag"/>
             <enumeration value="Phnx"/>
             <enumeration value="Plrd"/>
             <enumeration value="Qaaa"/>
             <enumeration value="Qabx"/>
             <enumeration value="Roro"/>
             <enumeration value="Runr"/>
             <enumeration value="Sara"/>
             <enumeration value="Shaw"/>
             <enumeration value="Sinh"/>
             <enumeration value="Sylo"/>
             <enumeration value="Syrc"/>
             <enumeration value="Syre"/>
             <enumeration value="Syrj"/>
             <enumeration value="Syrn"/>
             <enumeration value="Tagb"/>
             <enumeration value="Tale"/>
             <enumeration value="Talu"/>
             <enumeration value="Taml"/>
             <enumeration value="Telu"/>
             <enumeration value="Teng"/>
             <enumeration value="Tfng"/>
             <enumeration value="Tglg"/>
             <enumeration value="Thaa"/>
             <enumeration value="Thai"/>
             <enumeration value="Tibt"/>
             <enumeration value="Ugar"/>
             <enumeration value="Vaii"/>
             <enumeration value="Visp"/>
             <enumeration value="Xpeo"/>
             <enumeration value="Xsux"/>
             <enumeration value="Yiii"/>
             <enumeration value="Zxxx"/>
             <enumeration value="Zyyy"/>
             <enumeration value="Zzzz"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="encodinganalog" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String altrender
           
protected  java.lang.String audience
           
protected  java.util.List<java.io.Serializable> content
           
protected  java.lang.String encodinganalog
           
protected  java.lang.String id
           
protected  java.lang.String langcode
           
protected  java.lang.String scriptcode
           
 
Constructor Summary
Language()
           
 
Method Summary
 java.lang.String getAltrender()
          Gets the value of the altrender property.
 java.lang.String getAudience()
          Gets the value of the audience property.
 java.util.List<java.io.Serializable> getContent()
          Gets the value of the content property.
 java.lang.String getEncodinganalog()
          Gets the value of the encodinganalog property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getLangcode()
          Gets the value of the langcode property.
 java.lang.String getScriptcode()
          Gets the value of the scriptcode property.
 void setAltrender(java.lang.String value)
          Sets the value of the altrender property.
 void setAudience(java.lang.String value)
          Sets the value of the audience property.
 void setEncodinganalog(java.lang.String value)
          Sets the value of the encodinganalog property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setLangcode(java.lang.String value)
          Sets the value of the langcode property.
 void setScriptcode(java.lang.String value)
          Sets the value of the scriptcode property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

protected java.util.List<java.io.Serializable> content

scriptcode

protected java.lang.String scriptcode

encodinganalog

protected java.lang.String encodinganalog

id

protected java.lang.String id

altrender

protected java.lang.String altrender

audience

protected java.lang.String audience

langcode

protected java.lang.String langcode
Constructor Detail

Language

public Language()
Method Detail

getContent

public java.util.List<java.io.Serializable> getContent()
Gets the value of the content property.

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 content property.

For example, to add a new item, do as follows:

    getContent().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<Emph> JAXBElement<Extptr> JAXBElement<Lb> String JAXBElement<Ptr>


getScriptcode

public java.lang.String getScriptcode()
Gets the value of the scriptcode property.

Returns:
possible object is String

setScriptcode

public void setScriptcode(java.lang.String value)
Sets the value of the scriptcode property.

Parameters:
value - allowed object is String

getEncodinganalog

public java.lang.String getEncodinganalog()
Gets the value of the encodinganalog property.

Returns:
possible object is String

setEncodinganalog

public void setEncodinganalog(java.lang.String value)
Sets the value of the encodinganalog property.

Parameters:
value - allowed object is String

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getAltrender

public java.lang.String getAltrender()
Gets the value of the altrender property.

Returns:
possible object is String

setAltrender

public void setAltrender(java.lang.String value)
Sets the value of the altrender property.

Parameters:
value - allowed object is String

getAudience

public java.lang.String getAudience()
Gets the value of the audience property.

Returns:
possible object is String

setAudience

public void setAudience(java.lang.String value)
Sets the value of the audience property.

Parameters:
value - allowed object is String

getLangcode

public java.lang.String getLangcode()
Gets the value of the langcode property.

Returns:
possible object is String

setLangcode

public void setLangcode(java.lang.String value)
Sets the value of the langcode property.

Parameters:
value - allowed object is String