org.archiviststoolkit.structure.EAD
Class Indexentry

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

public class Indexentry
extends java.lang.Object

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

namegrp

protected Namegrp namegrp

corpname

protected Corpname corpname

famname

protected Famname famname

geogname

protected Geogname geogname

name

protected Name name

occupation

protected Occupation occupation

persname

protected Persname persname

subject

protected Subject subject

genreform

protected Genreform genreform

function

protected Function function

title

protected Title title

ptrgrp

protected Ptrgrp ptrgrp

ptr

protected Ptr ptr

ref

protected Ref ref

indexentry

protected java.util.List<Indexentry> indexentry

id

protected java.lang.String id

altrender

protected java.lang.String altrender

audience

protected java.lang.String audience
Constructor Detail

Indexentry

public Indexentry()
Method Detail

getNamegrp

public Namegrp getNamegrp()
Gets the value of the namegrp property.

Returns:
possible object is Namegrp

setNamegrp

public void setNamegrp(Namegrp value)
Sets the value of the namegrp property.

Parameters:
value - allowed object is Namegrp

getCorpname

public Corpname getCorpname()
Gets the value of the corpname property.

Returns:
possible object is Corpname

setCorpname

public void setCorpname(Corpname value)
Sets the value of the corpname property.

Parameters:
value - allowed object is Corpname

getFamname

public Famname getFamname()
Gets the value of the famname property.

Returns:
possible object is Famname

setFamname

public void setFamname(Famname value)
Sets the value of the famname property.

Parameters:
value - allowed object is Famname

getGeogname

public Geogname getGeogname()
Gets the value of the geogname property.

Returns:
possible object is Geogname

setGeogname

public void setGeogname(Geogname value)
Sets the value of the geogname property.

Parameters:
value - allowed object is Geogname

getName

public Name getName()
Gets the value of the name property.

Returns:
possible object is Name

setName

public void setName(Name value)
Sets the value of the name property.

Parameters:
value - allowed object is Name

getOccupation

public Occupation getOccupation()
Gets the value of the occupation property.

Returns:
possible object is Occupation

setOccupation

public void setOccupation(Occupation value)
Sets the value of the occupation property.

Parameters:
value - allowed object is Occupation

getPersname

public Persname getPersname()
Gets the value of the persname property.

Returns:
possible object is Persname

setPersname

public void setPersname(Persname value)
Sets the value of the persname property.

Parameters:
value - allowed object is Persname

getSubject

public Subject getSubject()
Gets the value of the subject property.

Returns:
possible object is Subject

setSubject

public void setSubject(Subject value)
Sets the value of the subject property.

Parameters:
value - allowed object is Subject

getGenreform

public Genreform getGenreform()
Gets the value of the genreform property.

Returns:
possible object is Genreform

setGenreform

public void setGenreform(Genreform value)
Sets the value of the genreform property.

Parameters:
value - allowed object is Genreform

getFunction

public Function getFunction()
Gets the value of the function property.

Returns:
possible object is Function

setFunction

public void setFunction(Function value)
Sets the value of the function property.

Parameters:
value - allowed object is Function

getTitle

public Title getTitle()
Gets the value of the title property.

Returns:
possible object is Title

setTitle

public void setTitle(Title value)
Sets the value of the title property.

Parameters:
value - allowed object is Title

getPtrgrp

public Ptrgrp getPtrgrp()
Gets the value of the ptrgrp property.

Returns:
possible object is Ptrgrp

setPtrgrp

public void setPtrgrp(Ptrgrp value)
Sets the value of the ptrgrp property.

Parameters:
value - allowed object is Ptrgrp

getPtr

public Ptr getPtr()
Gets the value of the ptr property.

Returns:
possible object is Ptr

setPtr

public void setPtr(Ptr value)
Sets the value of the ptr property.

Parameters:
value - allowed object is Ptr

getRef

public Ref getRef()
Gets the value of the ref property.

Returns:
possible object is Ref

setRef

public void setRef(Ref value)
Sets the value of the ref property.

Parameters:
value - allowed object is Ref

getIndexentry

public java.util.List<Indexentry> getIndexentry()
Gets the value of the indexentry 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 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


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