|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.archiviststoolkit.structure.EAD.Tgroup
public class Tgroup
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 |
---|
protected java.util.List<Colspec> colspec
protected Thead thead
protected Tbody tbody
protected java.lang.String cols
protected java.lang.String colsep
protected java.lang.String rowsep
protected java.lang.String align
protected java.lang.String id
protected java.lang.String altrender
protected java.lang.String audience
Constructor Detail |
---|
public Tgroup()
Method Detail |
---|
public java.util.List<Colspec> getColspec()
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
public Thead getThead()
Thead
public void setThead(Thead value)
value
- allowed object is
Thead
public Tbody getTbody()
Tbody
public void setTbody(Tbody value)
value
- allowed object is
Tbody
public java.lang.String getCols()
String
public void setCols(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 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 |