org.archiviststoolkit.structure.EAD
Class Tgroup

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

public class Tgroup
extends java.lang.Object

Java class for tgroup complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tgroup">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="colspec" type="{urn:isbn:1-931666-22-9}colspec" maxOccurs="unbounded" minOccurs="0"/>
         <element name="thead" type="{urn:isbn:1-931666-22-9}thead" minOccurs="0"/>
         <element name="tbody" type="{urn:isbn:1-931666-22-9}tbody"/>
       </sequence>
       <attGroup ref="{urn:isbn:1-931666-22-9}a.common"/>
       <attribute name="cols" use="required" 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>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String align
           
protected  java.lang.String altrender
           
protected  java.lang.String audience
           
protected  java.lang.String cols
           
protected  java.lang.String colsep
           
protected  java.util.List<Colspec> colspec
           
protected  java.lang.String id
           
protected  java.lang.String rowsep
           
protected  Tbody tbody
           
protected  Thead thead
           
 
Constructor Summary
Tgroup()
           
 
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 getCols()
          Gets the value of the cols property.
 java.lang.String getColsep()
          Gets the value of the colsep property.
 java.util.List<Colspec> getColspec()
          Gets the value of the colspec property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getRowsep()
          Gets the value of the rowsep property.
 Tbody getTbody()
          Gets the value of the tbody property.
 Thead getThead()
          Gets the value of the thead 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 setCols(java.lang.String value)
          Sets the value of the cols 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 setRowsep(java.lang.String value)
          Sets the value of the rowsep property.
 void setTbody(Tbody value)
          Sets the value of the tbody property.
 void setThead(Thead value)
          Sets the value of the thead property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

colspec

protected java.util.List<Colspec> colspec

thead

protected Thead thead

tbody

protected Tbody tbody

cols

protected java.lang.String cols

colsep

protected java.lang.String colsep

rowsep

protected java.lang.String rowsep

align

protected java.lang.String align

id

protected java.lang.String id

altrender

protected java.lang.String altrender

audience

protected java.lang.String audience
Constructor Detail

Tgroup

public Tgroup()
Method Detail

getColspec

public java.util.List<Colspec> getColspec()
Gets the value of the colspec 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 colspec property.

For example, to add a new item, do as follows:

    getColspec().add(newItem);
 

Objects of the following type(s) are allowed in the list Colspec


getThead

public Thead getThead()
Gets the value of the thead property.

Returns:
possible object is Thead

setThead

public void setThead(Thead value)
Sets the value of the thead property.

Parameters:
value - allowed object is Thead

getTbody

public Tbody getTbody()
Gets the value of the tbody property.

Returns:
possible object is Tbody

setTbody

public void setTbody(Tbody value)
Sets the value of the tbody property.

Parameters:
value - allowed object is Tbody

getCols

public java.lang.String getCols()
Gets the value of the cols property.

Returns:
possible object is String

setCols

public void setCols(java.lang.String value)
Sets the value of the cols 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

getAlign

public java.lang.String getAlign()
Gets the value of the align property.

Returns:
possible object is String

setAlign

public void setAlign(java.lang.String value)
Sets the value of the align 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