|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.archiviststoolkit.structure.EAD.Indexentry
public class Indexentry
Java class for indexentry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="indexentry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="namegrp" type="{urn:isbn:1-931666-22-9}namegrp"/>
<group ref="{urn:isbn:1-931666-22-9}m.access.title"/>
</choice>
<choice minOccurs="0">
<element name="ptrgrp" type="{urn:isbn:1-931666-22-9}ptrgrp"/>
<element name="ptr" type="{urn:isbn:1-931666-22-9}ptr"/>
<element name="ref" type="{urn:isbn:1-931666-22-9}ref"/>
</choice>
<element name="indexentry" type="{urn:isbn:1-931666-22-9}indexentry" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{urn:isbn:1-931666-22-9}a.common"/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
altrender
|
protected java.lang.String |
audience
|
protected Corpname |
corpname
|
protected Famname |
famname
|
protected Function |
function
|
protected Genreform |
genreform
|
protected Geogname |
geogname
|
protected java.lang.String |
id
|
protected java.util.List<Indexentry> |
indexentry
|
protected Name |
name
|
protected Namegrp |
namegrp
|
protected Occupation |
occupation
|
protected Persname |
persname
|
protected Ptr |
ptr
|
protected Ptrgrp |
ptrgrp
|
protected Ref |
ref
|
protected Subject |
subject
|
protected Title |
title
|
| Constructor Summary | |
|---|---|
Indexentry()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAltrender()
Gets the value of the altrender property. |
java.lang.String |
getAudience()
Gets the value of the audience property. |
Corpname |
getCorpname()
Gets the value of the corpname property. |
Famname |
getFamname()
Gets the value of the famname property. |
Function |
getFunction()
Gets the value of the function property. |
Genreform |
getGenreform()
Gets the value of the genreform property. |
Geogname |
getGeogname()
Gets the value of the geogname property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.util.List<Indexentry> |
getIndexentry()
Gets the value of the indexentry property. |
Name |
getName()
Gets the value of the name property. |
Namegrp |
getNamegrp()
Gets the value of the namegrp property. |
Occupation |
getOccupation()
Gets the value of the occupation property. |
Persname |
getPersname()
Gets the value of the persname property. |
Ptr |
getPtr()
Gets the value of the ptr property. |
Ptrgrp |
getPtrgrp()
Gets the value of the ptrgrp property. |
Ref |
getRef()
Gets the value of the ref property. |
Subject |
getSubject()
Gets the value of the subject property. |
Title |
getTitle()
Gets the value of the title 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 |
setCorpname(Corpname value)
Sets the value of the corpname property. |
void |
setFamname(Famname value)
Sets the value of the famname property. |
void |
setFunction(Function value)
Sets the value of the function property. |
void |
setGenreform(Genreform value)
Sets the value of the genreform property. |
void |
setGeogname(Geogname value)
Sets the value of the geogname property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setName(Name value)
Sets the value of the name property. |
void |
setNamegrp(Namegrp value)
Sets the value of the namegrp property. |
void |
setOccupation(Occupation value)
Sets the value of the occupation property. |
void |
setPersname(Persname value)
Sets the value of the persname property. |
void |
setPtr(Ptr value)
Sets the value of the ptr property. |
void |
setPtrgrp(Ptrgrp value)
Sets the value of the ptrgrp property. |
void |
setRef(Ref value)
Sets the value of the ref property. |
void |
setSubject(Subject value)
Sets the value of the subject property. |
void |
setTitle(Title value)
Sets the value of the title property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Namegrp namegrp
protected Corpname corpname
protected Famname famname
protected Geogname geogname
protected Name name
protected Occupation occupation
protected Persname persname
protected Subject subject
protected Genreform genreform
protected Function function
protected Title title
protected Ptrgrp ptrgrp
protected Ptr ptr
protected Ref ref
protected java.util.List<Indexentry> indexentry
protected java.lang.String id
protected java.lang.String altrender
protected java.lang.String audience
| Constructor Detail |
|---|
public Indexentry()
| Method Detail |
|---|
public Namegrp getNamegrp()
Namegrppublic void setNamegrp(Namegrp value)
value - allowed object is
Namegrppublic Corpname getCorpname()
Corpnamepublic void setCorpname(Corpname value)
value - allowed object is
Corpnamepublic Famname getFamname()
Famnamepublic void setFamname(Famname value)
value - allowed object is
Famnamepublic Geogname getGeogname()
Geognamepublic void setGeogname(Geogname value)
value - allowed object is
Geognamepublic Name getName()
Namepublic void setName(Name value)
value - allowed object is
Namepublic Occupation getOccupation()
Occupationpublic void setOccupation(Occupation value)
value - allowed object is
Occupationpublic Persname getPersname()
Persnamepublic void setPersname(Persname value)
value - allowed object is
Persnamepublic Subject getSubject()
Subjectpublic void setSubject(Subject value)
value - allowed object is
Subjectpublic Genreform getGenreform()
Genreformpublic void setGenreform(Genreform value)
value - allowed object is
Genreformpublic Function getFunction()
Functionpublic void setFunction(Function value)
value - allowed object is
Functionpublic Title getTitle()
Titlepublic void setTitle(Title value)
value - allowed object is
Titlepublic Ptrgrp getPtrgrp()
Ptrgrppublic void setPtrgrp(Ptrgrp value)
value - allowed object is
Ptrgrppublic Ptr getPtr()
Ptrpublic void setPtr(Ptr value)
value - allowed object is
Ptrpublic Ref getRef()
Refpublic void setRef(Ref value)
value - allowed object is
Refpublic java.util.List<Indexentry> getIndexentry()
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 indexentry property.
For example, to add a new item, do as follows:
getIndexentry().add(newItem);
Objects of the following type(s) are allowed in the list
Indexentry
public 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 | ||||||||