Class StrucDocTd
Java-Klasse für StrucDoc.Td complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="StrucDoc.Td"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded" minOccurs="0"> <element name="content" type="{urn:hl7-org:v3}StrucDoc.Content"/> <element name="linkHtml" type="{urn:hl7-org:v3}StrucDoc.LinkHtml"/> <element name="sub" type="{urn:hl7-org:v3}StrucDoc.Sub"/> <element name="sup" type="{urn:hl7-org:v3}StrucDoc.Sup"/> <element name="br" type="{urn:hl7-org:v3}StrucDoc.Br"/> <element name="footnote" type="{urn:hl7-org:v3}StrucDoc.Footnote"/> <element name="footnoteRef" type="{urn:hl7-org:v3}StrucDoc.FootnoteRef"/> <element name="renderMultiMedia" type="{urn:hl7-org:v3}StrucDoc.RenderMultiMedia"/> <element name="paragraph" type="{urn:hl7-org:v3}StrucDoc.Paragraph"/> <element name="list" type="{urn:hl7-org:v3}StrucDoc.List"/> </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="abbr" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="axis" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="headers" type="{http://www.w3.org/2001/XMLSchema}IDREFS" /> <attribute name="scope"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="row"/> <enumeration value="col"/> <enumeration value="rowgroup"/> <enumeration value="colgroup"/> </restriction> </simpleType> </attribute> <attribute name="rowspan" type="{http://www.w3.org/2001/XMLSchema}string" default="1" /> <attribute name="colspan" type="{http://www.w3.org/2001/XMLSchema}string" default="1" /> <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 TypeMethodDescriptiongetAbbr()
Ruft den Wert der abbr-Eigenschaft ab.getAlign()
Ruft den Wert der align-Eigenschaft ab.getAxis()
Ruft den Wert der axis-Eigenschaft ab.getChar()
Ruft den Wert der char-Eigenschaft ab.Ruft den Wert der charoff-Eigenschaft ab.@NonNull String
Ruft den Wert der colspan-Eigenschaft ab.@NonNull List<Serializable>
Gets the value of the content property.Gets the value of the headers property.getID()
Ruft den Wert der id-Eigenschaft ab.Ruft den Wert der language-Eigenschaft ab.@NonNull String
Ruft den Wert der rowspan-Eigenschaft ab.getScope()
Ruft den Wert der scope-Eigenschaft ab.Gets the value of the styleCode property.Ruft den Wert der valign-Eigenschaft ab.void
Legt den Wert der abbr-Eigenschaft fest.void
Legt den Wert der align-Eigenschaft fest.void
Legt den Wert der axis-Eigenschaft fest.void
Legt den Wert der char-Eigenschaft fest.void
setCharoff
(String value) Legt den Wert der charoff-Eigenschaft fest.void
setColspan
(String value) Legt den Wert der colspan-Eigenschaft fest.void
Legt den Wert der id-Eigenschaft fest.void
setLanguage
(String value) Legt den Wert der language-Eigenschaft fest.void
setRowspan
(String value) Legt den Wert der rowspan-Eigenschaft fest.void
Legt den Wert der scope-Eigenschaft fest.void
Legt den Wert der valign-Eigenschaft fest.
-
Field Details
-
-
id
-
language
-
styleCode
-
abbr
-
axis
-
headers
-
scope
-
rowspan
-
colspan
-
align
-
_char
-
charoff
-
valign
-
-
Constructor Details
-
StrucDocTd
public StrucDocTd()
-
-
Method Details
-
getAbbr
Ruft den Wert der abbr-Eigenschaft ab.- Returns:
- possible object is
String
-
getAlign
Ruft den Wert der align-Eigenschaft ab.- Returns:
- possible object is
String
-
getAxis
Ruft den Wert der axis-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
-
getColspan
Ruft den Wert der colspan-Eigenschaft ab.- Returns:
- possible object is
String
-
getContent
Gets the value of the content 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 content property.For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
StrucDocLinkHtml
>
JAXBElement
<
StrucDocSup
>
JAXBElement
<
StrucDocParagraph
>
JAXBElement
<
StrucDocList
>
JAXBElement
<
StrucDocBr
>
String
JAXBElement
<
StrucDocFootnote
>
JAXBElement
<
StrucDocSub
>
JAXBElement
<
StrucDocRenderMultiMedia
>
JAXBElement
<
StrucDocContent
>
JAXBElement
<
StrucDocFootnoteRef
>
-
getHeaders
Gets the value of the headers 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 headers property.For example, to add a new item, do as follows:
getHeaders().add(newItem);
Objects of the following type(s) are allowed in the list
Object
-
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
-
getRowspan
Ruft den Wert der rowspan-Eigenschaft ab.- Returns:
- possible object is
String
-
getScope
Ruft den Wert der scope-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
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
Ruft den Wert der valign-Eigenschaft ab.- Returns:
- possible object is
String
-
setAbbr
Legt den Wert der abbr-Eigenschaft fest.- Parameters:
value
- allowed object isString
-
setAlign
Legt den Wert der align-Eigenschaft fest.- Parameters:
value
- allowed object isString
-
setAxis
Legt den Wert der axis-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
-
setColspan
Legt den Wert der colspan-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
-
setRowspan
Legt den Wert der rowspan-Eigenschaft fest.- Parameters:
value
- allowed object isString
-
setScope
Legt den Wert der scope-Eigenschaft fest.- Parameters:
value
- allowed object isString
-
setValign
Legt den Wert der valign-Eigenschaft fest.- Parameters:
value
- allowed object isString
-