public class StrucDocTbody
extends java.lang.Object
implements java.io.Serializable
Java class for StrucDoc.Tbody complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StrucDoc.Tbody">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element name="tr" type="{urn:hl7-org:v3}StrucDoc.Tr"/>
</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="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>
| Constructor and Description |
|---|
StrucDocTbody() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlign()
Gets the value of the align property.
|
java.lang.String |
getChar()
Gets the value of the char property.
|
java.lang.String |
getCharoff()
Gets the value of the charoff property.
|
java.lang.String |
getID()
Gets the value of the id property.
|
java.lang.String |
getLanguage()
Gets the value of the language property.
|
java.util.List<java.lang.String> |
getStyleCode()
Gets the value of the styleCode property.
|
java.util.List<StrucDocTr> |
getTr()
Gets the value of the tr property.
|
java.lang.String |
getValign()
Gets the value of the valign property.
|
void |
setAlign(java.lang.String value)
Sets the value of the align property.
|
void |
setChar(java.lang.String value)
Sets the value of the char property.
|
void |
setCharoff(java.lang.String value)
Sets the value of the charoff property.
|
void |
setID(java.lang.String value)
Sets the value of the id property.
|
void |
setLanguage(java.lang.String value)
Sets the value of the language property.
|
void |
setValign(java.lang.String value)
Sets the value of the valign property.
|
public java.util.List<StrucDocTr> getTr()
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 tr property.
For example, to add a new item, do as follows:
getTr().add(newItem);
Objects of the following type(s) are allowed in the list
StrucDocTr
public java.lang.String getID()
Stringpublic void setID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLanguage()
Stringpublic void setLanguage(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getStyleCode()
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
public java.lang.String getAlign()
Stringpublic void setAlign(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getChar()
Stringpublic void setChar(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCharoff()
Stringpublic void setCharoff(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getValign()
Stringpublic void setValign(java.lang.String value)
value - allowed object is
String