public class SupportedLanguage extends Object
Java class for SupportedLanguage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SupportedLanguage">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isSupported |
protected String |
language |
| Constructor and Description |
|---|
SupportedLanguage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguage()
Gets the value of the language property.
|
boolean |
isIsSupported()
Gets the value of the isSupported property.
|
void |
setIsSupported(boolean value)
Sets the value of the isSupported property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
protected String language
protected boolean isSupported
public String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic boolean isIsSupported()
public void setIsSupported(boolean value)
Copyright © 2020. All rights reserved.