Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

org.hl7.v3
Class StrucDocTable

java.lang.Object
  extended by org.hl7.v3.StrucDocTable

public class StrucDocTable
extends java.lang.Object

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

caption

protected StrucDocCaption caption

col

protected java.util.List<StrucDocCol> col

colgroup

protected java.util.List<StrucDocColgroup> colgroup

thead

protected StrucDocThead thead

tfoot

protected StrucDocTfoot tfoot

tbody

protected java.util.List<StrucDocTbody> tbody

attributeId

protected java.lang.String attributeId

language

protected java.lang.String language

styleCode

protected java.util.List<java.lang.String> styleCode

summary

protected java.lang.String summary

width

protected java.lang.String width

border

protected java.lang.String border

frame

protected java.lang.String frame

rules

protected java.lang.String rules

cellspacing

protected java.lang.String cellspacing

cellpadding

protected java.lang.String cellpadding
Constructor Detail

StrucDocTable

public StrucDocTable()
Method Detail

getCaption

public StrucDocCaption getCaption()
Gets the value of the caption property.

Returns:
possible object is StrucDocCaption

setCaption

public void setCaption(StrucDocCaption value)
Sets the value of the caption property.

Parameters:
value - allowed object is StrucDocCaption

getCol

public java.util.List<StrucDocCol> 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 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


getColgroup

public java.util.List<StrucDocColgroup> 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 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


getThead

public StrucDocThead getThead()
Gets the value of the thead property.

Returns:
possible object is StrucDocThead

setThead

public void setThead(StrucDocThead value)
Sets the value of the thead property.

Parameters:
value - allowed object is StrucDocThead

getTfoot

public StrucDocTfoot getTfoot()
Gets the value of the tfoot property.

Returns:
possible object is StrucDocTfoot

setTfoot

public void setTfoot(StrucDocTfoot value)
Sets the value of the tfoot property.

Parameters:
value - allowed object is StrucDocTfoot

getTbody

public java.util.List<StrucDocTbody> 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 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


getAttributeId

public java.lang.String getAttributeId()
Gets the value of the attributeId property.

Returns:
possible object is String

setAttributeId

public void setAttributeId(java.lang.String value)
Sets the value of the attributeId property.

Parameters:
value - allowed object is String

getLanguage

public java.lang.String getLanguage()
Gets the value of the language property.

Returns:
possible object is String

setLanguage

public void setLanguage(java.lang.String value)
Sets the value of the language property.

Parameters:
value - allowed object is String

getStyleCode

public java.util.List<java.lang.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 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


getSummary

public java.lang.String getSummary()
Gets the value of the summary property.

Returns:
possible object is String

setSummary

public void setSummary(java.lang.String value)
Sets the value of the summary property.

Parameters:
value - allowed object is String

getWidth

public java.lang.String getWidth()
Gets the value of the width property.

Returns:
possible object is String

setWidth

public void setWidth(java.lang.String value)
Sets the value of the width property.

Parameters:
value - allowed object is String

getBorder

public java.lang.String getBorder()
Gets the value of the border property.

Returns:
possible object is String

setBorder

public void setBorder(java.lang.String value)
Sets the value of the border property.

Parameters:
value - allowed object is String

getFrame

public java.lang.String getFrame()
Gets the value of the frame property.

Returns:
possible object is String

setFrame

public void setFrame(java.lang.String value)
Sets the value of the frame property.

Parameters:
value - allowed object is String

getRules

public java.lang.String getRules()
Gets the value of the rules property.

Returns:
possible object is String

setRules

public void setRules(java.lang.String value)
Sets the value of the rules property.

Parameters:
value - allowed object is String

getCellspacing

public java.lang.String getCellspacing()
Gets the value of the cellspacing property.

Returns:
possible object is String

setCellspacing

public void setCellspacing(java.lang.String value)
Sets the value of the cellspacing property.

Parameters:
value - allowed object is String

getCellpadding

public java.lang.String getCellpadding()
Gets the value of the cellpadding property.

Returns:
possible object is String

setCellpadding

public void setCellpadding(java.lang.String value)
Sets the value of the cellpadding property.

Parameters:
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