public class TaasLanguage
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="count" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
count |
protected java.lang.String |
id |
Constructor and Description |
---|
TaasLanguage() |
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Gets the value of the count property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
void |
setCount(int value)
Sets the value of the count property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public int getCount()
public void setCount(int value)