Class StrucDocTbody
Java-Klasse für StrucDoc.Tbody complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlign()Ruft den Wert der align-Eigenschaft ab.getChar()Ruft den Wert der char-Eigenschaft ab.Ruft den Wert der charoff-Eigenschaft ab.getID()Ruft den Wert der id-Eigenschaft ab.Ruft den Wert der language-Eigenschaft ab.Gets the value of the styleCode property.@NonNull List<StrucDocTr>getTr()Gets the value of the tr property.Ruft den Wert der valign-Eigenschaft ab.voidLegt den Wert der align-Eigenschaft fest.voidLegt den Wert der char-Eigenschaft fest.voidsetCharoff(String value) Legt den Wert der charoff-Eigenschaft fest.voidLegt den Wert der id-Eigenschaft fest.voidsetLanguage(String value) Legt den Wert der language-Eigenschaft fest.voidLegt den Wert der valign-Eigenschaft fest.
-
Field Details
-
tr
-
id
-
language
-
styleCode
-
align
-
_char
-
charoff
-
valign
-
-
Constructor Details
-
StrucDocTbody
public StrucDocTbody()
-
-
Method Details
-
getAlign
Ruft den Wert der align-Eigenschaft ab.- Returns:
- possible object is
String
-
getChar
Ruft den Wert der char-Eigenschaft ab.- Returns:
- possible object is
String
-
getCharoff
Ruft den Wert der charoff-Eigenschaft ab.- Returns:
- possible object is
String
-
getID
Ruft den Wert der id-Eigenschaft ab.- Returns:
- possible object is
String
-
getLanguage
Ruft den Wert der language-Eigenschaft ab.- Returns:
- possible object is
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
setmethod 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 -
getTr
Gets the value of the tr 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
setmethod 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 -
getValign
Ruft den Wert der valign-Eigenschaft ab.- Returns:
- possible object is
String
-
setAlign
Legt den Wert der align-Eigenschaft fest.- Parameters:
value- allowed object isString
-
setChar
Legt den Wert der char-Eigenschaft fest.- Parameters:
value- allowed object isString
-
setCharoff
Legt den Wert der charoff-Eigenschaft fest.- Parameters:
value- allowed object isString
-
setID
Legt den Wert der id-Eigenschaft fest.- Parameters:
value- allowed object isString
-
setLanguage
Legt den Wert der language-Eigenschaft fest.- Parameters:
value- allowed object isString
-
setValign
Legt den Wert der valign-Eigenschaft fest.- Parameters:
value- allowed object isString
-