public class CauseInfo
extends java.lang.Object
Java class for CauseInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CauseInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/>
<element name="RemedyInfo" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}RemedyInfo" minOccurs="0"/>
<element name="Description" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocalizedText" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<LocalizedText> |
description |
protected ExtensionType |
extension |
protected RemedyInfo |
remedyInfo |
| Constructor and Description |
|---|
CauseInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<LocalizedText> |
getDescription()
Gets the value of the description property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
RemedyInfo |
getRemedyInfo()
Gets the value of the remedyInfo property.
|
int |
hashCode() |
void |
setDescription(java.util.List<LocalizedText> value) |
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setRemedyInfo(RemedyInfo value)
Sets the value of the remedyInfo property.
|
java.lang.String |
toString() |
protected ExtensionType extension
protected RemedyInfo remedyInfo
protected java.util.List<LocalizedText> description
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic RemedyInfo getRemedyInfo()
RemedyInfopublic void setRemedyInfo(RemedyInfo value)
value - allowed object is
RemedyInfopublic 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
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void setDescription(java.util.List<LocalizedText> value)