Class StrucDocTable

java.lang.Object
org.projecthusky.common.hl7cdar2.StrucDocTable

public class StrucDocTable extends Object

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 Details

  • Constructor Details

    • StrucDocTable

      public StrucDocTable()
  • Method Details

    • getBorder

      public String getBorder()
      Ruft den Wert der border-Eigenschaft ab.
      Returns:
      possible object is String
    • getCaption

      public StrucDocCaption getCaption()
      Ruft den Wert der caption-Eigenschaft ab.
      Returns:
      possible object is StrucDocCaption
    • getCellpadding

      public String getCellpadding()
      Ruft den Wert der cellpadding-Eigenschaft ab.
      Returns:
      possible object is String
    • getCellspacing

      public String getCellspacing()
      Ruft den Wert der cellspacing-Eigenschaft ab.
      Returns:
      possible object is String
    • getCol

      public @NonNull 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 @NonNull 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

    • getFrame

      public String getFrame()
      Ruft den Wert der frame-Eigenschaft ab.
      Returns:
      possible object is String
    • getID

      public String getID()
      Ruft den Wert der id-Eigenschaft ab.
      Returns:
      possible object is String
    • getLanguage

      public String getLanguage()
      Ruft den Wert der language-Eigenschaft ab.
      Returns:
      possible object is String
    • getRules

      public String getRules()
      Ruft den Wert der rules-Eigenschaft ab.
      Returns:
      possible object is String
    • getStyleCode

      public @NonNull List<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 String getSummary()
      Ruft den Wert der summary-Eigenschaft ab.
      Returns:
      possible object is String
    • getTbody

      public @NonNull 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

    • getTfoot

      public StrucDocTfoot getTfoot()
      Ruft den Wert der tfoot-Eigenschaft ab.
      Returns:
      possible object is StrucDocTfoot
    • getThead

      public StrucDocThead getThead()
      Ruft den Wert der thead-Eigenschaft ab.
      Returns:
      possible object is StrucDocThead
    • getWidth

      public String getWidth()
      Ruft den Wert der width-Eigenschaft ab.
      Returns:
      possible object is String
    • setBorder

      public void setBorder(String value)
      Legt den Wert der border-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • setCaption

      public void setCaption(StrucDocCaption value)
      Legt den Wert der caption-Eigenschaft fest.
      Parameters:
      value - allowed object is StrucDocCaption
    • setCellpadding

      public void setCellpadding(String value)
      Legt den Wert der cellpadding-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • setCellspacing

      public void setCellspacing(String value)
      Legt den Wert der cellspacing-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • setFrame

      public void setFrame(String value)
      Legt den Wert der frame-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • setID

      public void setID(String value)
      Legt den Wert der id-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • setLanguage

      public void setLanguage(String value)
      Legt den Wert der language-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • setRules

      public void setRules(String value)
      Legt den Wert der rules-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • setSummary

      public void setSummary(String value)
      Legt den Wert der summary-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • setTfoot

      public void setTfoot(StrucDocTfoot value)
      Legt den Wert der tfoot-Eigenschaft fest.
      Parameters:
      value - allowed object is StrucDocTfoot
    • setThead

      public void setThead(StrucDocThead value)
      Legt den Wert der thead-Eigenschaft fest.
      Parameters:
      value - allowed object is StrucDocThead
    • setWidth

      public void setWidth(String value)
      Legt den Wert der width-Eigenschaft fest.
      Parameters:
      value - allowed object is String