org.archiviststoolkit.structure.EAD
Class Eadheader

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

public class Eadheader
extends java.lang.Object

Java class for eadheader complex type.

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

 <complexType name="eadheader">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="eadid" type="{urn:isbn:1-931666-22-9}eadid"/>
         <element name="filedesc" type="{urn:isbn:1-931666-22-9}filedesc"/>
         <element name="profiledesc" type="{urn:isbn:1-931666-22-9}profiledesc" minOccurs="0"/>
         <element name="revisiondesc" type="{urn:isbn:1-931666-22-9}revisiondesc" minOccurs="0"/>
       </sequence>
       <attGroup ref="{urn:isbn:1-931666-22-9}a.common"/>
       <attribute name="langencoding" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" default="iso639-2b" />
       <attribute name="scriptencoding" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" default="iso15924" />
       <attribute name="dateencoding" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" default="iso8601" />
       <attribute name="countryencoding" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" default="iso3166-1" />
       <attribute name="repositoryencoding" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" default="iso15511" />
       <attribute name="relatedencoding" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="findaidstatus" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <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.lang.String countryencoding
           
protected  java.lang.String dateencoding
           
protected  Eadid eadid
           
protected  java.lang.String encodinganalog
           
protected  Filedesc filedesc
           
protected  java.lang.String findaidstatus
           
protected  java.lang.String id
           
protected  java.lang.String langencoding
           
protected  Profiledesc profiledesc
           
protected  java.lang.String relatedencoding
           
protected  java.lang.String repositoryencoding
           
protected  Revisiondesc revisiondesc
           
protected  java.lang.String scriptencoding
           
 
Constructor Summary
Eadheader()
           
 
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.lang.String getCountryencoding()
          Gets the value of the countryencoding property.
 java.lang.String getDateencoding()
          Gets the value of the dateencoding property.
 Eadid getEadid()
          Gets the value of the eadid property.
 java.lang.String getEncodinganalog()
          Gets the value of the encodinganalog property.
 Filedesc getFiledesc()
          Gets the value of the filedesc property.
 java.lang.String getFindaidstatus()
          Gets the value of the findaidstatus property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getLangencoding()
          Gets the value of the langencoding property.
 Profiledesc getProfiledesc()
          Gets the value of the profiledesc property.
 java.lang.String getRelatedencoding()
          Gets the value of the relatedencoding property.
 java.lang.String getRepositoryencoding()
          Gets the value of the repositoryencoding property.
 Revisiondesc getRevisiondesc()
          Gets the value of the revisiondesc property.
 java.lang.String getScriptencoding()
          Gets the value of the scriptencoding 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 setCountryencoding(java.lang.String value)
          Sets the value of the countryencoding property.
 void setDateencoding(java.lang.String value)
          Sets the value of the dateencoding property.
 void setEadid(Eadid value)
          Sets the value of the eadid property.
 void setEncodinganalog(java.lang.String value)
          Sets the value of the encodinganalog property.
 void setFiledesc(Filedesc value)
          Sets the value of the filedesc property.
 void setFindaidstatus(java.lang.String value)
          Sets the value of the findaidstatus property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setLangencoding(java.lang.String value)
          Sets the value of the langencoding property.
 void setProfiledesc(Profiledesc value)
          Sets the value of the profiledesc property.
 void setRelatedencoding(java.lang.String value)
          Sets the value of the relatedencoding property.
 void setRepositoryencoding(java.lang.String value)
          Sets the value of the repositoryencoding property.
 void setRevisiondesc(Revisiondesc value)
          Sets the value of the revisiondesc property.
 void setScriptencoding(java.lang.String value)
          Sets the value of the scriptencoding property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eadid

protected Eadid eadid

filedesc

protected Filedesc filedesc

profiledesc

protected Profiledesc profiledesc

revisiondesc

protected Revisiondesc revisiondesc

langencoding

protected java.lang.String langencoding

scriptencoding

protected java.lang.String scriptencoding

dateencoding

protected java.lang.String dateencoding

countryencoding

protected java.lang.String countryencoding

repositoryencoding

protected java.lang.String repositoryencoding

relatedencoding

protected java.lang.String relatedencoding

findaidstatus

protected java.lang.String findaidstatus

encodinganalog

protected java.lang.String encodinganalog

id

protected java.lang.String id

altrender

protected java.lang.String altrender

audience

protected java.lang.String audience
Constructor Detail

Eadheader

public Eadheader()
Method Detail

getEadid

public Eadid getEadid()
Gets the value of the eadid property.

Returns:
possible object is Eadid

setEadid

public void setEadid(Eadid value)
Sets the value of the eadid property.

Parameters:
value - allowed object is Eadid

getFiledesc

public Filedesc getFiledesc()
Gets the value of the filedesc property.

Returns:
possible object is Filedesc

setFiledesc

public void setFiledesc(Filedesc value)
Sets the value of the filedesc property.

Parameters:
value - allowed object is Filedesc

getProfiledesc

public Profiledesc getProfiledesc()
Gets the value of the profiledesc property.

Returns:
possible object is Profiledesc

setProfiledesc

public void setProfiledesc(Profiledesc value)
Sets the value of the profiledesc property.

Parameters:
value - allowed object is Profiledesc

getRevisiondesc

public Revisiondesc getRevisiondesc()
Gets the value of the revisiondesc property.

Returns:
possible object is Revisiondesc

setRevisiondesc

public void setRevisiondesc(Revisiondesc value)
Sets the value of the revisiondesc property.

Parameters:
value - allowed object is Revisiondesc

getLangencoding

public java.lang.String getLangencoding()
Gets the value of the langencoding property.

Returns:
possible object is String

setLangencoding

public void setLangencoding(java.lang.String value)
Sets the value of the langencoding property.

Parameters:
value - allowed object is String

getScriptencoding

public java.lang.String getScriptencoding()
Gets the value of the scriptencoding property.

Returns:
possible object is String

setScriptencoding

public void setScriptencoding(java.lang.String value)
Sets the value of the scriptencoding property.

Parameters:
value - allowed object is String

getDateencoding

public java.lang.String getDateencoding()
Gets the value of the dateencoding property.

Returns:
possible object is String

setDateencoding

public void setDateencoding(java.lang.String value)
Sets the value of the dateencoding property.

Parameters:
value - allowed object is String

getCountryencoding

public java.lang.String getCountryencoding()
Gets the value of the countryencoding property.

Returns:
possible object is String

setCountryencoding

public void setCountryencoding(java.lang.String value)
Sets the value of the countryencoding property.

Parameters:
value - allowed object is String

getRepositoryencoding

public java.lang.String getRepositoryencoding()
Gets the value of the repositoryencoding property.

Returns:
possible object is String

setRepositoryencoding

public void setRepositoryencoding(java.lang.String value)
Sets the value of the repositoryencoding property.

Parameters:
value - allowed object is String

getRelatedencoding

public java.lang.String getRelatedencoding()
Gets the value of the relatedencoding property.

Returns:
possible object is String

setRelatedencoding

public void setRelatedencoding(java.lang.String value)
Sets the value of the relatedencoding property.

Parameters:
value - allowed object is String

getFindaidstatus

public java.lang.String getFindaidstatus()
Gets the value of the findaidstatus property.

Returns:
possible object is String

setFindaidstatus

public void setFindaidstatus(java.lang.String value)
Sets the value of the findaidstatus 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