|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hl7.v3.StrucDocTable
public 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 | |
|---|---|
protected java.lang.String |
attributeId
|
protected java.lang.String |
border
|
protected StrucDocCaption |
caption
|
protected java.lang.String |
cellpadding
|
protected java.lang.String |
cellspacing
|
protected java.util.List<StrucDocCol> |
col
|
protected java.util.List<StrucDocColgroup> |
colgroup
|
protected java.lang.String |
frame
|
protected java.lang.String |
language
|
protected java.lang.String |
rules
|
protected java.util.List<java.lang.String> |
styleCode
|
protected java.lang.String |
summary
|
protected java.util.List<StrucDocTbody> |
tbody
|
protected StrucDocTfoot |
tfoot
|
protected StrucDocThead |
thead
|
protected java.lang.String |
width
|
| Constructor Summary | |
|---|---|
StrucDocTable()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAttributeId()
Gets the value of the attributeId property. |
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 |
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 |
setAttributeId(java.lang.String value)
Sets the value of the attributeId 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 |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected StrucDocCaption caption
protected java.util.List<StrucDocCol> col
protected java.util.List<StrucDocColgroup> colgroup
protected StrucDocThead thead
protected StrucDocTfoot tfoot
protected java.util.List<StrucDocTbody> tbody
protected java.lang.String attributeId
protected java.lang.String language
protected java.util.List<java.lang.String> styleCode
protected java.lang.String summary
protected java.lang.String width
protected java.lang.String border
protected java.lang.String frame
protected java.lang.String rules
protected java.lang.String cellspacing
protected java.lang.String cellpadding
| Constructor Detail |
|---|
public StrucDocTable()
| Method Detail |
|---|
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 getAttributeId()
Stringpublic void setAttributeId(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
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||