public class RemedyInfo
extends java.lang.Object
Java-Klasse für RemedyInfo complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="RemedyInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://extension-point-uri/15/03}Extension" minOccurs="0"/>
<element name="Description" type="{http://domain-model-uri/15/04}LocalizedText" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<LocalizedText> |
description |
protected Extension |
extension |
| Constructor and Description |
|---|
RemedyInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LocalizedText> |
getDescription()
Gets the value of the description property.
|
Extension |
getExtension()
Ruft den Wert der extension-Eigenschaft ab.
|
void |
setExtension(Extension value)
Legt den Wert der extension-Eigenschaft fest.
|
protected Extension extension
protected java.util.List<LocalizedText> description
public Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic java.util.List<LocalizedText> getDescription()
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedText