Package gen.core.project
Class Project
- java.lang.Object
-
- gen.core.project.Project
-
public class Project extends java.lang.ObjectJava 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 classProject.RepositoriesJava 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.StringgetDictionaryDir()Gets the value of the dictionaryDir property.java.lang.StringgetExportTmDir()Gets the value of the exportTmDir property.java.lang.StringgetExportTmLevels()Gets the value of the exportTmLevels property.java.lang.StringgetExternalCommand()Gets the value of the externalCommand property.java.lang.StringgetGlossaryDir()Gets the value of the glossaryDir property.java.lang.StringgetGlossaryFile()Gets the value of the glossaryFile property.Project.RepositoriesgetRepositories()Gets the value of the repositories property.java.lang.StringgetSourceDir()Gets the value of the sourceDir property.MasksgetSourceDirExcludes()Gets the value of the sourceDirExcludes property.java.lang.StringgetSourceLang()Gets the value of the sourceLang property.java.lang.StringgetSourceTok()Gets the value of the sourceTok property.java.lang.StringgetTargetDir()Gets the value of the targetDir property.java.lang.StringgetTargetLang()Gets the value of the targetLang property.java.lang.StringgetTargetTok()Gets the value of the targetTok property.java.lang.StringgetTmDir()Gets the value of the tmDir property.java.lang.StringgetVersion()Gets the value of the version property.java.lang.BooleanisRemoveTags()Gets the value of the removeTags property.java.lang.BooleanisSentenceSeg()Gets the value of the sentenceSeg property.java.lang.BooleanisSupportDefaultTranslations()Gets the value of the supportDefaultTranslations property.voidsetDictionaryDir(java.lang.String value)Sets the value of the dictionaryDir property.voidsetExportTmDir(java.lang.String value)Sets the value of the exportTmDir property.voidsetExportTmLevels(java.lang.String value)Sets the value of the exportTmLevels property.voidsetExternalCommand(java.lang.String value)Sets the value of the externalCommand property.voidsetGlossaryDir(java.lang.String value)Sets the value of the glossaryDir property.voidsetGlossaryFile(java.lang.String value)Sets the value of the glossaryFile property.voidsetRemoveTags(java.lang.Boolean value)Sets the value of the removeTags property.voidsetRepositories(Project.Repositories value)Sets the value of the repositories property.voidsetSentenceSeg(java.lang.Boolean value)Sets the value of the sentenceSeg property.voidsetSourceDir(java.lang.String value)Sets the value of the sourceDir property.voidsetSourceDirExcludes(Masks value)Sets the value of the sourceDirExcludes property.voidsetSourceLang(java.lang.String value)Sets the value of the sourceLang property.voidsetSourceTok(java.lang.String value)Sets the value of the sourceTok property.voidsetSupportDefaultTranslations(java.lang.Boolean value)Sets the value of the supportDefaultTranslations property.voidsetTargetDir(java.lang.String value)Sets the value of the targetDir property.voidsetTargetLang(java.lang.String value)Sets the value of the targetLang property.voidsetTargetTok(java.lang.String value)Sets the value of the targetTok property.voidsetTmDir(java.lang.String value)Sets the value of the tmDir property.voidsetVersion(java.lang.String value)Sets the value of the version property.
-
-
-
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 isString
-
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 isMasks
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isString
-
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 isProject.Repositories
-
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 isString
-
-