|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.archiviststoolkit.structure.EAD.Entry
public class Entry
Java class for entry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="entry"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded" minOccurs="0"> <group ref="{urn:isbn:1-931666-22-9}m.phrase.plus"/> <element name="address" type="{urn:isbn:1-931666-22-9}address"/> <element name="list" type="{urn:isbn:1-931666-22-9}list"/> <element name="note" type="{urn:isbn:1-931666-22-9}note"/> </choice> <attGroup ref="{urn:isbn:1-931666-22-9}a.common"/> <attribute name="colname" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="namest" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="nameend" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="morerows" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="colsep" type="{urn:isbn:1-931666-22-9}yesorno" /> <attribute name="rowsep" type="{urn:isbn:1-931666-22-9}yesorno" /> <attribute name="align"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="left"/> <enumeration value="right"/> <enumeration value="center"/> <enumeration value="justify"/> <enumeration value="char"/> </restriction> </simpleType> </attribute> <attribute name="char" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="charoff" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="valign"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="top"/> <enumeration value="middle"/> <enumeration value="bottom"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
_char
|
protected java.lang.String |
align
|
protected java.lang.String |
altrender
|
protected java.lang.String |
audience
|
protected java.lang.String |
charoff
|
protected java.lang.String |
colname
|
protected java.lang.String |
colsep
|
protected java.util.List<java.io.Serializable> |
content
|
protected java.lang.String |
id
|
protected java.lang.String |
morerows
|
protected java.lang.String |
nameend
|
protected java.lang.String |
namest
|
protected java.lang.String |
rowsep
|
protected java.lang.String |
valign
|
Constructor Summary | |
---|---|
Entry()
|
Method Summary | |
---|---|
java.lang.String |
getAlign()
Gets the value of the align property. |
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 |
getChar()
Gets the value of the char property. |
java.lang.String |
getCharoff()
Gets the value of the charoff property. |
java.lang.String |
getColname()
Gets the value of the colname property. |
java.lang.String |
getColsep()
Gets the value of the colsep property. |
java.util.List<java.io.Serializable> |
getContent()
Gets the value of the content property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getMorerows()
Gets the value of the morerows property. |
java.lang.String |
getNameend()
Gets the value of the nameend property. |
java.lang.String |
getNamest()
Gets the value of the namest property. |
java.lang.String |
getRowsep()
Gets the value of the rowsep property. |
java.lang.String |
getValign()
Gets the value of the valign property. |
void |
setAlign(java.lang.String value)
Sets the value of the align 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 |
setChar(java.lang.String value)
Sets the value of the char property. |
void |
setCharoff(java.lang.String value)
Sets the value of the charoff property. |
void |
setColname(java.lang.String value)
Sets the value of the colname property. |
void |
setColsep(java.lang.String value)
Sets the value of the colsep property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setMorerows(java.lang.String value)
Sets the value of the morerows property. |
void |
setNameend(java.lang.String value)
Sets the value of the nameend property. |
void |
setNamest(java.lang.String value)
Sets the value of the namest property. |
void |
setRowsep(java.lang.String value)
Sets the value of the rowsep property. |
void |
setValign(java.lang.String value)
Sets the value of the valign property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<java.io.Serializable> content
protected java.lang.String colname
protected java.lang.String namest
protected java.lang.String nameend
protected java.lang.String morerows
protected java.lang.String colsep
protected java.lang.String rowsep
protected java.lang.String align
protected java.lang.String _char
protected java.lang.String charoff
protected java.lang.String valign
protected java.lang.String id
protected java.lang.String altrender
protected java.lang.String audience
Constructor Detail |
---|
public Entry()
Method Detail |
---|
public java.util.List<java.io.Serializable> getContent()
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
<
List
>
JAXBElement
<
Linkgrp
>
JAXBElement
<
Ptr
>
JAXBElement
<
Subject
>
JAXBElement
<
Archref
>
JAXBElement
<
Title
>
JAXBElement
<
Famname
>
JAXBElement
<
Num
>
JAXBElement
<
Note
>
JAXBElement
<
Unitdate
>
JAXBElement
<
Name
>
JAXBElement
<
Geogname
>
JAXBElement
<
Lb
>
JAXBElement
<
Persname
>
JAXBElement
<
Bibref
>
JAXBElement
<
Address
>
JAXBElement
<
Origination
>
JAXBElement
<
Genreform
>
JAXBElement
<
Extref
>
JAXBElement
<
Date
>
String
JAXBElement
<
Unittitle
>
JAXBElement
<
Occupation
>
JAXBElement
<
Corpname
>
JAXBElement
<
Extptr
>
JAXBElement
<
Ref
>
JAXBElement
<
Function
>
JAXBElement
<
Repository
>
JAXBElement
<
Abbr
>
JAXBElement
<
Emph
>
JAXBElement
<
Expan
>
public java.lang.String getColname()
String
public void setColname(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNamest()
String
public void setNamest(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNameend()
String
public void setNameend(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMorerows()
String
public void setMorerows(java.lang.String value)
value
- allowed object is
String
public java.lang.String getColsep()
String
public void setColsep(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRowsep()
String
public void setRowsep(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAlign()
String
public void setAlign(java.lang.String value)
value
- allowed object is
String
public java.lang.String getChar()
String
public void setChar(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCharoff()
String
public void setCharoff(java.lang.String value)
value
- allowed object is
String
public java.lang.String getValign()
String
public void setValign(java.lang.String value)
value
- allowed object is
String
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAltrender()
String
public void setAltrender(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAudience()
String
public 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 |