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="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>
Modifier and Type | Class and Description |
---|---|
static class |
Project.Repositories
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
dictionaryDir |
protected java.lang.String |
externalCommand |
protected java.lang.String |
glossaryDir |
protected java.lang.String |
glossaryFile |
protected java.lang.Boolean |
removeTags |
protected Project.Repositories |
repositories |
protected java.lang.Boolean |
sentenceSeg |
protected java.lang.String |
sourceDir |
protected Masks |
sourceDirExcludes |
protected java.lang.String |
sourceLang |
protected java.lang.String |
sourceTok |
protected java.lang.Boolean |
supportDefaultTranslations |
protected java.lang.String |
targetDir |
protected java.lang.String |
targetLang |
protected java.lang.String |
targetTok |
protected java.lang.String |
tmDir |
protected java.lang.String |
version |
Constructor and Description |
---|
Project() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDictionaryDir()
Gets the value of the dictionaryDir 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 |
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.
|
protected java.lang.String sourceDir
protected Masks sourceDirExcludes
protected java.lang.String targetDir
protected java.lang.String tmDir
protected java.lang.String glossaryDir
protected java.lang.String glossaryFile
protected java.lang.String dictionaryDir
protected java.lang.String sourceLang
protected java.lang.String targetLang
protected java.lang.String sourceTok
protected java.lang.String targetTok
protected java.lang.Boolean sentenceSeg
protected java.lang.Boolean supportDefaultTranslations
protected java.lang.Boolean removeTags
protected java.lang.String externalCommand
protected Project.Repositories repositories
protected java.lang.String version
public java.lang.String getSourceDir()
String
public void setSourceDir(java.lang.String value)
value
- allowed object is
String
public Masks getSourceDirExcludes()
Masks
public void setSourceDirExcludes(Masks value)
value
- allowed object is
Masks
public java.lang.String getTargetDir()
String
public void setTargetDir(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTmDir()
String
public void setTmDir(java.lang.String value)
value
- allowed object is
String
public java.lang.String getGlossaryDir()
String
public void setGlossaryDir(java.lang.String value)
value
- allowed object is
String
public java.lang.String getGlossaryFile()
String
public void setGlossaryFile(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDictionaryDir()
String
public void setDictionaryDir(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSourceLang()
String
public void setSourceLang(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTargetLang()
String
public void setTargetLang(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSourceTok()
String
public void setSourceTok(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTargetTok()
String
public void setTargetTok(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isSentenceSeg()
Boolean
public void setSentenceSeg(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isSupportDefaultTranslations()
Boolean
public void setSupportDefaultTranslations(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isRemoveTags()
Boolean
public void setRemoveTags(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getExternalCommand()
String
public void setExternalCommand(java.lang.String value)
value
- allowed object is
String
public Project.Repositories getRepositories()
Project.Repositories
public void setRepositories(Project.Repositories value)
value
- allowed object is
Project.Repositories
public java.lang.String getVersion()
String
public void setVersion(java.lang.String value)
value
- allowed object is
String