Class Project

java.lang.Object
gen.core.project.Project

public class Project extends 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>
 
  • Constructor Details

    • Project

      public Project()
  • Method Details

    • getSourceDir

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

      public void setSourceDir(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 String getTargetDir()
      Gets the value of the targetDir property.
      Returns:
      possible object is String
    • setTargetDir

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public Project.Repositories getRepositories()
      Gets the value of the repositories property.
      Returns:
      possible object is Project.Repositories
    • setRepositories

      public void setRepositories(Project.Repositories value)
      Sets the value of the repositories property.
      Parameters:
      value - allowed object is Project.Repositories
    • getVersion

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

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