public class GetSupportedLanguagesResponse 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="Lang" type="{http://www.w3.org/2001/XMLSchema}language" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
lang |
extension, instanceId, mdibVersion, sequenceId| Constructor and Description |
|---|
GetSupportedLanguagesResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<String> |
getLang()
Gets the value of the lang property.
|
int |
hashCode() |
void |
setLang(List<String> value) |
String |
toString() |
getExtension, getInstanceId, getMdibVersion, getSequenceId, setExtension, setInstanceId, setMdibVersion, setSequenceIdpublic List<String> getLang()
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 lang property.
For example, to add a new item, do as follows:
getLang().add(newItem);
Objects of the following type(s) are allowed in the list
String
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.