Package org.hl7.v3

Class StrucDocCol

java.lang.Object
org.hl7.v3.StrucDocCol

public class StrucDocCol extends Object

Java class for StrucDoc.Col complex type.

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

 <complexType name="StrucDoc.Col">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <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

    • id

      protected String id
    • language

      protected String language
    • styleCode

      protected List<String> styleCode
    • span

      protected String span
    • width

      protected String width
    • align

      protected String align
    • _char

      protected String _char
    • charoff

      protected String charoff
    • valign

      protected String valign
  • Constructor Details

    • StrucDocCol

      public StrucDocCol()
  • Method Details

    • 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

    • getSpan

      public String getSpan()
      Gets the value of the span property.
      Returns:
      possible object is String
    • setSpan

      public void setSpan(String value)
      Sets the value of the span 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
    • 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
    • withID

      public StrucDocCol withID(String value)
    • withLanguage

      public StrucDocCol withLanguage(String value)
    • withStyleCode

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

      public StrucDocCol withStyleCode(Collection<String> values)
    • withSpan

      public StrucDocCol withSpan(String value)
    • withWidth

      public StrucDocCol withWidth(String value)
    • withAlign

      public StrucDocCol withAlign(String value)
    • withChar

      public StrucDocCol withChar(String value)
    • withCharoff

      public StrucDocCol withCharoff(String value)
    • withValign

      public StrucDocCol 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