Class StrucDocColgroup

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

public class StrucDocColgroup extends Object

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

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

 <complexType name="StrucDoc.Colgroup">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence maxOccurs="unbounded" minOccurs="0">
         <element name="col" type="{urn:hl7-org:v3}StrucDoc.Col"/>
       </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="span" type="{http://www.w3.org/2001/XMLSchema}string" default="1" />
       <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}string" />
       <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

    • StrucDocColgroup

      public StrucDocColgroup()
  • 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
    • 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

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

      public @NonNull String getSpan()
      Ruft den Wert der span-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
    • getWidth

      public String getWidth()
      Ruft den Wert der width-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
    • setSpan

      public void setSpan(String value)
      Legt den Wert der span-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
    • setWidth

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