public class StrucDocTable
extends java.lang.Object
implements java.io.Serializable
Java class for StrucDoc.Table complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StrucDoc.Table">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="caption" type="{urn:hl7-org:v3}StrucDoc.Caption" minOccurs="0"/>
<choice>
<element name="col" type="{urn:hl7-org:v3}StrucDoc.Col" maxOccurs="unbounded" minOccurs="0"/>
<element name="colgroup" type="{urn:hl7-org:v3}StrucDoc.Colgroup" maxOccurs="unbounded" minOccurs="0"/>
</choice>
<element name="thead" type="{urn:hl7-org:v3}StrucDoc.Thead" minOccurs="0"/>
<element name="tfoot" type="{urn:hl7-org:v3}StrucDoc.Tfoot" minOccurs="0"/>
<element name="tbody" type="{urn:hl7-org:v3}StrucDoc.Tbody" maxOccurs="unbounded"/>
</sequence>
<attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="language" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="styleCode" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
<attribute name="summary" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="border" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="frame">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="void"/>
<enumeration value="above"/>
<enumeration value="below"/>
<enumeration value="hsides"/>
<enumeration value="lhs"/>
<enumeration value="rhs"/>
<enumeration value="vsides"/>
<enumeration value="box"/>
<enumeration value="border"/>
</restriction>
</simpleType>
</attribute>
<attribute name="rules">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="none"/>
<enumeration value="groups"/>
<enumeration value="rows"/>
<enumeration value="cols"/>
<enumeration value="all"/>
</restriction>
</simpleType>
</attribute>
<attribute name="cellspacing" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="cellpadding" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
StrucDocTable() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBorder()
Gets the value of the border property.
|
StrucDocCaption |
getCaption()
Gets the value of the caption property.
|
java.lang.String |
getCellpadding()
Gets the value of the cellpadding property.
|
java.lang.String |
getCellspacing()
Gets the value of the cellspacing property.
|
java.util.List<StrucDocCol> |
getCol()
Gets the value of the col property.
|
java.util.List<StrucDocColgroup> |
getColgroup()
Gets the value of the colgroup property.
|
java.lang.String |
getFrame()
Gets the value of the frame property.
|
java.lang.String |
getID()
Gets the value of the id property.
|
java.lang.String |
getLanguage()
Gets the value of the language property.
|
java.lang.String |
getRules()
Gets the value of the rules property.
|
java.util.List<java.lang.String> |
getStyleCode()
Gets the value of the styleCode property.
|
java.lang.String |
getSummary()
Gets the value of the summary property.
|
java.util.List<StrucDocTbody> |
getTbody()
Gets the value of the tbody property.
|
StrucDocTfoot |
getTfoot()
Gets the value of the tfoot property.
|
StrucDocThead |
getThead()
Gets the value of the thead property.
|
java.lang.String |
getWidth()
Gets the value of the width property.
|
void |
setBorder(java.lang.String value)
Sets the value of the border property.
|
void |
setCaption(StrucDocCaption value)
Sets the value of the caption property.
|
void |
setCellpadding(java.lang.String value)
Sets the value of the cellpadding property.
|
void |
setCellspacing(java.lang.String value)
Sets the value of the cellspacing property.
|
void |
setFrame(java.lang.String value)
Sets the value of the frame property.
|
void |
setID(java.lang.String value)
Sets the value of the id property.
|
void |
setLanguage(java.lang.String value)
Sets the value of the language property.
|
void |
setRules(java.lang.String value)
Sets the value of the rules property.
|
void |
setSummary(java.lang.String value)
Sets the value of the summary property.
|
void |
setTfoot(StrucDocTfoot value)
Sets the value of the tfoot property.
|
void |
setThead(StrucDocThead value)
Sets the value of the thead property.
|
void |
setWidth(java.lang.String value)
Sets the value of the width property.
|
public StrucDocCaption getCaption()
StrucDocCaptionpublic void setCaption(StrucDocCaption value)
value - allowed object is
StrucDocCaptionpublic java.util.List<StrucDocCol> getCol()
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 col property.
For example, to add a new item, do as follows:
getCol().add(newItem);
Objects of the following type(s) are allowed in the list
StrucDocCol
public java.util.List<StrucDocColgroup> getColgroup()
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 colgroup property.
For example, to add a new item, do as follows:
getColgroup().add(newItem);
Objects of the following type(s) are allowed in the list
StrucDocColgroup
public StrucDocThead getThead()
StrucDocTheadpublic void setThead(StrucDocThead value)
value - allowed object is
StrucDocTheadpublic StrucDocTfoot getTfoot()
StrucDocTfootpublic void setTfoot(StrucDocTfoot value)
value - allowed object is
StrucDocTfootpublic java.util.List<StrucDocTbody> getTbody()
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 tbody property.
For example, to add a new item, do as follows:
getTbody().add(newItem);
Objects of the following type(s) are allowed in the list
StrucDocTbody
public java.lang.String getID()
Stringpublic void setID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLanguage()
Stringpublic void setLanguage(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getStyleCode()
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 styleCode property.
For example, to add a new item, do as follows:
getStyleCode().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getSummary()
Stringpublic void setSummary(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWidth()
Stringpublic void setWidth(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBorder()
Stringpublic void setBorder(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFrame()
Stringpublic void setFrame(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRules()
Stringpublic void setRules(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCellspacing()
Stringpublic void setCellspacing(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCellpadding()
Stringpublic void setCellpadding(java.lang.String value)
value - allowed object is
String