Package org.hl7.v3

Class StrucDocTh

java.lang.Object
org.hl7.v3.StrucDocTh

public class StrucDocTh extends Object

Java class for StrucDoc.Th complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StrucDoc.Th">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <element name="content" type="{urn:hl7-org:v3}StrucDoc.Content"/>
         <element name="linkHtml" type="{urn:hl7-org:v3}StrucDoc.LinkHtml"/>
         <element name="sub" type="{urn:hl7-org:v3}StrucDoc.Sub"/>
         <element name="sup" type="{urn:hl7-org:v3}StrucDoc.Sup"/>
         <element name="br" type="{urn:hl7-org:v3}StrucDoc.Br"/>
         <element name="footnote" type="{urn:hl7-org:v3}StrucDoc.Footnote"/>
         <element name="footnoteRef" type="{urn:hl7-org:v3}StrucDoc.FootnoteRef"/>
         <element name="renderMultiMedia" type="{urn:hl7-org:v3}StrucDoc.RenderMultiMedia"/>
       </choice>
       <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="abbr" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="axis" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="headers" type="{http://www.w3.org/2001/XMLSchema}IDREFS" />
       <attribute name="scope">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
             <enumeration value="row"/>
             <enumeration value="col"/>
             <enumeration value="rowgroup"/>
             <enumeration value="colgroup"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="rowspan" type="{http://www.w3.org/2001/XMLSchema}string" default="1" />
       <attribute name="colspan" type="{http://www.w3.org/2001/XMLSchema}string" default="1" />
       <attribute name="align">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
             <enumeration value="left"/>
             <enumeration value="center"/>
             <enumeration value="right"/>
             <enumeration value="justify"/>
             <enumeration value="char"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="char" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="charoff" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="valign">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
             <enumeration value="top"/>
             <enumeration value="middle"/>
             <enumeration value="bottom"/>
             <enumeration value="baseline"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • StrucDocTh

      public StrucDocTh()
  • Method Details

    • getContent

      public List<Serializable> getContent()
      Gets the value of the content 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 content property.

      For example, to add a new item, do as follows:

          getContent().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<StrucDocBr> JAXBElement<StrucDocContent> JAXBElement<StrucDocFootnote> JAXBElement<StrucDocFootnoteRef> JAXBElement<StrucDocLinkHtml> JAXBElement<StrucDocRenderMultiMedia> JAXBElement<StrucDocSub> JAXBElement<StrucDocSup> String

    • 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

    • getAbbr

      public String getAbbr()
      Gets the value of the abbr property.
      Returns:
      possible object is String
    • setAbbr

      public void setAbbr(String value)
      Sets the value of the abbr property.
      Parameters:
      value - allowed object is String
    • getAxis

      public String getAxis()
      Gets the value of the axis property.
      Returns:
      possible object is String
    • setAxis

      public void setAxis(String value)
      Sets the value of the axis property.
      Parameters:
      value - allowed object is String
    • getHeaders

      public List<Object> getHeaders()
      Gets the value of the headers 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 headers property.

      For example, to add a new item, do as follows:

          getHeaders().add(newItem);
       

      Objects of the following type(s) are allowed in the list Object

    • getScope

      public String getScope()
      Gets the value of the scope property.
      Returns:
      possible object is String
    • setScope

      public void setScope(String value)
      Sets the value of the scope property.
      Parameters:
      value - allowed object is String
    • getRowspan

      public String getRowspan()
      Gets the value of the rowspan property.
      Returns:
      possible object is String
    • setRowspan

      public void setRowspan(String value)
      Sets the value of the rowspan property.
      Parameters:
      value - allowed object is String
    • getColspan

      public String getColspan()
      Gets the value of the colspan property.
      Returns:
      possible object is String
    • setColspan

      public void setColspan(String value)
      Sets the value of the colspan property.
      Parameters:
      value - allowed object is String
    • getAlign

      public String getAlign()
      Gets the value of the align property.
      Returns:
      possible object is String
    • setAlign

      public void setAlign(String value)
      Sets the value of the align property.
      Parameters:
      value - allowed object is String
    • getChar

      public String getChar()
      Gets the value of the char property.
      Returns:
      possible object is String
    • setChar

      public void setChar(String value)
      Sets the value of the char property.
      Parameters:
      value - allowed object is String
    • getCharoff

      public String getCharoff()
      Gets the value of the charoff property.
      Returns:
      possible object is String
    • setCharoff

      public void setCharoff(String value)
      Sets the value of the charoff property.
      Parameters:
      value - allowed object is String
    • getValign

      public String getValign()
      Gets the value of the valign property.
      Returns:
      possible object is String
    • setValign

      public void setValign(String value)
      Sets the value of the valign property.
      Parameters:
      value - allowed object is String
    • withContent

      public StrucDocTh withContent(Serializable... values)
    • withContent

      public StrucDocTh withContent(Collection<Serializable> values)
    • withID

      public StrucDocTh withID(String value)
    • withLanguage

      public StrucDocTh withLanguage(String value)
    • withStyleCode

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

      public StrucDocTh withStyleCode(Collection<String> values)
    • withAbbr

      public StrucDocTh withAbbr(String value)
    • withAxis

      public StrucDocTh withAxis(String value)
    • withHeaders

      public StrucDocTh withHeaders(Object... values)
    • withHeaders

      public StrucDocTh withHeaders(Collection<Object> values)
    • withScope

      public StrucDocTh withScope(String value)
    • withRowspan

      public StrucDocTh withRowspan(String value)
    • withColspan

      public StrucDocTh withColspan(String value)
    • withAlign

      public StrucDocTh withAlign(String value)
    • withChar

      public StrucDocTh withChar(String value)
    • withCharoff

      public StrucDocTh withCharoff(String value)
    • withValign

      public StrucDocTh withValign(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