Class Xini


  • public class Xini
    extends Object
    Root content type

    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>
     
    • Constructor Detail

      • Xini

        public Xini()
    • 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 is TargetLanguages
      • getMain

        public Main getMain()
        Gets the value of the main property.
        Returns:
        possible object is Main
      • setMain

        public void setMain​(Main value)
        Sets the value of the main property.
        Parameters:
        value - allowed object is Main
      • 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 is FilterInfo
      • 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 is StatisticInfo
      • 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 is FileInfo
      • 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 is JobInfo
      • 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 is String
      • getSourceLanguage

        public String getSourceLanguage()
        Gets the value of the sourceLanguage property.
        Returns:
        possible object is String
      • setSourceLanguage

        public void setSourceLanguage​(String value)
        Sets the value of the sourceLanguage property.
        Parameters:
        value - allowed object is String