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 List<LocalizedText> |
text |
extension, instanceId, mdibVersion, sequenceId| Constructor and Description |
|---|
GetLocalizedTextResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<LocalizedText> |
getText()
Gets the value of the text property.
|
int |
hashCode() |
void |
setText(List<LocalizedText> value) |
String |
toString() |
getExtension, getInstanceId, getMdibVersion, getSequenceId, setExtension, setInstanceId, setMdibVersion, setSequenceIdprotected List<LocalizedText> text
public 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 void setText(List<LocalizedText> value)
public String toString()
toString in class AbstractGetResponsepublic boolean equals(Object that)
equals in class AbstractGetResponsepublic int hashCode()
hashCode in class AbstractGetResponseCopyright © 2018. All rights reserved.