org.archiviststoolkit.structure.EAD
Class Table

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

public class Table
extends java.lang.Object

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

head

protected Head head

tgroup

protected java.util.List<Tgroup> tgroup

frame

protected java.lang.String frame

colsep

protected java.lang.String colsep

rowsep

protected java.lang.String rowsep

pgwide

protected java.lang.String pgwide

id

protected java.lang.String id

altrender

protected java.lang.String altrender

audience

protected java.lang.String audience
Constructor Detail

Table

public Table()
Method Detail

getHead

public Head getHead()
Gets the value of the head property.

Returns:
possible object is Head

setHead

public void setHead(Head value)
Sets the value of the head property.

Parameters:
value - allowed object is Head

getTgroup

public java.util.List<Tgroup> getTgroup()
Gets the value of the tgroup 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 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


getFrame

public java.lang.String getFrame()
Gets the value of the frame property.

Returns:
possible object is String

setFrame

public void setFrame(java.lang.String value)
Sets the value of the frame property.

Parameters:
value - allowed object is String

getColsep

public java.lang.String getColsep()
Gets the value of the colsep property.

Returns:
possible object is String

setColsep

public void setColsep(java.lang.String value)
Sets the value of the colsep property.

Parameters:
value - allowed object is String

getRowsep

public java.lang.String getRowsep()
Gets the value of the rowsep property.

Returns:
possible object is String

setRowsep

public void setRowsep(java.lang.String value)
Sets the value of the rowsep property.

Parameters:
value - allowed object is String

getPgwide

public java.lang.String getPgwide()
Gets the value of the pgwide property.

Returns:
possible object is String

setPgwide

public void setPgwide(java.lang.String value)
Sets the value of the pgwide property.

Parameters:
value - allowed object is String

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