Class StrucDocList
Java-Klasse für StrucDoc.List complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="StrucDoc.List"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="caption" type="{urn:hl7-org:v3}StrucDoc.Caption" minOccurs="0"/> <element name="item" type="{urn:hl7-org:v3}StrucDoc.Item" maxOccurs="unbounded"/> </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="listType" default="unordered"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="ordered"/> <enumeration value="unordered"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRuft den Wert der caption-Eigenschaft ab.getID()
Ruft den Wert der id-Eigenschaft ab.@NonNull List<StrucDocItem>
getItem()
Gets the value of the item property.Ruft den Wert der language-Eigenschaft ab.@NonNull String
Ruft den Wert der listType-Eigenschaft ab.Gets the value of the styleCode property.void
setCaption
(StrucDocCaption value) Legt den Wert der caption-Eigenschaft fest.void
Legt den Wert der id-Eigenschaft fest.void
setLanguage
(String value) Legt den Wert der language-Eigenschaft fest.void
setListType
(String value) Legt den Wert der listType-Eigenschaft fest.
-
Field Details
-
caption
-
item
-
id
-
language
-
styleCode
-
listType
-
-
Constructor Details
-
StrucDocList
public StrucDocList()
-
-
Method Details
-
getCaption
Ruft den Wert der caption-Eigenschaft ab.- Returns:
- possible object is
StrucDocCaption
-
getID
Ruft den Wert der id-Eigenschaft ab.- Returns:
- possible object is
String
-
getItem
Gets the value of the item 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 item property.For example, to add a new item, do as follows:
getItem().add(newItem);
Objects of the following type(s) are allowed in the list
StrucDocItem
-
getLanguage
Ruft den Wert der language-Eigenschaft ab.- Returns:
- possible object is
String
-
getListType
Ruft den Wert der listType-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
-
setCaption
Legt den Wert der caption-Eigenschaft fest.- Parameters:
value
- allowed object isStrucDocCaption
-
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
-
setListType
Legt den Wert der listType-Eigenschaft fest.- Parameters:
value
- allowed object isString
-