Class Project


  • public class Project
    extends java.lang.Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="source_dir" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="source_dir_excludes" type="{}masks" minOccurs="0"/>
             <element name="target_dir" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="tm_dir" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="glossary_dir" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="glossary_file" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="dictionary_dir" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="export_tm_dir" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="export_tm_levels" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="source_lang" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="target_lang" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="source_tok" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="target_tok" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="sentence_seg" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="support_default_translations" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="remove_tags" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="external_command" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="repositories" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="repository" type="{}RepositoryDefinition" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </all>
           <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Project.Repositories
      Java class for anonymous complex type.
    • Constructor Summary

      Constructors 
      Constructor Description
      Project()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDictionaryDir()
      Gets the value of the dictionaryDir property.
      java.lang.String getExportTmDir()
      Gets the value of the exportTmDir property.
      java.lang.String getExportTmLevels()
      Gets the value of the exportTmLevels property.
      java.lang.String getExternalCommand()
      Gets the value of the externalCommand property.
      java.lang.String getGlossaryDir()
      Gets the value of the glossaryDir property.
      java.lang.String getGlossaryFile()
      Gets the value of the glossaryFile property.
      Project.Repositories getRepositories()
      Gets the value of the repositories property.
      java.lang.String getSourceDir()
      Gets the value of the sourceDir property.
      Masks getSourceDirExcludes()
      Gets the value of the sourceDirExcludes property.
      java.lang.String getSourceLang()
      Gets the value of the sourceLang property.
      java.lang.String getSourceTok()
      Gets the value of the sourceTok property.
      java.lang.String getTargetDir()
      Gets the value of the targetDir property.
      java.lang.String getTargetLang()
      Gets the value of the targetLang property.
      java.lang.String getTargetTok()
      Gets the value of the targetTok property.
      java.lang.String getTmDir()
      Gets the value of the tmDir property.
      java.lang.String getVersion()
      Gets the value of the version property.
      java.lang.Boolean isRemoveTags()
      Gets the value of the removeTags property.
      java.lang.Boolean isSentenceSeg()
      Gets the value of the sentenceSeg property.
      java.lang.Boolean isSupportDefaultTranslations()
      Gets the value of the supportDefaultTranslations property.
      void setDictionaryDir​(java.lang.String value)
      Sets the value of the dictionaryDir property.
      void setExportTmDir​(java.lang.String value)
      Sets the value of the exportTmDir property.
      void setExportTmLevels​(java.lang.String value)
      Sets the value of the exportTmLevels property.
      void setExternalCommand​(java.lang.String value)
      Sets the value of the externalCommand property.
      void setGlossaryDir​(java.lang.String value)
      Sets the value of the glossaryDir property.
      void setGlossaryFile​(java.lang.String value)
      Sets the value of the glossaryFile property.
      void setRemoveTags​(java.lang.Boolean value)
      Sets the value of the removeTags property.
      void setRepositories​(Project.Repositories value)
      Sets the value of the repositories property.
      void setSentenceSeg​(java.lang.Boolean value)
      Sets the value of the sentenceSeg property.
      void setSourceDir​(java.lang.String value)
      Sets the value of the sourceDir property.
      void setSourceDirExcludes​(Masks value)
      Sets the value of the sourceDirExcludes property.
      void setSourceLang​(java.lang.String value)
      Sets the value of the sourceLang property.
      void setSourceTok​(java.lang.String value)
      Sets the value of the sourceTok property.
      void setSupportDefaultTranslations​(java.lang.Boolean value)
      Sets the value of the supportDefaultTranslations property.
      void setTargetDir​(java.lang.String value)
      Sets the value of the targetDir property.
      void setTargetLang​(java.lang.String value)
      Sets the value of the targetLang property.
      void setTargetTok​(java.lang.String value)
      Sets the value of the targetTok property.
      void setTmDir​(java.lang.String value)
      Sets the value of the tmDir property.
      void setVersion​(java.lang.String value)
      Sets the value of the version property.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Project

        public Project()
    • Method Detail

      • getSourceDir

        public java.lang.String getSourceDir()
        Gets the value of the sourceDir property.
        Returns:
        possible object is String
      • setSourceDir

        public void setSourceDir​(java.lang.String value)
        Sets the value of the sourceDir property.
        Parameters:
        value - allowed object is String
      • getSourceDirExcludes

        public Masks getSourceDirExcludes()
        Gets the value of the sourceDirExcludes property.
        Returns:
        possible object is Masks
      • setSourceDirExcludes

        public void setSourceDirExcludes​(Masks value)
        Sets the value of the sourceDirExcludes property.
        Parameters:
        value - allowed object is Masks
      • getTargetDir

        public java.lang.String getTargetDir()
        Gets the value of the targetDir property.
        Returns:
        possible object is String
      • setTargetDir

        public void setTargetDir​(java.lang.String value)
        Sets the value of the targetDir property.
        Parameters:
        value - allowed object is String
      • getTmDir

        public java.lang.String getTmDir()
        Gets the value of the tmDir property.
        Returns:
        possible object is String
      • setTmDir

        public void setTmDir​(java.lang.String value)
        Sets the value of the tmDir property.
        Parameters:
        value - allowed object is String
      • getGlossaryDir

        public java.lang.String getGlossaryDir()
        Gets the value of the glossaryDir property.
        Returns:
        possible object is String
      • setGlossaryDir

        public void setGlossaryDir​(java.lang.String value)
        Sets the value of the glossaryDir property.
        Parameters:
        value - allowed object is String
      • getGlossaryFile

        public java.lang.String getGlossaryFile()
        Gets the value of the glossaryFile property.
        Returns:
        possible object is String
      • setGlossaryFile

        public void setGlossaryFile​(java.lang.String value)
        Sets the value of the glossaryFile property.
        Parameters:
        value - allowed object is String
      • getDictionaryDir

        public java.lang.String getDictionaryDir()
        Gets the value of the dictionaryDir property.
        Returns:
        possible object is String
      • setDictionaryDir

        public void setDictionaryDir​(java.lang.String value)
        Sets the value of the dictionaryDir property.
        Parameters:
        value - allowed object is String
      • getExportTmDir

        public java.lang.String getExportTmDir()
        Gets the value of the exportTmDir property.
        Returns:
        possible object is String
      • setExportTmDir

        public void setExportTmDir​(java.lang.String value)
        Sets the value of the exportTmDir property.
        Parameters:
        value - allowed object is String
      • getExportTmLevels

        public java.lang.String getExportTmLevels()
        Gets the value of the exportTmLevels property.
        Returns:
        possible object is String
      • setExportTmLevels

        public void setExportTmLevels​(java.lang.String value)
        Sets the value of the exportTmLevels property.
        Parameters:
        value - allowed object is String
      • getSourceLang

        public java.lang.String getSourceLang()
        Gets the value of the sourceLang property.
        Returns:
        possible object is String
      • setSourceLang

        public void setSourceLang​(java.lang.String value)
        Sets the value of the sourceLang property.
        Parameters:
        value - allowed object is String
      • getTargetLang

        public java.lang.String getTargetLang()
        Gets the value of the targetLang property.
        Returns:
        possible object is String
      • setTargetLang

        public void setTargetLang​(java.lang.String value)
        Sets the value of the targetLang property.
        Parameters:
        value - allowed object is String
      • getSourceTok

        public java.lang.String getSourceTok()
        Gets the value of the sourceTok property.
        Returns:
        possible object is String
      • setSourceTok

        public void setSourceTok​(java.lang.String value)
        Sets the value of the sourceTok property.
        Parameters:
        value - allowed object is String
      • getTargetTok

        public java.lang.String getTargetTok()
        Gets the value of the targetTok property.
        Returns:
        possible object is String
      • setTargetTok

        public void setTargetTok​(java.lang.String value)
        Sets the value of the targetTok property.
        Parameters:
        value - allowed object is String
      • isSentenceSeg

        public java.lang.Boolean isSentenceSeg()
        Gets the value of the sentenceSeg property.
        Returns:
        possible object is Boolean
      • setSentenceSeg

        public void setSentenceSeg​(java.lang.Boolean value)
        Sets the value of the sentenceSeg property.
        Parameters:
        value - allowed object is Boolean
      • isSupportDefaultTranslations

        public java.lang.Boolean isSupportDefaultTranslations()
        Gets the value of the supportDefaultTranslations property.
        Returns:
        possible object is Boolean
      • setSupportDefaultTranslations

        public void setSupportDefaultTranslations​(java.lang.Boolean value)
        Sets the value of the supportDefaultTranslations property.
        Parameters:
        value - allowed object is Boolean
      • isRemoveTags

        public java.lang.Boolean isRemoveTags()
        Gets the value of the removeTags property.
        Returns:
        possible object is Boolean
      • setRemoveTags

        public void setRemoveTags​(java.lang.Boolean value)
        Sets the value of the removeTags property.
        Parameters:
        value - allowed object is Boolean
      • getExternalCommand

        public java.lang.String getExternalCommand()
        Gets the value of the externalCommand property.
        Returns:
        possible object is String
      • setExternalCommand

        public void setExternalCommand​(java.lang.String value)
        Sets the value of the externalCommand property.
        Parameters:
        value - allowed object is String
      • getVersion

        public java.lang.String getVersion()
        Gets the value of the version property.
        Returns:
        possible object is String
      • setVersion

        public void setVersion​(java.lang.String value)
        Sets the value of the version property.
        Parameters:
        value - allowed object is String