Class StrucDocTable
Java-Klasse für StrucDoc.Table complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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 TypeMethodDescriptionRuft den Wert der border-Eigenschaft ab.Ruft den Wert der caption-Eigenschaft ab.Ruft den Wert der cellpadding-Eigenschaft ab.Ruft den Wert der cellspacing-Eigenschaft ab.@NonNull List<StrucDocCol>getCol()Gets the value of the col property.@NonNull List<StrucDocColgroup>Gets the value of the colgroup property.getFrame()Ruft den Wert der frame-Eigenschaft ab.getID()Ruft den Wert der id-Eigenschaft ab.Ruft den Wert der language-Eigenschaft ab.getRules()Ruft den Wert der rules-Eigenschaft ab.Gets the value of the styleCode property.Ruft den Wert der summary-Eigenschaft ab.@NonNull List<StrucDocTbody>getTbody()Gets the value of the tbody property.getTfoot()Ruft den Wert der tfoot-Eigenschaft ab.getThead()Ruft den Wert der thead-Eigenschaft ab.getWidth()Ruft den Wert der width-Eigenschaft ab.voidLegt den Wert der border-Eigenschaft fest.voidsetCaption(StrucDocCaption value) Legt den Wert der caption-Eigenschaft fest.voidsetCellpadding(String value) Legt den Wert der cellpadding-Eigenschaft fest.voidsetCellspacing(String value) Legt den Wert der cellspacing-Eigenschaft fest.voidLegt den Wert der frame-Eigenschaft fest.voidLegt den Wert der id-Eigenschaft fest.voidsetLanguage(String value) Legt den Wert der language-Eigenschaft fest.voidLegt den Wert der rules-Eigenschaft fest.voidsetSummary(String value) Legt den Wert der summary-Eigenschaft fest.voidsetTfoot(StrucDocTfoot value) Legt den Wert der tfoot-Eigenschaft fest.voidsetThead(StrucDocThead value) Legt den Wert der thead-Eigenschaft fest.voidLegt den Wert der width-Eigenschaft fest.
-
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
-
getBorder
Ruft den Wert der border-Eigenschaft ab.- Returns:
- possible object is
String
-
getCaption
Ruft den Wert der caption-Eigenschaft ab.- Returns:
- possible object is
StrucDocCaption
-
getCellpadding
Ruft den Wert der cellpadding-Eigenschaft ab.- Returns:
- possible object is
String
-
getCellspacing
Ruft den Wert der cellspacing-Eigenschaft ab.- Returns:
- possible object is
String
-
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 JAXB 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 JAXB 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 -
getFrame
Ruft den Wert der frame-Eigenschaft ab.- Returns:
- possible object is
String
-
getID
Ruft den Wert der id-Eigenschaft ab.- Returns:
- possible object is
String
-
getLanguage
Ruft den Wert der language-Eigenschaft ab.- Returns:
- possible object is
String
-
getRules
Ruft den Wert der rules-Eigenschaft ab.- Returns:
- possible object is
String
-
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 JAXB 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
Ruft den Wert der summary-Eigenschaft ab.- Returns:
- possible object is
String
-
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 JAXB 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 -
getTfoot
Ruft den Wert der tfoot-Eigenschaft ab.- Returns:
- possible object is
StrucDocTfoot
-
getThead
Ruft den Wert der thead-Eigenschaft ab.- Returns:
- possible object is
StrucDocThead
-
getWidth
Ruft den Wert der width-Eigenschaft ab.- Returns:
- possible object is
String
-
setBorder
Legt den Wert der border-Eigenschaft fest.- Parameters:
value- allowed object isString
-
setCaption
Legt den Wert der caption-Eigenschaft fest.- Parameters:
value- allowed object isStrucDocCaption
-
setCellpadding
Legt den Wert der cellpadding-Eigenschaft fest.- Parameters:
value- allowed object isString
-
setCellspacing
Legt den Wert der cellspacing-Eigenschaft fest.- Parameters:
value- allowed object isString
-
setFrame
Legt den Wert der frame-Eigenschaft fest.- Parameters:
value- allowed object isString
-
setID
Legt den Wert der id-Eigenschaft fest.- Parameters:
value- allowed object isString
-
setLanguage
Legt den Wert der language-Eigenschaft fest.- Parameters:
value- allowed object isString
-
setRules
Legt den Wert der rules-Eigenschaft fest.- Parameters:
value- allowed object isString
-
setSummary
Legt den Wert der summary-Eigenschaft fest.- Parameters:
value- allowed object isString
-
setTfoot
Legt den Wert der tfoot-Eigenschaft fest.- Parameters:
value- allowed object isStrucDocTfoot
-
setThead
Legt den Wert der thead-Eigenschaft fest.- Parameters:
value- allowed object isStrucDocThead
-
setWidth
Legt den Wert der width-Eigenschaft fest.- Parameters:
value- allowed object isString
-