Class StrucDocText
Java-Klasse für StrucDoc.Text complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="StrucDoc.Text"> <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"/> <element name="table" type="{urn:hl7-org:v3}StrucDoc.Table"/> </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="mediaType" type="{http://www.w3.org/2001/XMLSchema}string" fixed="text/x-hl7-text+xml" /> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<Serializable>
protected String
protected String
protected String
Fields inherited from class org.projecthusky.common.hl7cdar2.ANY
nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull List<Serializable>
Gets the value of the content property.getID()
Ruft den Wert der id-Eigenschaft ab.Ruft den Wert der language-Eigenschaft ab.@NonNull String
Ruft den Wert der mediaType-Eigenschaft ab.Gets the value of the styleCode property.void
Legt den Wert der id-Eigenschaft fest.void
setLanguage
(String value) Legt den Wert der language-Eigenschaft fest.void
setMediaType
(String value) Legt den Wert der mediaType-Eigenschaft fest.Methods inherited from class org.projecthusky.common.hl7cdar2.ANY
getMergedXmlMixed, getNullFlavor, getNullFlavor, getXmlMixed, setXmlMixed, setXmlMixed
-
Field Details
-
-
id
-
language
-
mediaType
-
styleCode
-
-
Constructor Details
-
StrucDocText
public StrucDocText()
-
-
Method Details
-
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
<
StrucDocContent
>
JAXBElement
<
StrucDocFootnote
>
JAXBElement
<
StrucDocSub
>
JAXBElement
<
StrucDocLinkHtml
>
JAXBElement
<
StrucDocRenderMultiMedia
>
JAXBElement
<
StrucDocParagraph
>
JAXBElement
<
StrucDocFootnoteRef
>
String
JAXBElement
<
StrucDocTable
>
JAXBElement
<
StrucDocList
>
JAXBElement
<
StrucDocBr
>
JAXBElement
<
StrucDocSup
>
-
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
-
getMediaType
Ruft den Wert der mediaType-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
-
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
-
setMediaType
Legt den Wert der mediaType-Eigenschaft fest.- Parameters:
value
- allowed object isString
-