public class Trans extends TextContent
Java class for Trans complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Trans">
<complexContent>
<extension base="{}TextContent">
<attribute name="SegID" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Language" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
language |
protected int |
segID |
content| Constructor and Description |
|---|
Trans() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguage()
Gets the value of the language property.
|
int |
getSegID()
Gets the value of the segID property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setSegID(int value)
Sets the value of the segID property.
|
getContentprotected int segID
protected String language
Copyright © 2022. All rights reserved.