public class Tgtable extends Object
Java class for tgtable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgtable">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tr" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgtr" maxOccurs="unbounded"/>
</sequence>
<attribute name="align" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAttAlignTable" />
<attribute name="border" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAttBorder" />
<attribute name="cellpadding" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAttCellpadding" />
<attribute name="frame" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAttFrame" />
<attribute name="height" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAttHeight" />
<attribute name="style" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAttStyle" />
<attribute name="width" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAttWidth" />
<attribute name="org" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgAttOrg" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TgAttAlignTable |
align |
protected BigInteger |
border |
protected String |
cellpadding |
protected TgAttFrame |
frame |
protected String |
height |
protected TgAttOrg |
org |
protected String |
style |
protected List<Tgtr> |
tr |
protected String |
width |
| Constructor and Description |
|---|
Tgtable() |
| Modifier and Type | Method and Description |
|---|---|
TgAttAlignTable |
getAlign()
Gets the value of the align property.
|
BigInteger |
getBorder()
Gets the value of the border property.
|
String |
getCellpadding()
Gets the value of the cellpadding property.
|
TgAttFrame |
getFrame()
Gets the value of the frame property.
|
String |
getHeight()
Gets the value of the height property.
|
TgAttOrg |
getOrg()
Gets the value of the org property.
|
String |
getStyle()
Gets the value of the style property.
|
List<Tgtr> |
getTr()
Gets the value of the tr property.
|
String |
getWidth()
Gets the value of the width property.
|
void |
setAlign(TgAttAlignTable value)
Sets the value of the align property.
|
void |
setBorder(BigInteger value)
Sets the value of the border property.
|
void |
setCellpadding(String value)
Sets the value of the cellpadding property.
|
void |
setFrame(TgAttFrame value)
Sets the value of the frame property.
|
void |
setHeight(String value)
Sets the value of the height property.
|
void |
setOrg(TgAttOrg value)
Sets the value of the org property.
|
void |
setStyle(String value)
Sets the value of the style property.
|
void |
setWidth(String value)
Sets the value of the width property.
|
protected TgAttAlignTable align
protected BigInteger border
protected String cellpadding
protected TgAttFrame frame
protected String height
protected String style
protected String width
protected TgAttOrg org
public List<Tgtr> getTr()
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 tr property.
For example, to add a new item, do as follows:
getTr().add(newItem);
Objects of the following type(s) are allowed in the list Tgtr
public TgAttAlignTable getAlign()
TgAttAlignTablepublic void setAlign(TgAttAlignTable value)
value - allowed object is TgAttAlignTablepublic BigInteger getBorder()
BigIntegerpublic void setBorder(BigInteger value)
value - allowed object is BigIntegerpublic String getCellpadding()
Stringpublic void setCellpadding(String value)
value - allowed object is Stringpublic TgAttFrame getFrame()
TgAttFramepublic void setFrame(TgAttFrame value)
value - allowed object is TgAttFramepublic String getHeight()
Stringpublic void setHeight(String value)
value - allowed object is Stringpublic String getStyle()
Stringpublic void setStyle(String value)
value - allowed object is Stringpublic String getWidth()
Stringpublic void setWidth(String value)
value - allowed object is Stringpublic TgAttOrg getOrg()
TgAttOrgCopyright © 2012–2026 cismet GmbH. All rights reserved.