Package org.hl7.v3

Class StrucDocTable

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

public class StrucDocTable extends 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 Details

  • Constructor Details

    • StrucDocTable

      public StrucDocTable()
  • Method Details

    • 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 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 Jakarta XML Binding 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 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 Jakarta XML Binding 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 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 Jakarta XML Binding 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

    • getID

      public String getID()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setID

      public void setID(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getLanguage

      public String getLanguage()
      Gets the value of the language property.
      Returns:
      possible object is String
    • setLanguage

      public void setLanguage(String value)
      Sets the value of the language property.
      Parameters:
      value - allowed object is String
    • getStyleCode

      public 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 Jakarta XML Binding 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()
      Gets the value of the summary property.
      Returns:
      possible object is String
    • setSummary

      public void setSummary(String value)
      Sets the value of the summary property.
      Parameters:
      value - allowed object is String
    • getWidth

      public String getWidth()
      Gets the value of the width property.
      Returns:
      possible object is String
    • setWidth

      public void setWidth(String value)
      Sets the value of the width property.
      Parameters:
      value - allowed object is String
    • getBorder

      public String getBorder()
      Gets the value of the border property.
      Returns:
      possible object is String
    • setBorder

      public void setBorder(String value)
      Sets the value of the border property.
      Parameters:
      value - allowed object is String
    • getFrame

      public String getFrame()
      Gets the value of the frame property.
      Returns:
      possible object is String
    • setFrame

      public void setFrame(String value)
      Sets the value of the frame property.
      Parameters:
      value - allowed object is String
    • getRules

      public String getRules()
      Gets the value of the rules property.
      Returns:
      possible object is String
    • setRules

      public void setRules(String value)
      Sets the value of the rules property.
      Parameters:
      value - allowed object is String
    • getCellspacing

      public String getCellspacing()
      Gets the value of the cellspacing property.
      Returns:
      possible object is String
    • setCellspacing

      public void setCellspacing(String value)
      Sets the value of the cellspacing property.
      Parameters:
      value - allowed object is String
    • getCellpadding

      public String getCellpadding()
      Gets the value of the cellpadding property.
      Returns:
      possible object is String
    • setCellpadding

      public void setCellpadding(String value)
      Sets the value of the cellpadding property.
      Parameters:
      value - allowed object is String
    • withCaption

      public StrucDocTable withCaption(StrucDocCaption value)
    • withCol

      public StrucDocTable withCol(StrucDocCol... values)
    • withCol

      public StrucDocTable withCol(Collection<StrucDocCol> values)
    • withColgroup

      public StrucDocTable withColgroup(StrucDocColgroup... values)
    • withColgroup

      public StrucDocTable withColgroup(Collection<StrucDocColgroup> values)
    • withThead

      public StrucDocTable withThead(StrucDocThead value)
    • withTfoot

      public StrucDocTable withTfoot(StrucDocTfoot value)
    • withTbody

      public StrucDocTable withTbody(StrucDocTbody... values)
    • withTbody

      public StrucDocTable withTbody(Collection<StrucDocTbody> values)
    • withID

      public StrucDocTable withID(String value)
    • withLanguage

      public StrucDocTable withLanguage(String value)
    • withStyleCode

      public StrucDocTable withStyleCode(String... values)
    • withStyleCode

      public StrucDocTable withStyleCode(Collection<String> values)
    • withSummary

      public StrucDocTable withSummary(String value)
    • withWidth

      public StrucDocTable withWidth(String value)
    • withBorder

      public StrucDocTable withBorder(String value)
    • withFrame

      public StrucDocTable withFrame(String value)
    • withRules

      public StrucDocTable withRules(String value)
    • withCellspacing

      public StrucDocTable withCellspacing(String value)
    • withCellpadding

      public StrucDocTable withCellpadding(String value)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
      Overrides:
      toString in class Object