Package gen.core.project
Class Project
java.lang.Object
gen.core.project.Project
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 ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dictionaryDir property.Gets the value of the exportTmDir property.Gets the value of the exportTmLevels property.Gets the value of the externalCommand property.Gets the value of the glossaryDir property.Gets the value of the glossaryFile property.Gets the value of the repositories property.Gets the value of the sourceDir property.Gets the value of the sourceDirExcludes property.Gets the value of the sourceLang property.Gets the value of the sourceTok property.Gets the value of the targetDir property.Gets the value of the targetLang property.Gets the value of the targetTok property.getTmDir()Gets the value of the tmDir property.Gets the value of the version property.Gets the value of the removeTags property.Gets the value of the sentenceSeg property.Gets the value of the supportDefaultTranslations property.voidsetDictionaryDir(String value) Sets the value of the dictionaryDir property.voidsetExportTmDir(String value) Sets the value of the exportTmDir property.voidsetExportTmLevels(String value) Sets the value of the exportTmLevels property.voidsetExternalCommand(String value) Sets the value of the externalCommand property.voidsetGlossaryDir(String value) Sets the value of the glossaryDir property.voidsetGlossaryFile(String value) Sets the value of the glossaryFile property.voidsetRemoveTags(Boolean value) Sets the value of the removeTags property.voidSets the value of the repositories property.voidsetSentenceSeg(Boolean value) Sets the value of the sentenceSeg property.voidsetSourceDir(String value) Sets the value of the sourceDir property.voidsetSourceDirExcludes(Masks value) Sets the value of the sourceDirExcludes property.voidsetSourceLang(String value) Sets the value of the sourceLang property.voidsetSourceTok(String value) Sets the value of the sourceTok property.voidSets the value of the supportDefaultTranslations property.voidsetTargetDir(String value) Sets the value of the targetDir property.voidsetTargetLang(String value) Sets the value of the targetLang property.voidsetTargetTok(String value) Sets the value of the targetTok property.voidSets the value of the tmDir property.voidsetVersion(String value) Sets the value of the version property.
-
Constructor Details
-
Project
public Project()
-
-
Method Details
-
getSourceDir
Gets the value of the sourceDir property.- Returns:
- possible object is
String
-
setSourceDir
Sets the value of the sourceDir property.- Parameters:
value- allowed object isString
-
getSourceDirExcludes
Gets the value of the sourceDirExcludes property.- Returns:
- possible object is
Masks
-
setSourceDirExcludes
Sets the value of the sourceDirExcludes property.- Parameters:
value- allowed object isMasks
-
getTargetDir
Gets the value of the targetDir property.- Returns:
- possible object is
String
-
setTargetDir
Sets the value of the targetDir property.- Parameters:
value- allowed object isString
-
getTmDir
Gets the value of the tmDir property.- Returns:
- possible object is
String
-
setTmDir
Sets the value of the tmDir property.- Parameters:
value- allowed object isString
-
getGlossaryDir
Gets the value of the glossaryDir property.- Returns:
- possible object is
String
-
setGlossaryDir
Sets the value of the glossaryDir property.- Parameters:
value- allowed object isString
-
getGlossaryFile
Gets the value of the glossaryFile property.- Returns:
- possible object is
String
-
setGlossaryFile
Sets the value of the glossaryFile property.- Parameters:
value- allowed object isString
-
getDictionaryDir
Gets the value of the dictionaryDir property.- Returns:
- possible object is
String
-
setDictionaryDir
Sets the value of the dictionaryDir property.- Parameters:
value- allowed object isString
-
getExportTmDir
Gets the value of the exportTmDir property.- Returns:
- possible object is
String
-
setExportTmDir
Sets the value of the exportTmDir property.- Parameters:
value- allowed object isString
-
getExportTmLevels
Gets the value of the exportTmLevels property.- Returns:
- possible object is
String
-
setExportTmLevels
Sets the value of the exportTmLevels property.- Parameters:
value- allowed object isString
-
getSourceLang
Gets the value of the sourceLang property.- Returns:
- possible object is
String
-
setSourceLang
Sets the value of the sourceLang property.- Parameters:
value- allowed object isString
-
getTargetLang
Gets the value of the targetLang property.- Returns:
- possible object is
String
-
setTargetLang
Sets the value of the targetLang property.- Parameters:
value- allowed object isString
-
getSourceTok
Gets the value of the sourceTok property.- Returns:
- possible object is
String
-
setSourceTok
Sets the value of the sourceTok property.- Parameters:
value- allowed object isString
-
getTargetTok
Gets the value of the targetTok property.- Returns:
- possible object is
String
-
setTargetTok
Sets the value of the targetTok property.- Parameters:
value- allowed object isString
-
isSentenceSeg
Gets the value of the sentenceSeg property.- Returns:
- possible object is
Boolean
-
setSentenceSeg
Sets the value of the sentenceSeg property.- Parameters:
value- allowed object isBoolean
-
isSupportDefaultTranslations
Gets the value of the supportDefaultTranslations property.- Returns:
- possible object is
Boolean
-
setSupportDefaultTranslations
Sets the value of the supportDefaultTranslations property.- Parameters:
value- allowed object isBoolean
-
isRemoveTags
Gets the value of the removeTags property.- Returns:
- possible object is
Boolean
-
setRemoveTags
Sets the value of the removeTags property.- Parameters:
value- allowed object isBoolean
-
getExternalCommand
Gets the value of the externalCommand property.- Returns:
- possible object is
String
-
setExternalCommand
Sets the value of the externalCommand property.- Parameters:
value- allowed object isString
-
getRepositories
Gets the value of the repositories property.- Returns:
- possible object is
Project.Repositories
-
setRepositories
Sets the value of the repositories property.- Parameters:
value- allowed object isProject.Repositories
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-