public class GetLocalizedTextResponse extends AbstractGetResponse
Java-Klasse für GetLocalizedTextResponse complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="GetLocalizedTextResponse">
<complexContent>
<extension base="{http://message-model-uri/15/04}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-Klasse für anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<GetLocalizedTextResponse.Text> |
text |
extension, sequenceNumber| Constructor and Description |
|---|
GetLocalizedTextResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GetLocalizedTextResponse.Text> |
getText()
Gets the value of the text property.
|
getExtension, getSequenceNumber, setExtension, setSequenceNumberprotected java.util.List<GetLocalizedTextResponse.Text> text
public java.util.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