public class Xini extends Object
Java 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>
| Modifier and Type | Field and Description |
|---|---|
protected FileInfo |
fileInfo |
protected FilterInfo |
filterInfo |
protected JobInfo |
jobInfo |
protected Main |
main |
protected String |
schemaVersion |
protected String |
sourceLanguage |
protected StatisticInfo |
statisticInfo |
protected TargetLanguages |
targetLanguages |
| Constructor and Description |
|---|
Xini() |
| Modifier and Type | Method and Description |
|---|---|
FileInfo |
getFileInfo()
Gets the value of the fileInfo property.
|
FilterInfo |
getFilterInfo()
Gets the value of the filterInfo property.
|
JobInfo |
getJobInfo()
Gets the value of the jobInfo property.
|
Main |
getMain()
Gets the value of the main property.
|
String |
getSchemaVersion()
Gets the value of the schemaVersion property.
|
String |
getSourceLanguage()
Gets the value of the sourceLanguage property.
|
StatisticInfo |
getStatisticInfo()
Gets the value of the statisticInfo property.
|
TargetLanguages |
getTargetLanguages()
Gets the value of the targetLanguages property.
|
void |
setFileInfo(FileInfo value)
Sets the value of the fileInfo property.
|
void |
setFilterInfo(FilterInfo value)
Sets the value of the filterInfo property.
|
void |
setJobInfo(JobInfo value)
Sets the value of the jobInfo property.
|
void |
setMain(Main value)
Sets the value of the main property.
|
void |
setSchemaVersion(String value)
Sets the value of the schemaVersion property.
|
void |
setSourceLanguage(String value)
Sets the value of the sourceLanguage property.
|
void |
setStatisticInfo(StatisticInfo value)
Sets the value of the statisticInfo property.
|
void |
setTargetLanguages(TargetLanguages value)
Sets the value of the targetLanguages property.
|
protected TargetLanguages targetLanguages
protected Main main
protected FilterInfo filterInfo
protected StatisticInfo statisticInfo
protected FileInfo fileInfo
protected JobInfo jobInfo
protected String schemaVersion
protected String sourceLanguage
public TargetLanguages getTargetLanguages()
TargetLanguagespublic void setTargetLanguages(TargetLanguages value)
value - allowed object is
TargetLanguagespublic void setMain(Main value)
value - allowed object is
Mainpublic FilterInfo getFilterInfo()
FilterInfopublic void setFilterInfo(FilterInfo value)
value - allowed object is
FilterInfopublic StatisticInfo getStatisticInfo()
StatisticInfopublic void setStatisticInfo(StatisticInfo value)
value - allowed object is
StatisticInfopublic FileInfo getFileInfo()
FileInfopublic void setFileInfo(FileInfo value)
value - allowed object is
FileInfopublic JobInfo getJobInfo()
JobInfopublic void setJobInfo(JobInfo value)
value - allowed object is
JobInfopublic String getSchemaVersion()
Stringpublic void setSchemaVersion(String value)
value - allowed object is
Stringpublic String getSourceLanguage()
StringCopyright © 2021. All rights reserved.