|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.archiviststoolkit.structure.EAD.List
public class List
Java class for list complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="list">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="head" type="{urn:isbn:1-931666-22-9}head" minOccurs="0"/>
<choice>
<element name="item" type="{urn:isbn:1-931666-22-9}item" maxOccurs="unbounded"/>
<sequence>
<element name="listhead" type="{urn:isbn:1-931666-22-9}listhead" minOccurs="0"/>
<element name="defitem" type="{urn:isbn:1-931666-22-9}defitem" maxOccurs="unbounded"/>
</sequence>
</choice>
</sequence>
<attGroup ref="{urn:isbn:1-931666-22-9}a.common"/>
<attribute name="type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="simple"/>
<enumeration value="deflist"/>
<enumeration value="marked"/>
<enumeration value="ordered"/>
</restriction>
</simpleType>
</attribute>
<attribute name="mark" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="numeration">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="arabic"/>
<enumeration value="upperalpha"/>
<enumeration value="loweralpha"/>
<enumeration value="upperroman"/>
<enumeration value="lowerroman"/>
</restriction>
</simpleType>
</attribute>
<attribute name="continuation">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="continues"/>
<enumeration value="starts"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
altrender
|
protected java.lang.String |
audience
|
protected java.lang.String |
continuation
|
protected java.util.List<Defitem> |
defitem
|
protected Head |
head
|
protected java.lang.String |
id
|
protected java.util.List<Item> |
item
|
protected Listhead |
listhead
|
protected java.lang.String |
mark
|
protected java.lang.String |
numeration
|
protected java.lang.String |
type
|
| Constructor Summary | |
|---|---|
List()
|
|
| 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 |
getContinuation()
Gets the value of the continuation property. |
java.util.List<Defitem> |
getDefitem()
Gets the value of the defitem property. |
Head |
getHead()
Gets the value of the head property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.util.List<Item> |
getItem()
Gets the value of the item property. |
Listhead |
getListhead()
Gets the value of the listhead property. |
java.lang.String |
getMark()
Gets the value of the mark property. |
java.lang.String |
getNumeration()
Gets the value of the numeration property. |
java.lang.String |
getType()
Gets the value of the type 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 |
setContinuation(java.lang.String value)
Sets the value of the continuation property. |
void |
setHead(Head value)
Sets the value of the head property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setListhead(Listhead value)
Sets the value of the listhead property. |
void |
setMark(java.lang.String value)
Sets the value of the mark property. |
void |
setNumeration(java.lang.String value)
Sets the value of the numeration property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Head head
protected java.util.List<Item> item
protected Listhead listhead
protected java.util.List<Defitem> defitem
protected java.lang.String type
protected java.lang.String mark
protected java.lang.String numeration
protected java.lang.String continuation
protected java.lang.String id
protected java.lang.String altrender
protected java.lang.String audience
| Constructor Detail |
|---|
public List()
| Method Detail |
|---|
public Head getHead()
Headpublic void setHead(Head value)
value - allowed object is
Headpublic java.util.List<Item> getItem()
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 item property.
For example, to add a new item, do as follows:
getItem().add(newItem);
Objects of the following type(s) are allowed in the list
Item
public Listhead getListhead()
Listheadpublic void setListhead(Listhead value)
value - allowed object is
Listheadpublic java.util.List<Defitem> getDefitem()
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 defitem property.
For example, to add a new item, do as follows:
getDefitem().add(newItem);
Objects of the following type(s) are allowed in the list
Defitem
public java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMark()
Stringpublic void setMark(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNumeration()
Stringpublic void setNumeration(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContinuation()
Stringpublic void setContinuation(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 | ||||||||