public class SYNONYMType extends Object
Java class for SYNONYMType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SYNONYMType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="encoding" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="term" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
encoding |
protected String |
term |
| Constructor and Description |
|---|
SYNONYMType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncoding()
Gets the value of the encoding property.
|
String |
getTerm()
Gets the value of the term property.
|
void |
setEncoding(String value)
Sets the value of the encoding property.
|
void |
setTerm(String value)
Sets the value of the term property.
|
public String getEncoding()
Stringpublic void setEncoding(String value)
value - allowed object is
Stringpublic String getTerm()
StringCopyright © 2019. All rights reserved.