Class StrucDocLinkHtml
Java-Klasse für StrucDoc.LinkHtml complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="StrucDoc.LinkHtml"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded" minOccurs="0"> <element name="footnote" type="{urn:hl7-org:v3}StrucDoc.Footnote"/> <element name="footnoteRef" type="{urn:hl7-org:v3}StrucDoc.FootnoteRef"/> </choice> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="href" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="rel" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="rev" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" /> <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" /> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull List<Serializable>
Gets the value of the content property.getHref()
Ruft den Wert der href-Eigenschaft ab.getID()
Ruft den Wert der id-Eigenschaft ab.Ruft den Wert der language-Eigenschaft ab.getName()
Ruft den Wert der name-Eigenschaft ab.getRel()
Ruft den Wert der rel-Eigenschaft ab.getRev()
Ruft den Wert der rev-Eigenschaft ab.Gets the value of the styleCode property.getTitle()
Ruft den Wert der title-Eigenschaft ab.void
Legt den Wert der href-Eigenschaft fest.void
Legt den Wert der id-Eigenschaft fest.void
setLanguage
(String value) Legt den Wert der language-Eigenschaft fest.void
Legt den Wert der name-Eigenschaft fest.void
Legt den Wert der rel-Eigenschaft fest.void
Legt den Wert der rev-Eigenschaft fest.void
Legt den Wert der title-Eigenschaft fest.
-
Field Details
-
-
name
-
href
-
rel
-
rev
-
title
-
id
-
language
-
styleCode
-
-
Constructor Details
-
StrucDocLinkHtml
public StrucDocLinkHtml()
-
-
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
<
StrucDocFootnote
>
JAXBElement
<
StrucDocFootnoteRef
>
String
-
getHref
Ruft den Wert der href-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
-
getName
Ruft den Wert der name-Eigenschaft ab.- Returns:
- possible object is
String
-
getRel
Ruft den Wert der rel-Eigenschaft ab.- Returns:
- possible object is
String
-
getRev
Ruft den Wert der rev-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
-
getTitle
Ruft den Wert der title-Eigenschaft ab.- Returns:
- possible object is
String
-
setHref
Legt den Wert der href-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
-
setName
Legt den Wert der name-Eigenschaft fest.- Parameters:
value
- allowed object isString
-
setRel
Legt den Wert der rel-Eigenschaft fest.- Parameters:
value
- allowed object isString
-
setRev
Legt den Wert der rev-Eigenschaft fest.- Parameters:
value
- allowed object isString
-
setTitle
Legt den Wert der title-Eigenschaft fest.- Parameters:
value
- allowed object isString
-