public class RemedyInfo extends Object
Java class for RemedyInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RemedyInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://p11073-10207/draft10/ext/2017/10/05}Extension" minOccurs="0"/>
<element name="Description" type="{http://p11073-10207/draft10/pm/2017/10/05}LocalizedText" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<LocalizedText> |
description |
protected ExtensionType |
extension |
| Constructor and Description |
|---|
RemedyInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<LocalizedText> |
getDescription()
Gets the value of the description property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
int |
hashCode() |
void |
setDescription(List<LocalizedText> value) |
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
String |
toString() |
protected ExtensionType extension
protected List<LocalizedText> description
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic 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
public void setDescription(List<LocalizedText> value)
Copyright © 2018. All rights reserved.