public class GetLocalizedTextResponse extends AbstractGetResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}AbstractGetResponse">
<sequence>
<element name="Text" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocalizedText" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<LocalizedText> |
text |
extension, instanceId, mdibVersion, sequenceId| Constructor and Description |
|---|
GetLocalizedTextResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<LocalizedText> |
getText()
Gets the value of the text property.
|
int |
hashCode() |
void |
setText(java.util.List<LocalizedText> value) |
java.lang.String |
toString() |
getExtension, getInstanceId, getMdibVersion, getSequenceId, setExtension, setInstanceId, setMdibVersion, setSequenceIdprotected java.util.List<LocalizedText> text
public java.util.List<LocalizedText> getText()
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 text property.
For example, to add a new item, do as follows:
getText().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedText
public java.lang.String toString()
toString in class AbstractGetResponsepublic boolean equals(java.lang.Object that)
equals in class AbstractGetResponsepublic int hashCode()
hashCode in class AbstractGetResponsepublic void setText(java.util.List<LocalizedText> value)