|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.archiviststoolkit.structure.EAD.Table
public class Table
Java class for table complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="table"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="head" type="{urn:isbn:1-931666-22-9}head" minOccurs="0"/> <element name="tgroup" type="{urn:isbn:1-931666-22-9}tgroup" maxOccurs="unbounded"/> </sequence> <attGroup ref="{urn:isbn:1-931666-22-9}a.common"/> <attribute name="frame"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="top"/> <enumeration value="bottom"/> <enumeration value="topbot"/> <enumeration value="all"/> <enumeration value="sides"/> <enumeration value="none"/> </restriction> </simpleType> </attribute> <attribute name="colsep" type="{urn:isbn:1-931666-22-9}yesorno" /> <attribute name="rowsep" type="{urn:isbn:1-931666-22-9}yesorno" /> <attribute name="pgwide" type="{urn:isbn:1-931666-22-9}yesorno" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
altrender
|
protected java.lang.String |
audience
|
protected java.lang.String |
colsep
|
protected java.lang.String |
frame
|
protected Head |
head
|
protected java.lang.String |
id
|
protected java.lang.String |
pgwide
|
protected java.lang.String |
rowsep
|
protected java.util.List<Tgroup> |
tgroup
|
Constructor Summary | |
---|---|
Table()
|
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 |
getColsep()
Gets the value of the colsep property. |
java.lang.String |
getFrame()
Gets the value of the frame property. |
Head |
getHead()
Gets the value of the head property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getPgwide()
Gets the value of the pgwide property. |
java.lang.String |
getRowsep()
Gets the value of the rowsep property. |
java.util.List<Tgroup> |
getTgroup()
Gets the value of the tgroup 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 |
setColsep(java.lang.String value)
Sets the value of the colsep property. |
void |
setFrame(java.lang.String value)
Sets the value of the frame 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 |
setPgwide(java.lang.String value)
Sets the value of the pgwide property. |
void |
setRowsep(java.lang.String value)
Sets the value of the rowsep 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<Tgroup> tgroup
protected java.lang.String frame
protected java.lang.String colsep
protected java.lang.String rowsep
protected java.lang.String pgwide
protected java.lang.String id
protected java.lang.String altrender
protected java.lang.String audience
Constructor Detail |
---|
public Table()
Method Detail |
---|
public Head getHead()
Head
public void setHead(Head value)
value
- allowed object is
Head
public java.util.List<Tgroup> getTgroup()
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 tgroup property.
For example, to add a new item, do as follows:
getTgroup().add(newItem);
Objects of the following type(s) are allowed in the list
Tgroup
public java.lang.String getFrame()
String
public void setFrame(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 getPgwide()
String
public void setPgwide(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 |