Package net.sf.okapi.filters.xini.jaxb
Class Xini
- java.lang.Object
-
- net.sf.okapi.filters.xini.jaxb.Xini
-
public class Xini extends Object
Root content typeJava class for Xini complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Xini"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TargetLanguages" type="{}TargetLanguages" minOccurs="0"/> <element name="Main" type="{}Main"/> <element name="FilterInfo" type="{}FilterInfo" minOccurs="0"/> <element name="StatisticInfo" type="{}StatisticInfo" minOccurs="0"/> <element name="FileInfo" type="{}FileInfo" minOccurs="0"/> <element name="JobInfo" type="{}JobInfo" minOccurs="0"/> </sequence> <attribute name="SchemaVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="1.0" /> <attribute name="SourceLanguage" type="{http://www.w3.org/2001/XMLSchema}token" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected FileInfofileInfoprotected FilterInfofilterInfoprotected JobInfojobInfoprotected Mainmainprotected StringschemaVersionprotected StringsourceLanguageprotected StatisticInfostatisticInfoprotected TargetLanguagestargetLanguages
-
Constructor Summary
Constructors Constructor Description Xini()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileInfogetFileInfo()Gets the value of the fileInfo property.FilterInfogetFilterInfo()Gets the value of the filterInfo property.JobInfogetJobInfo()Gets the value of the jobInfo property.MaingetMain()Gets the value of the main property.StringgetSchemaVersion()Gets the value of the schemaVersion property.StringgetSourceLanguage()Gets the value of the sourceLanguage property.StatisticInfogetStatisticInfo()Gets the value of the statisticInfo property.TargetLanguagesgetTargetLanguages()Gets the value of the targetLanguages property.voidsetFileInfo(FileInfo value)Sets the value of the fileInfo property.voidsetFilterInfo(FilterInfo value)Sets the value of the filterInfo property.voidsetJobInfo(JobInfo value)Sets the value of the jobInfo property.voidsetMain(Main value)Sets the value of the main property.voidsetSchemaVersion(String value)Sets the value of the schemaVersion property.voidsetSourceLanguage(String value)Sets the value of the sourceLanguage property.voidsetStatisticInfo(StatisticInfo value)Sets the value of the statisticInfo property.voidsetTargetLanguages(TargetLanguages value)Sets the value of the targetLanguages property.
-
-
-
Field Detail
-
targetLanguages
protected TargetLanguages targetLanguages
-
main
protected Main main
-
filterInfo
protected FilterInfo filterInfo
-
statisticInfo
protected StatisticInfo statisticInfo
-
fileInfo
protected FileInfo fileInfo
-
jobInfo
protected JobInfo jobInfo
-
schemaVersion
protected String schemaVersion
-
sourceLanguage
protected String sourceLanguage
-
-
Method Detail
-
getTargetLanguages
public TargetLanguages getTargetLanguages()
Gets the value of the targetLanguages property.- Returns:
- possible object is
TargetLanguages
-
setTargetLanguages
public void setTargetLanguages(TargetLanguages value)
Sets the value of the targetLanguages property.- Parameters:
value- allowed object isTargetLanguages
-
setMain
public void setMain(Main value)
Sets the value of the main property.- Parameters:
value- allowed object isMain
-
getFilterInfo
public FilterInfo getFilterInfo()
Gets the value of the filterInfo property.- Returns:
- possible object is
FilterInfo
-
setFilterInfo
public void setFilterInfo(FilterInfo value)
Sets the value of the filterInfo property.- Parameters:
value- allowed object isFilterInfo
-
getStatisticInfo
public StatisticInfo getStatisticInfo()
Gets the value of the statisticInfo property.- Returns:
- possible object is
StatisticInfo
-
setStatisticInfo
public void setStatisticInfo(StatisticInfo value)
Sets the value of the statisticInfo property.- Parameters:
value- allowed object isStatisticInfo
-
getFileInfo
public FileInfo getFileInfo()
Gets the value of the fileInfo property.- Returns:
- possible object is
FileInfo
-
setFileInfo
public void setFileInfo(FileInfo value)
Sets the value of the fileInfo property.- Parameters:
value- allowed object isFileInfo
-
getJobInfo
public JobInfo getJobInfo()
Gets the value of the jobInfo property.- Returns:
- possible object is
JobInfo
-
setJobInfo
public void setJobInfo(JobInfo value)
Sets the value of the jobInfo property.- Parameters:
value- allowed object isJobInfo
-
getSchemaVersion
public String getSchemaVersion()
Gets the value of the schemaVersion property.- Returns:
- possible object is
String
-
setSchemaVersion
public void setSchemaVersion(String value)
Sets the value of the schemaVersion property.- Parameters:
value- allowed object isString
-
getSourceLanguage
public String getSourceLanguage()
Gets the value of the sourceLanguage property.- Returns:
- possible object is
String
-
-