Class StrucDocTable
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected StrucDocCaptionprotected Stringprotected Stringprotected List<StrucDocCol>protected List<StrucDocColgroup>protected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected List<StrucDocTbody>protected StrucDocTfootprotected StrucDocTheadprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the border property.Gets the value of the caption property.Gets the value of the cellpadding property.Gets the value of the cellspacing property.getCol()Gets the value of the col property.Gets the value of the colgroup property.getFrame()Gets the value of the frame property.getID()Gets the value of the id property.Gets the value of the language property.getRules()Gets the value of the rules property.Gets the value of the styleCode property.Gets the value of the summary property.getTbody()Gets the value of the tbody property.getTfoot()Gets the value of the tfoot property.getThead()Gets the value of the thead property.getWidth()Gets the value of the width property.inthashCode()voidSets the value of the border property.voidsetCaption(StrucDocCaption value) Sets the value of the caption property.voidsetCellpadding(String value) Sets the value of the cellpadding property.voidsetCellspacing(String value) Sets the value of the cellspacing property.voidSets the value of the frame property.voidSets the value of the id property.voidsetLanguage(String value) Sets the value of the language property.voidSets the value of the rules property.voidsetSummary(String value) Sets the value of the summary property.voidsetTfoot(StrucDocTfoot value) Sets the value of the tfoot property.voidsetThead(StrucDocThead value) Sets the value of the thead property.voidSets the value of the width property.toString()Generates a String representation of the contents of this type.withBorder(String value) withCaption(StrucDocCaption value) withCellpadding(String value) withCellspacing(String value) withCol(Collection<StrucDocCol> values) withCol(StrucDocCol... values) withColgroup(Collection<StrucDocColgroup> values) withColgroup(StrucDocColgroup... values) withLanguage(String value) withStyleCode(String... values) withStyleCode(Collection<String> values) withSummary(String value) withTbody(Collection<StrucDocTbody> values) withTbody(StrucDocTbody... values) withTfoot(StrucDocTfoot value) withThead(StrucDocThead value)
-
Field Details
-
caption
-
col
-
colgroup
-
thead
-
tfoot
-
tbody
-
id
-
language
-
styleCode
-
summary
-
width
-
border
-
frame
-
rules
-
cellspacing
-
cellpadding
-
-
Constructor Details
-
StrucDocTable
public StrucDocTable()
-
-
Method Details
-
getCaption
Gets the value of the caption property.- Returns:
- possible object is
StrucDocCaption
-
setCaption
Sets the value of the caption property.- Parameters:
value- allowed object isStrucDocCaption
-
getCol
Gets the value of the col 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 Jakarta XML Binding object. This is why there is not a
setmethod 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 -
getColgroup
Gets the value of the colgroup 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 Jakarta XML Binding object. This is why there is not a
setmethod 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 -
getThead
Gets the value of the thead property.- Returns:
- possible object is
StrucDocThead
-
setThead
Sets the value of the thead property.- Parameters:
value- allowed object isStrucDocThead
-
getTfoot
Gets the value of the tfoot property.- Returns:
- possible object is
StrucDocTfoot
-
setTfoot
Sets the value of the tfoot property.- Parameters:
value- allowed object isStrucDocTfoot
-
getTbody
Gets the value of the tbody 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 Jakarta XML Binding object. This is why there is not a
setmethod 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 -
getID
Gets the value of the id property.- Returns:
- possible object is
String
-
setID
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getLanguage
Gets the value of the language property.- Returns:
- possible object is
String
-
setLanguage
Sets the value of the language property.- Parameters:
value- allowed object isString
-
getStyleCode
Gets the value of the styleCode 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 Jakarta XML Binding object. This is why there is not a
setmethod 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 -
getSummary
Gets the value of the summary property.- Returns:
- possible object is
String
-
setSummary
Sets the value of the summary property.- Parameters:
value- allowed object isString
-
getWidth
Gets the value of the width property.- Returns:
- possible object is
String
-
setWidth
Sets the value of the width property.- Parameters:
value- allowed object isString
-
getBorder
Gets the value of the border property.- Returns:
- possible object is
String
-
setBorder
Sets the value of the border property.- Parameters:
value- allowed object isString
-
getFrame
Gets the value of the frame property.- Returns:
- possible object is
String
-
setFrame
Sets the value of the frame property.- Parameters:
value- allowed object isString
-
getRules
Gets the value of the rules property.- Returns:
- possible object is
String
-
setRules
Sets the value of the rules property.- Parameters:
value- allowed object isString
-
getCellspacing
Gets the value of the cellspacing property.- Returns:
- possible object is
String
-
setCellspacing
Sets the value of the cellspacing property.- Parameters:
value- allowed object isString
-
getCellpadding
Gets the value of the cellpadding property.- Returns:
- possible object is
String
-
setCellpadding
Sets the value of the cellpadding property.- Parameters:
value- allowed object isString
-
withCaption
-
withCol
-
withCol
-
withColgroup
-
withColgroup
-
withThead
-
withTfoot
-
withTbody
-
withTbody
-
withID
-
withLanguage
-
withStyleCode
-
withStyleCode
-
withSummary
-
withWidth
-
withBorder
-
withFrame
-
withRules
-
withCellspacing
-
withCellpadding
-
equals
-
hashCode
public int hashCode() -
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-