Class StrucDocTd

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

public class StrucDocTd extends Object

Java-Klasse für StrucDoc.Td complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="StrucDoc.Td">
   <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"/>
         <element name="paragraph" type="{urn:hl7-org:v3}StrucDoc.Paragraph"/>
         <element name="list" type="{urn:hl7-org:v3}StrucDoc.List"/>
       </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

    • StrucDocTd

      public StrucDocTd()
  • Method Details

    • getAbbr

      public String getAbbr()
      Ruft den Wert der abbr-Eigenschaft ab.
      Returns:
      possible object is String
    • getAlign

      public String getAlign()
      Ruft den Wert der align-Eigenschaft ab.
      Returns:
      possible object is String
    • getAxis

      public String getAxis()
      Ruft den Wert der axis-Eigenschaft ab.
      Returns:
      possible object is String
    • getChar

      public String getChar()
      Ruft den Wert der char-Eigenschaft ab.
      Returns:
      possible object is String
    • getCharoff

      public String getCharoff()
      Ruft den Wert der charoff-Eigenschaft ab.
      Returns:
      possible object is String
    • getColspan

      public @NonNull String getColspan()
      Ruft den Wert der colspan-Eigenschaft ab.
      Returns:
      possible object is String
    • getContent

      public @NonNull 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 JAXB 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<StrucDocLinkHtml> JAXBElement<StrucDocSup> JAXBElement<StrucDocParagraph> JAXBElement<StrucDocList> JAXBElement<StrucDocBr> String JAXBElement<StrucDocFootnote> JAXBElement<StrucDocSub> JAXBElement<StrucDocRenderMultiMedia> JAXBElement<StrucDocContent> JAXBElement<StrucDocFootnoteRef>

    • getHeaders

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

    • 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
    • getRowspan

      public @NonNull String getRowspan()
      Ruft den Wert der rowspan-Eigenschaft ab.
      Returns:
      possible object is String
    • getScope

      public String getScope()
      Ruft den Wert der scope-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

    • getValign

      public String getValign()
      Ruft den Wert der valign-Eigenschaft ab.
      Returns:
      possible object is String
    • setAbbr

      public void setAbbr(String value)
      Legt den Wert der abbr-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • setAlign

      public void setAlign(String value)
      Legt den Wert der align-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • setAxis

      public void setAxis(String value)
      Legt den Wert der axis-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • setChar

      public void setChar(String value)
      Legt den Wert der char-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • setCharoff

      public void setCharoff(String value)
      Legt den Wert der charoff-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • setColspan

      public void setColspan(String value)
      Legt den Wert der colspan-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
    • setRowspan

      public void setRowspan(String value)
      Legt den Wert der rowspan-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • setScope

      public void setScope(String value)
      Legt den Wert der scope-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • setValign

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