public class TERMType extends Object
Java class for TERMType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TERMType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SYNONYMS">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SYNONYM" type="{}SYNONYMType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="encoding" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="english_name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="native_name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TERMType.SYNONYMS
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
encoding |
protected String |
englishName |
protected String |
nativeName |
protected TERMType.SYNONYMS |
synonyms |
| Constructor and Description |
|---|
TERMType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
String |
getEncoding()
Gets the value of the encoding property.
|
String |
getEnglishName()
Gets the value of the englishName property.
|
String |
getNativeName()
Gets the value of the nativeName property.
|
TERMType.SYNONYMS |
getSYNONYMS()
Gets the value of the synonyms property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setEncoding(String value)
Sets the value of the encoding property.
|
void |
setEnglishName(String value)
Sets the value of the englishName property.
|
void |
setNativeName(String value)
Sets the value of the nativeName property.
|
void |
setSYNONYMS(TERMType.SYNONYMS value)
Sets the value of the synonyms property.
|
protected TERMType.SYNONYMS synonyms
protected String encoding
protected String englishName
protected String nativeName
protected String code
public TERMType.SYNONYMS getSYNONYMS()
TERMType.SYNONYMSpublic void setSYNONYMS(TERMType.SYNONYMS value)
value - allowed object is
TERMType.SYNONYMSpublic String getEncoding()
Stringpublic void setEncoding(String value)
value - allowed object is
Stringpublic String getEnglishName()
Stringpublic void setEnglishName(String value)
value - allowed object is
Stringpublic String getNativeName()
Stringpublic void setNativeName(String value)
value - allowed object is
Stringpublic String getCode()
StringCopyright © 2022. All rights reserved.