Package net.sf.okapi.filters.xini.jaxb
Class Trans
- java.lang.Object
-
- net.sf.okapi.filters.xini.jaxb.TextContent
-
- net.sf.okapi.filters.xini.jaxb.Trans
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringlanguageprotected intsegID-
Fields inherited from class net.sf.okapi.filters.xini.jaxb.TextContent
content
-
-
Constructor Summary
Constructors Constructor Description Trans()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLanguage()Gets the value of the language property.intgetSegID()Gets the value of the segID property.voidsetLanguage(String value)Sets the value of the language property.voidsetSegID(int value)Sets the value of the segID property.-
Methods inherited from class net.sf.okapi.filters.xini.jaxb.TextContent
getContent
-
-
-
-
Field Detail
-
segID
protected int segID
-
language
protected String language
-
-