Class StrucDocTr

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

public class StrucDocTr extends Object

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

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

 <complexType name="StrucDoc.Tr">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded">
         <element name="th" type="{urn:hl7-org:v3}StrucDoc.Th"/>
         <element name="td" type="{urn:hl7-org:v3}StrucDoc.Td"/>
       </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="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

    • StrucDocTr

      public StrucDocTr()
  • Method Details

    • getAlign

      public String getAlign()
      Ruft den Wert der align-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
    • 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
    • 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

    • getThOrTd

      public @NonNull List<Object> getThOrTd()
      Gets the value of the thOrTd 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 thOrTd property.

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

          getThOrTd().add(newItem);
       

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

    • getValign

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

      public void setAlign(String value)
      Legt den Wert der align-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
    • 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
    • setValign

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