|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.archiviststoolkit.structure.EAD.Eadheader
public class Eadheader
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 |
|---|
protected Eadid eadid
protected Filedesc filedesc
protected Profiledesc profiledesc
protected Revisiondesc revisiondesc
protected java.lang.String langencoding
protected java.lang.String scriptencoding
protected java.lang.String dateencoding
protected java.lang.String countryencoding
protected java.lang.String repositoryencoding
protected java.lang.String relatedencoding
protected java.lang.String findaidstatus
protected java.lang.String encodinganalog
protected java.lang.String id
protected java.lang.String altrender
protected java.lang.String audience
| Constructor Detail |
|---|
public Eadheader()
| Method Detail |
|---|
public Eadid getEadid()
Eadidpublic void setEadid(Eadid value)
value - allowed object is
Eadidpublic Filedesc getFiledesc()
Filedescpublic void setFiledesc(Filedesc value)
value - allowed object is
Filedescpublic Profiledesc getProfiledesc()
Profiledescpublic void setProfiledesc(Profiledesc value)
value - allowed object is
Profiledescpublic Revisiondesc getRevisiondesc()
Revisiondescpublic void setRevisiondesc(Revisiondesc value)
value - allowed object is
Revisiondescpublic java.lang.String getLangencoding()
Stringpublic void setLangencoding(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getScriptencoding()
Stringpublic void setScriptencoding(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDateencoding()
Stringpublic void setDateencoding(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCountryencoding()
Stringpublic void setCountryencoding(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRepositoryencoding()
Stringpublic void setRepositoryencoding(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRelatedencoding()
Stringpublic void setRelatedencoding(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFindaidstatus()
Stringpublic void setFindaidstatus(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEncodinganalog()
Stringpublic void setEncodinganalog(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAltrender()
Stringpublic void setAltrender(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAudience()
Stringpublic void setAudience(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 | ||||||||