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://p11073-10207/draft6/msg/2016/12/08}AbstractGetResponse">
<sequence>
<element name="Text" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="Lang" type="{http://www.w3.org/2001/XMLSchema}language" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetLocalizedTextResponse.Text
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<GetLocalizedTextResponse.Text> |
text |
extension, instanceId, sequenceId, sequenceNumber| Constructor and Description |
|---|
GetLocalizedTextResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<GetLocalizedTextResponse.Text> |
getText()
Gets the value of the text property.
|
int |
hashCode() |
void |
setText(List<GetLocalizedTextResponse.Text> value) |
String |
toString() |
getExtension, getInstanceId, getSequenceId, getSequenceNumber, setExtension, setInstanceId, setSequenceId, setSequenceNumberprotected List<GetLocalizedTextResponse.Text> text
public List<GetLocalizedTextResponse.Text> 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
GetLocalizedTextResponse.Text
public void setText(List<GetLocalizedTextResponse.Text> value)
public String toString()
toString in class AbstractGetResponsepublic boolean equals(Object that)
equals in class AbstractGetResponsepublic int hashCode()
hashCode in class AbstractGetResponseCopyright © 2017. All rights reserved.