From 6cb7e1a3ffb6012002f7f6afb2ae6e3274ca219b Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Tue, 27 Aug 2024 14:22:15 +0900 Subject: [PATCH 1/3] feat: bump jaxb to 4 and dynamic generate code - Drop jaxb generated files from repository - Update task dependency to use generated code - Tweak JAXB generation code difference; filters.getFilters() -> getFilter() - Tweak JAXB api package from javax.xml.* to jakarta.xml.* - Bump maligna@4.0.0 which based on JAXB 4 - Update javax.xml.bind:jaxb.xml.bind-api:2.0.5 to jakarta.xml.bind:jakarta.xml.bind-api:4.0.2 - Update org.glassfish.jaxb:jaxb-xjc:2.3.1 to org.glassfish.jaxb:jaxb-xjc:4.0.5 - Update org.glassfish.jaxb:jaxb-runtime:2.3.0 to org.glassfish.jaxb:jaxb-runtime:4.0.5 - Update com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.16.1 to com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:2.16.1 Signed-off-by: Hiroshi Miura --- aligner/build.gradle | 11 +- build.gradle | 71 +- gradle/libs.versions.toml | 19 +- src/gen/core/filters/Files.java | 141 ---- src/gen/core/filters/Filter.java | 237 ------- src/gen/core/filters/Filters.java | 196 ------ src/gen/core/filters/ObjectFactory.java | 64 -- src/gen/core/project/Masks.java | 67 -- src/gen/core/project/ObjectFactory.java | 80 --- src/gen/core/project/Omegat.java | 64 -- src/gen/core/project/Project.java | 621 ------------------ .../core/project/RepositoryDefinition.java | 174 ----- src/gen/core/project/RepositoryMapping.java | 157 ----- src/gen/core/segmentation/Afterbreak.java | 61 -- src/gen/core/segmentation/Beforebreak.java | 61 -- src/gen/core/segmentation/Body.java | 92 --- src/gen/core/segmentation/Formathandle.java | 102 --- src/gen/core/segmentation/Header.java | 138 ---- src/gen/core/segmentation/Languagemap.java | 87 --- src/gen/core/segmentation/Languagerule.java | 99 --- src/gen/core/segmentation/Languagerules.java | 71 -- src/gen/core/segmentation/Maprules.java | 71 -- src/gen/core/segmentation/ObjectFactory.java | 120 ---- src/gen/core/segmentation/Rule.java | 124 ---- src/gen/core/segmentation/Srx.java | 126 ---- src/gen/core/segmentation/package-info.java | 2 - src/gen/core/tbx/Admin.java | 237 ------- src/gen/core/tbx/AdminGrp.java | 148 ----- src/gen/core/tbx/AdminNote.java | 209 ------ src/gen/core/tbx/Back.java | 106 --- src/gen/core/tbx/Body.java | 106 --- src/gen/core/tbx/Bpt.java | 119 ---- src/gen/core/tbx/Change.java | 133 ---- src/gen/core/tbx/Date.java | 96 --- src/gen/core/tbx/Descrip.java | 237 ------- src/gen/core/tbx/DescripGrp.java | 157 ----- src/gen/core/tbx/DescripNote.java | 209 ------ src/gen/core/tbx/EncodingDesc.java | 106 --- src/gen/core/tbx/Ept.java | 91 --- src/gen/core/tbx/FileDesc.java | 160 ----- src/gen/core/tbx/Foreign.java | 151 ----- src/gen/core/tbx/Hi.java | 148 ----- src/gen/core/tbx/Item.java | 152 ----- src/gen/core/tbx/ItemGrp.java | 154 ----- src/gen/core/tbx/ItemSet.java | 142 ---- src/gen/core/tbx/LangSet.java | 201 ------ src/gen/core/tbx/Martif.java | 149 ----- src/gen/core/tbx/MartifHeader.java | 153 ----- src/gen/core/tbx/Note.java | 151 ----- src/gen/core/tbx/Ntig.java | 160 ----- src/gen/core/tbx/ObjectFactory.java | 416 ------------ src/gen/core/tbx/P.java | 187 ------ src/gen/core/tbx/Ph.java | 91 --- src/gen/core/tbx/PublicationStmt.java | 106 --- src/gen/core/tbx/Ref.java | 209 ------ src/gen/core/tbx/RefObject.java | 117 ---- src/gen/core/tbx/RefObjectList.java | 134 ---- src/gen/core/tbx/RevisionDesc.java | 133 ---- src/gen/core/tbx/SourceDesc.java | 133 ---- src/gen/core/tbx/Term.java | 109 --- src/gen/core/tbx/TermComp.java | 123 ---- src/gen/core/tbx/TermCompGrp.java | 194 ------ src/gen/core/tbx/TermCompList.java | 202 ------ src/gen/core/tbx/TermEntry.java | 168 ----- src/gen/core/tbx/TermGrp.java | 176 ----- src/gen/core/tbx/TermNote.java | 237 ------- src/gen/core/tbx/TermNoteGrp.java | 154 ----- src/gen/core/tbx/Text.java | 126 ---- src/gen/core/tbx/Tig.java | 194 ------ src/gen/core/tbx/Title.java | 123 ---- src/gen/core/tbx/TitleStmt.java | 160 ----- src/gen/core/tbx/Transac.java | 209 ------ src/gen/core/tbx/TransacGrp.java | 151 ----- src/gen/core/tbx/TransacNote.java | 209 ------ src/gen/core/tbx/Xref.java | 152 ----- src/gen/core/tmx14/Body.java | 69 -- src/gen/core/tmx14/Bpt.java | 160 ----- src/gen/core/tmx14/Ept.java | 104 --- src/gen/core/tmx14/Header.java | 429 ------------ src/gen/core/tmx14/Hi.java | 150 ----- src/gen/core/tmx14/It.java | 169 ----- src/gen/core/tmx14/Map.java | 146 ---- src/gen/core/tmx14/Note.java | 146 ---- src/gen/core/tmx14/ObjectFactory.java | 168 ----- src/gen/core/tmx14/Ph.java | 160 ----- src/gen/core/tmx14/Prop.java | 174 ----- src/gen/core/tmx14/Seg.java | 92 --- src/gen/core/tmx14/Sub.java | 150 ----- src/gen/core/tmx14/Tmx.java | 126 ---- src/gen/core/tmx14/Tu.java | 517 --------------- src/gen/core/tmx14/Tuv.java | 472 ------------- src/gen/core/tmx14/Ude.java | 129 ---- src/gen/core/tmx14/Ut.java | 104 --- .../omegat/convert/v20to21/Convert20to21.java | 10 +- src/org/omegat/core/segmentation/SRX.java | 4 +- .../omegat/core/statistics/StatsResult.java | 4 +- .../omegat/filters2/master/FilterMaster.java | 16 +- .../filters2/master/FiltersTableModel.java | 2 +- .../omegat/filters2/master/FiltersUtil.java | 2 +- .../filters2/FiltersCustomizerController.java | 2 +- .../gui/glossary/GlossaryReaderTBX.java | 6 +- src/org/omegat/util/ProjectFileStorage.java | 4 +- test/src/org/omegat/filters/FiltersTest.java | 2 +- .../filters2/master/FilterMasterTest.java | 17 +- 104 files changed, 97 insertions(+), 14381 deletions(-) delete mode 100644 src/gen/core/filters/Files.java delete mode 100644 src/gen/core/filters/Filter.java delete mode 100644 src/gen/core/filters/Filters.java delete mode 100644 src/gen/core/filters/ObjectFactory.java delete mode 100644 src/gen/core/project/Masks.java delete mode 100644 src/gen/core/project/ObjectFactory.java delete mode 100644 src/gen/core/project/Omegat.java delete mode 100644 src/gen/core/project/Project.java delete mode 100644 src/gen/core/project/RepositoryDefinition.java delete mode 100644 src/gen/core/project/RepositoryMapping.java delete mode 100644 src/gen/core/segmentation/Afterbreak.java delete mode 100644 src/gen/core/segmentation/Beforebreak.java delete mode 100644 src/gen/core/segmentation/Body.java delete mode 100644 src/gen/core/segmentation/Formathandle.java delete mode 100644 src/gen/core/segmentation/Header.java delete mode 100644 src/gen/core/segmentation/Languagemap.java delete mode 100644 src/gen/core/segmentation/Languagerule.java delete mode 100644 src/gen/core/segmentation/Languagerules.java delete mode 100644 src/gen/core/segmentation/Maprules.java delete mode 100644 src/gen/core/segmentation/ObjectFactory.java delete mode 100644 src/gen/core/segmentation/Rule.java delete mode 100644 src/gen/core/segmentation/Srx.java delete mode 100644 src/gen/core/segmentation/package-info.java delete mode 100644 src/gen/core/tbx/Admin.java delete mode 100644 src/gen/core/tbx/AdminGrp.java delete mode 100644 src/gen/core/tbx/AdminNote.java delete mode 100644 src/gen/core/tbx/Back.java delete mode 100644 src/gen/core/tbx/Body.java delete mode 100644 src/gen/core/tbx/Bpt.java delete mode 100644 src/gen/core/tbx/Change.java delete mode 100644 src/gen/core/tbx/Date.java delete mode 100644 src/gen/core/tbx/Descrip.java delete mode 100644 src/gen/core/tbx/DescripGrp.java delete mode 100644 src/gen/core/tbx/DescripNote.java delete mode 100644 src/gen/core/tbx/EncodingDesc.java delete mode 100644 src/gen/core/tbx/Ept.java delete mode 100644 src/gen/core/tbx/FileDesc.java delete mode 100644 src/gen/core/tbx/Foreign.java delete mode 100644 src/gen/core/tbx/Hi.java delete mode 100644 src/gen/core/tbx/Item.java delete mode 100644 src/gen/core/tbx/ItemGrp.java delete mode 100644 src/gen/core/tbx/ItemSet.java delete mode 100644 src/gen/core/tbx/LangSet.java delete mode 100644 src/gen/core/tbx/Martif.java delete mode 100644 src/gen/core/tbx/MartifHeader.java delete mode 100644 src/gen/core/tbx/Note.java delete mode 100644 src/gen/core/tbx/Ntig.java delete mode 100644 src/gen/core/tbx/ObjectFactory.java delete mode 100644 src/gen/core/tbx/P.java delete mode 100644 src/gen/core/tbx/Ph.java delete mode 100644 src/gen/core/tbx/PublicationStmt.java delete mode 100644 src/gen/core/tbx/Ref.java delete mode 100644 src/gen/core/tbx/RefObject.java delete mode 100644 src/gen/core/tbx/RefObjectList.java delete mode 100644 src/gen/core/tbx/RevisionDesc.java delete mode 100644 src/gen/core/tbx/SourceDesc.java delete mode 100644 src/gen/core/tbx/Term.java delete mode 100644 src/gen/core/tbx/TermComp.java delete mode 100644 src/gen/core/tbx/TermCompGrp.java delete mode 100644 src/gen/core/tbx/TermCompList.java delete mode 100644 src/gen/core/tbx/TermEntry.java delete mode 100644 src/gen/core/tbx/TermGrp.java delete mode 100644 src/gen/core/tbx/TermNote.java delete mode 100644 src/gen/core/tbx/TermNoteGrp.java delete mode 100644 src/gen/core/tbx/Text.java delete mode 100644 src/gen/core/tbx/Tig.java delete mode 100644 src/gen/core/tbx/Title.java delete mode 100644 src/gen/core/tbx/TitleStmt.java delete mode 100644 src/gen/core/tbx/Transac.java delete mode 100644 src/gen/core/tbx/TransacGrp.java delete mode 100644 src/gen/core/tbx/TransacNote.java delete mode 100644 src/gen/core/tbx/Xref.java delete mode 100644 src/gen/core/tmx14/Body.java delete mode 100644 src/gen/core/tmx14/Bpt.java delete mode 100644 src/gen/core/tmx14/Ept.java delete mode 100644 src/gen/core/tmx14/Header.java delete mode 100644 src/gen/core/tmx14/Hi.java delete mode 100644 src/gen/core/tmx14/It.java delete mode 100644 src/gen/core/tmx14/Map.java delete mode 100644 src/gen/core/tmx14/Note.java delete mode 100644 src/gen/core/tmx14/ObjectFactory.java delete mode 100644 src/gen/core/tmx14/Ph.java delete mode 100644 src/gen/core/tmx14/Prop.java delete mode 100644 src/gen/core/tmx14/Seg.java delete mode 100644 src/gen/core/tmx14/Sub.java delete mode 100644 src/gen/core/tmx14/Tmx.java delete mode 100644 src/gen/core/tmx14/Tu.java delete mode 100644 src/gen/core/tmx14/Tuv.java delete mode 100644 src/gen/core/tmx14/Ude.java delete mode 100644 src/gen/core/tmx14/Ut.java diff --git a/aligner/build.gradle b/aligner/build.gradle index 4b41df8883..fc42f22ad7 100644 --- a/aligner/build.gradle +++ b/aligner/build.gradle @@ -7,15 +7,12 @@ dependencies { if (providedModuleLibsDir.directory) { compileOnly fileTree(dir: providedCoreLibsDir, includes: ['**/commons-*.jar', '**/lib-mnemonics*.jar', '**/slf4j*.jar', '**/supertmxmerge-*.jar', '**/jaxb-api*.jar']) - compileOnly fileTree(dir: providedModuleLibsDir, includes: ['**/maligna-*.jar']) + implementation fileTree(dir: providedModuleLibsDir, includes: ['**/maligna-*.jar']) } else { // Aligner - implementation(libs.loomchild.maligna) { - exclude module: 'jaxb-api' - exclude module: 'jaxb-core' - exclude module: 'jaxb-runtime' - } - compileOnly(libs.jaxb.api) + implementation(libs.tokyo.northside.maligna) + compileOnly(libs.jaxb4.api) + compileOnly(libs.jaxb4.runtime) compileOnly(libs.madlonkay.supertmxmerge) compileOnly(libs.omegat.mnemonics) compileOnly(libs.commons.io) diff --git a/build.gradle b/build.gradle index bc07f29200..70417cd7c5 100644 --- a/build.gradle +++ b/build.gradle @@ -55,6 +55,7 @@ ext { def omtFlavor = omtVersion.beta.empty ? 'standard' : 'latest' def omtWebsite = 'https://omegat.org' def envIsCi = project.hasProperty('envIsCi') as Boolean +def xjcOutputDir = 'generated/xjc/main/' version = omtVersion.version + getUpdateSuffix(omtVersion.update) @@ -180,7 +181,8 @@ allprojects { sourceSets { main { java { - srcDir 'src' + srcDir layout.buildDirectory.dir(xjcOutputDir) + srcDir'src' } resources { srcDir 'src' @@ -243,9 +245,9 @@ dependencies { runtimeOnly(libs.slf4j.jdk14) // jaxb gen compilation - implementation(libs.jaxb.api) - runtimeOnly(libs.jaxb.core) - runtimeOnly(libs.jaxb.runtime) + implementation(libs.jaxb4.api) + runtimeOnly(libs.jaxb4.core) + runtimeOnly(libs.jaxb4.runtime) // macOS integration implementation(libs.madlonkay.desktopsupport) @@ -359,7 +361,9 @@ dependencies { testRuntimeOnly(libs.slf4j.jdk14) // JAXB codegen only - jaxb(libs.jaxb.xjc) + jaxb(libs.jaxb4.xjc) + jaxb(libs.jaxb4.api) + jaxb(libs.jaxb4.runtime) // genMac only genMac(libs.omegat.appbundler) @@ -1439,31 +1443,33 @@ tasks.register('checksums') { } } -tasks.register('genJAXB') { - description = 'Generate classes for loading and manipulating XML formats' +tasks.register('createXjcOutputDir') { + mkdir(layout.buildDirectory.dir(xjcOutputDir)) } ext.makeJaxbTask = { args -> def taskName = "gen${args.name.capitalize()}" tasks.register(taskName, JavaExec) { + dependsOn createXjcOutputDir classpath = configurations.jaxb mainClass = 'com.sun.tools.xjc.XJCFacade' delegate.args args.args - outputs.dir args.outdir + outputs.dir layout.buildDirectory.dir(xjcOutputDir + args.outdir) + jvmArguments = ["-Duser.language=en"] } - genJAXB.dependsOn taskName + compileJava.dependsOn taskName } -makeJaxbTask(name: 'segmentation', outdir: 'src/gen/core/segmentation', - args: ['-no-header', '-d', 'src', '-p', 'gen.core.segmentation', 'src/schemas/srx20.xsd']) -makeJaxbTask(name: 'filters', outdir: 'src/gen/core/filters', - args: ['-no-header', '-d', 'src', '-p', 'gen.core.filters', 'src/schemas/filters.xsd']) -makeJaxbTask(name: 'tbx', outdir: 'src/gen/core/tbx', - args: ['-no-header', '-d', 'src', '-p', 'gen.core.tbx', 'src/schemas/tbx.xsd']) -makeJaxbTask(name: 'project', outdir: 'src/gen/core/project', - args: ['-no-header', '-d', 'src', '-p', 'gen.core.project', 'src/schemas/project_properties.xsd']) -makeJaxbTask(name: 'tmx14', outdir: 'src/gen/core/tmx14', - args: ['-no-header', '-d', 'src', '-p', 'gen.core.tmx14', '-b', 'src/schemas/tmx14.xjb', 'src/schemas/tmx14.xsd']) +makeJaxbTask(name: 'segmentation', outdir: 'gen/core/segmentation', + args: ['-no-header', '-d', "$buildDir/" + xjcOutputDir, '-p', 'gen.core.segmentation', 'src/schemas/srx20.xsd']) +makeJaxbTask(name: 'filters', outdir: 'gen/core/filters', + args: ['-no-header', '-d', "$buildDir/" + xjcOutputDir, '-p', 'gen.core.filters', 'src/schemas/filters.xsd']) +makeJaxbTask(name: 'tbx', outdir: 'gen/core/tbx', + args: ['-no-header', '-d', "$buildDir/" + xjcOutputDir, '-p', 'gen.core.tbx', 'src/schemas/tbx.xsd']) +makeJaxbTask(name: 'project', outdir: 'gen/core/project', + args: ['-no-header', '-d', "$buildDir/" + xjcOutputDir, '-p', 'gen.core.project', 'src/schemas/project_properties.xsd']) +makeJaxbTask(name: 'tmx14', outdir: 'gen/core/tmx14', + args: ['-no-header', '-d', "$buildDir/" + xjcOutputDir, '-p', 'gen.core.tmx14', '-b', 'src/schemas/tmx14.xjb', 'src/schemas/tmx14.xsd']) tasks.register('changedOnBranch') { description = 'List files that have been modified on this git branch.' @@ -1544,6 +1550,9 @@ tasks.register('debug', JavaExec) { classpath = sourceSets.main.runtimeClasspath jvmArgs(["--illegal-access=warn"]) debug true + // Ask modules to be up-to-date before run task executed + dependsOn subprojects.tasks.jar + dependsOn firstSteps } tasks.register('runOnJava17', JavaExec) { @@ -1556,6 +1565,9 @@ tasks.register('runOnJava17', JavaExec) { classpath = sourceSets.main.runtimeClasspath jvmArgs(["--add-opens", "java.desktop/sun.awt.X11=ALL-UNNAMED"]) group = 'application' + // Ask modules to be up-to-date before run task executed + dependsOn subprojects.tasks.jar + dependsOn firstSteps } tasks.register('runOnJava21', JavaExec) { @@ -1568,6 +1580,9 @@ tasks.register('runOnJava21', JavaExec) { classpath = sourceSets.main.runtimeClasspath jvmArgs(["--add-opens", "java.desktop/sun.awt.X11=ALL-UNNAMED"]) group = 'application' + // Ask modules to be up-to-date before run task executed + dependsOn subprojects.tasks.jar + dependsOn firstSteps } // E.g. when doing `build`, run checks before making distfiles @@ -1578,6 +1593,9 @@ test { if (project.hasProperty('headless')) { systemProperty 'java.awt.headless', 'true' } + // Ask modules to be up-to-date before run task executed + dependsOn subprojects.tasks.jar + dependsOn firstSteps } tasks.register('testIntegration', JavaExec) { @@ -1590,6 +1608,9 @@ tasks.register('testIntegration', JavaExec) { mainClass = 'org.omegat.core.data.TestTeamIntegration' classpath = sourceSets.testIntegration.runtimeClasspath systemProperties = System.properties + // Ask modules to be up-to-date before run task executed + dependsOn subprojects.tasks.jar + dependsOn firstSteps } tasks.register('testOnJava17', Test) { @@ -1602,6 +1623,9 @@ tasks.register('testOnJava17', Test) { systemProperty 'java.awt.headless', 'true' } group = 'verification' + // Ask modules to be up-to-date before run task executed + dependsOn subprojects.tasks.jar + dependsOn firstSteps } tasks.register('testOnJava21', Test) { @@ -1614,6 +1638,9 @@ tasks.register('testOnJava21', Test) { systemProperty 'java.awt.headless', 'true' } group = 'verification' + // Ask modules to be up-to-date before run task executed + dependsOn subprojects.tasks.jar + dependsOn firstSteps } tasks.register('testAcceptance', Test) { @@ -1629,6 +1656,9 @@ tasks.register('testAcceptance', Test) { classpath = sourceSets.testAcceptance.runtimeClasspath systemProperties = System.properties shouldRunAfter(tasks.test) + // Ask modules to be up-to-date before run task executed + dependsOn subprojects.tasks.jar + dependsOn firstSteps } ext.mavenStyleVersion = version.replace('_', '-') @@ -1744,9 +1774,6 @@ tasks.withType(JavaExec).configureEach { // Allow setting the max heap size for the run task from the command line, e.g. // `gradle -PrunMaxHeapSize=1024M run` maxHeapSize = findProperty('runMaxHeapSize') - // Ask modules to be up-to-date before run task executed - dependsOn subprojects.tasks.jar - dependsOn firstSteps } tasks.register('printVersion') { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6795e352d2..b455029325 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -38,21 +38,22 @@ gnudiff = "1.15" desktopsupport = "0.6.0" protocolhandler = "0.1.4" pdfbox = "3.0.3" -maligna = "3.0.1" +maligna = "4.0.0" trie4j = "0.9.10_1" dsl4j = "1.0.0" stardict4j = "1.1.0" juniversalchardet = "2.5.0" mnemonics = "1.2" hunspell = "2.1.2" -xjc = "2.3.9" +xjc = "4.0.5" +jaxb4_api = "4.0.2" +jaxb = "4.0.5" jna = "5.13.0" jfa = "1.2.0" tipoftheday = "0.4.4" flatlaf="3.5.1" assertj_swing_junit = "4.0.0-beta-1" morfologik = "2.1.9" -jaxb = "2.3.0" [libraries] slf4j-api = {group = "org.slf4j", name = "slf4j-api", version.ref = "slf4j"} @@ -118,7 +119,7 @@ ivy = {group = "org.apache.ivy", name = "ivy", version.ref = "ivy"} jackson-core = {group = "com.fasterxml.jackson.core", name = "jackson-core", version.ref = "jackson"} jackson-databind = {group = "com.fasterxml.jackson.core", name = "jackson-databind", version.ref = "jackson"} jackson-xml = {group = "com.fasterxml.jackson.dataformat", name = "jackson-dataformat-xml", version.ref = "jackson"} -jackson-jaxb = {group = "com.fasterxml.jackson.module", name = "jackson-module-jaxb-annotations", version.ref = "jackson"} +jackson-jaxb = {group = "com.fasterxml.jackson.module", name = "jackson-module-jakarta-xmlbind-annotations", version.ref = "jackson"} jackson-yaml = {group = "com.fasterxml.jackson.dataformat", name = "jackson-dataformat-yaml", version.ref = "jackson"} jgit = {group = "org.eclipse.jgit", name = "org.eclipse.jgit", version.ref = "jgit"} jgit-ssh = {group = "org.eclipse.jgit", name = "org.eclipse.jgit.ssh.apache", version.ref = "jgit"} @@ -150,17 +151,17 @@ omegat-gnudiff4j = {group = "org.omegat", name = "gnudiff4j", version.ref = "gnu madlonkay-desktopsupport = {group = "org.madlonkay", name = "desktopsupport", version.ref = "desktopsupport"} url-protocol-handler = {group = "tokyo.northside", name = "url-protocol-handler", version.ref = "protocolhandler"} apache-pdfbox = {group = "org.apache.pdfbox", name = "pdfbox", version.ref = "pdfbox"} -loomchild-maligna = {group = "net.loomchild", name = "maligna", version.ref = "maligna"} +tokyo-northside-maligna = {group = "tokyo.northside", name = "maligna", version.ref = "maligna"} trie4j = {group = "tokyo.northside", name = "trie4j", version.ref = "trie4j"} dsl4j = {group = "tokyo.northside", name = "dsl4j", version.ref = "dsl4j"} stardict4j = {group = "tokyo.northside", name = "stardict4j", version.ref = "stardict4j"} juniversal-chardet = {group = "com.github.albfernandez", name = "juniversalchardet", version.ref = "juniversalchardet"} omegat-mnemonics = {group = "org.omegat", name = "lib-mnemonics", version.ref = "mnemonics"} dumont-hunspell = {group = "com.gitlab.dumonts", name = "hunspell", version.ref = "hunspell"} -jaxb-api = {group = "javax.xml.bind", name = "jaxb-api", version.ref = "jaxb"} -jaxb-xjc = {group = "org.glassfish.jaxb", name = "jaxb-xjc", version.ref = "xjc"} -jaxb-core = {group = "org.glassfish.jaxb", name = "jaxb-core", version.ref = "jaxb"} -jaxb-runtime = {group = "org.glassfish.jaxb", name = "jaxb-runtime", version.ref = "jaxb"} +jaxb4-api = {group = "jakarta.xml.bind", name = "jakarta.xml.bind-api", version = "jaxb4_api"} +jaxb4-xjc = {group = "org.glassfish.jaxb", name = "jaxb-xjc", version.ref = "xjc"} +jaxb4-core = {group = "org.glassfish.jaxb", name = "jaxb-core", version.ref = "jaxb"} +jaxb4-runtime = {group = "org.glassfish.jaxb", name = "jaxb-runtime", version.ref = "jaxb"} tipoftheday = {group = "tokyo.northside", name = "tipoftheday", version.ref = "tipoftheday"} jna = {group = "net.java.dev.jna", name = "jna-platform", version.ref = "jna"} jfa = {group = "de.jangassen", name = "jfa", version.ref = "jfa"} diff --git a/src/gen/core/filters/Files.java b/src/gen/core/filters/Files.java deleted file mode 100644 index b78c7b75a5..0000000000 --- a/src/gen/core/filters/Files.java +++ /dev/null @@ -1,141 +0,0 @@ - -package gen.core.filters; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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">
- *       <attribute name="sourceFilenameMask" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="targetFilenamePattern" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="sourceEncoding" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="targetEncoding" type="{http://www.w3.org/2001/XMLSchema}string" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "") -@XmlRootElement(name = "files") -public class Files { - - @XmlAttribute(name = "sourceFilenameMask", required = true) - protected String sourceFilenameMask; - @XmlAttribute(name = "targetFilenamePattern") - protected String targetFilenamePattern; - @XmlAttribute(name = "sourceEncoding") - protected String sourceEncoding; - @XmlAttribute(name = "targetEncoding") - protected String targetEncoding; - - /** - * Gets the value of the sourceFilenameMask property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSourceFilenameMask() { - return sourceFilenameMask; - } - - /** - * Sets the value of the sourceFilenameMask property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSourceFilenameMask(String value) { - this.sourceFilenameMask = value; - } - - /** - * Gets the value of the targetFilenamePattern property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getTargetFilenamePattern() { - return targetFilenamePattern; - } - - /** - * Sets the value of the targetFilenamePattern property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setTargetFilenamePattern(String value) { - this.targetFilenamePattern = value; - } - - /** - * Gets the value of the sourceEncoding property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSourceEncoding() { - return sourceEncoding; - } - - /** - * Sets the value of the sourceEncoding property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSourceEncoding(String value) { - this.sourceEncoding = value; - } - - /** - * Gets the value of the targetEncoding property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getTargetEncoding() { - return targetEncoding; - } - - /** - * Sets the value of the targetEncoding property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setTargetEncoding(String value) { - this.targetEncoding = value; - } - -} diff --git a/src/gen/core/filters/Filter.java b/src/gen/core/filters/Filter.java deleted file mode 100644 index 224641eeb4..0000000000 --- a/src/gen/core/filters/Filter.java +++ /dev/null @@ -1,237 +0,0 @@ - -package gen.core.filters; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{}files" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="option" maxOccurs="unbounded" minOccurs="0">
- *           <complexType>
- *             <complexContent>
- *               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *                 <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- *                 <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *               </restriction>
- *             </complexContent>
- *           </complexType>
- *         </element>
- *       </sequence>
- *       <attribute name="className" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="enabled" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "files", - "option" -}) -@XmlRootElement(name = "filter") -public class Filter { - - protected List files; - protected List option; - @XmlAttribute(name = "className", required = true) - protected String className; - @XmlAttribute(name = "enabled", required = true) - protected boolean enabled; - - /** - * Gets the value of the files property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the files property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getFiles().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Files } - * - * - */ - public List getFiles() { - if (files == null) { - files = new ArrayList(); - } - return this.files; - } - - /** - * Gets the value of the option property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the option property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getOption().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Filter.Option } - * - * - */ - public List getOption() { - if (option == null) { - option = new ArrayList(); - } - return this.option; - } - - /** - * Gets the value of the className property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getClassName() { - return className; - } - - /** - * Sets the value of the className property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setClassName(String value) { - this.className = value; - } - - /** - * Gets the value of the enabled property. - * - */ - public boolean isEnabled() { - return enabled; - } - - /** - * Sets the value of the enabled property. - * - */ - public void setEnabled(boolean value) { - this.enabled = value; - } - - - /** - *

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">
-     *       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
-     *       <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
-     *     </restriction>
-     *   </complexContent>
-     * </complexType>
-     * 
- * - * - */ - @XmlAccessorType(XmlAccessType.FIELD) - @XmlType(name = "") - public static class Option { - - @XmlAttribute(name = "name", required = true) - protected String name; - @XmlAttribute(name = "value") - @XmlSchemaType(name = "anySimpleType") - protected String value; - - /** - * Gets the value of the name property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * Sets the value of the name property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * Gets the value of the value property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getValue() { - return value; - } - - /** - * Sets the value of the value property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setValue(String value) { - this.value = value; - } - - } - -} diff --git a/src/gen/core/filters/Filters.java b/src/gen/core/filters/Filters.java deleted file mode 100644 index 60c63d5255..0000000000 --- a/src/gen/core/filters/Filters.java +++ /dev/null @@ -1,196 +0,0 @@ - -package gen.core.filters; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{}filter" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *       <attribute name="removeTags" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
- *       <attribute name="removeSpacesNonseg" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
- *       <attribute name="preserveSpaces" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
- *       <attribute name="ignoreFileContext" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "filters" -}) -@XmlRootElement(name = "filters") -public class Filters { - - @XmlElement(name = "filter") - protected List filters; - @XmlAttribute(name = "removeTags") - protected Boolean removeTags; - @XmlAttribute(name = "removeSpacesNonseg") - protected Boolean removeSpacesNonseg; - @XmlAttribute(name = "preserveSpaces") - protected Boolean preserveSpaces; - @XmlAttribute(name = "ignoreFileContext") - protected Boolean ignoreFileContext; - - /** - * Gets the value of the filters property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the filters property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getFilters().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Filter } - * - * - */ - public List getFilters() { - if (filters == null) { - filters = new ArrayList(); - } - return this.filters; - } - - /** - * Gets the value of the removeTags property. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public boolean isRemoveTags() { - if (removeTags == null) { - return true; - } else { - return removeTags; - } - } - - /** - * Sets the value of the removeTags property. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setRemoveTags(Boolean value) { - this.removeTags = value; - } - - /** - * Gets the value of the removeSpacesNonseg property. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public boolean isRemoveSpacesNonseg() { - if (removeSpacesNonseg == null) { - return true; - } else { - return removeSpacesNonseg; - } - } - - /** - * Sets the value of the removeSpacesNonseg property. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setRemoveSpacesNonseg(Boolean value) { - this.removeSpacesNonseg = value; - } - - /** - * Gets the value of the preserveSpaces property. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public boolean isPreserveSpaces() { - if (preserveSpaces == null) { - return false; - } else { - return preserveSpaces; - } - } - - /** - * Sets the value of the preserveSpaces property. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setPreserveSpaces(Boolean value) { - this.preserveSpaces = value; - } - - /** - * Gets the value of the ignoreFileContext property. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public boolean isIgnoreFileContext() { - if (ignoreFileContext == null) { - return false; - } else { - return ignoreFileContext; - } - } - - /** - * Sets the value of the ignoreFileContext property. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setIgnoreFileContext(Boolean value) { - this.ignoreFileContext = value; - } - -} diff --git a/src/gen/core/filters/ObjectFactory.java b/src/gen/core/filters/ObjectFactory.java deleted file mode 100644 index 3016de8c94..0000000000 --- a/src/gen/core/filters/ObjectFactory.java +++ /dev/null @@ -1,64 +0,0 @@ - -package gen.core.filters; - -import javax.xml.bind.annotation.XmlRegistry; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the gen.core.filters package. - *

An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups. Factory methods for each of these are - * provided in this class. - * - */ -@XmlRegistry -public class ObjectFactory { - - - /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: gen.core.filters - * - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link Filter } - * - */ - public Filter createFilter() { - return new Filter(); - } - - /** - * Create an instance of {@link Filters } - * - */ - public Filters createFilters() { - return new Filters(); - } - - /** - * Create an instance of {@link Files } - * - */ - public Files createFiles() { - return new Files(); - } - - /** - * Create an instance of {@link Filter.Option } - * - */ - public Filter.Option createFilterOption() { - return new Filter.Option(); - } - -} diff --git a/src/gen/core/project/Masks.java b/src/gen/core/project/Masks.java deleted file mode 100644 index b48a97d08c..0000000000 --- a/src/gen/core/project/Masks.java +++ /dev/null @@ -1,67 +0,0 @@ - -package gen.core.project; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for masks complex type. - * - *

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

- * <complexType name="masks">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="mask" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "masks", propOrder = { - "mask" -}) -public class Masks { - - protected List mask; - - /** - * Gets the value of the mask property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the mask property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getMask().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link String } - * - * - */ - public List getMask() { - if (mask == null) { - mask = new ArrayList(); - } - return this.mask; - } - -} diff --git a/src/gen/core/project/ObjectFactory.java b/src/gen/core/project/ObjectFactory.java deleted file mode 100644 index 7fce584ec5..0000000000 --- a/src/gen/core/project/ObjectFactory.java +++ /dev/null @@ -1,80 +0,0 @@ - -package gen.core.project; - -import javax.xml.bind.annotation.XmlRegistry; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the gen.core.project package. - *

An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups. Factory methods for each of these are - * provided in this class. - * - */ -@XmlRegistry -public class ObjectFactory { - - - /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: gen.core.project - * - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link Project } - * - */ - public Project createProject() { - return new Project(); - } - - /** - * Create an instance of {@link Omegat } - * - */ - public Omegat createOmegat() { - return new Omegat(); - } - - /** - * Create an instance of {@link Masks } - * - */ - public Masks createMasks() { - return new Masks(); - } - - /** - * Create an instance of {@link Project.Repositories } - * - */ - public Project.Repositories createProjectRepositories() { - return new Project.Repositories(); - } - - /** - * Create an instance of {@link RepositoryDefinition } - * - */ - public RepositoryDefinition createRepositoryDefinition() { - return new RepositoryDefinition(); - } - - /** - * Create an instance of {@link RepositoryMapping } - * - */ - public RepositoryMapping createRepositoryMapping() { - return new RepositoryMapping(); - } - -} diff --git a/src/gen/core/project/Omegat.java b/src/gen/core/project/Omegat.java deleted file mode 100644 index 2d8a026f6c..0000000000 --- a/src/gen/core/project/Omegat.java +++ /dev/null @@ -1,64 +0,0 @@ - -package gen.core.project; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{}project"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "project" -}) -@XmlRootElement(name = "omegat") -public class Omegat { - - @XmlElement(required = true) - protected Project project; - - /** - * Gets the value of the project property. - * - * @return - * possible object is - * {@link Project } - * - */ - public Project getProject() { - return project; - } - - /** - * Sets the value of the project property. - * - * @param value - * allowed object is - * {@link Project } - * - */ - public void setProject(Project value) { - this.project = value; - } - -} diff --git a/src/gen/core/project/Project.java b/src/gen/core/project/Project.java deleted file mode 100644 index 407cbcc911..0000000000 --- a/src/gen/core/project/Project.java +++ /dev/null @@ -1,621 +0,0 @@ - -package gen.core.project; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - -}) -@XmlRootElement(name = "project") -public class Project { - - @XmlElement(name = "source_dir", required = true) - protected String sourceDir; - @XmlElement(name = "source_dir_excludes") - protected Masks sourceDirExcludes; - @XmlElement(name = "target_dir", required = true) - protected String targetDir; - @XmlElement(name = "tm_dir", required = true) - protected String tmDir; - @XmlElement(name = "glossary_dir", required = true) - protected String glossaryDir; - @XmlElement(name = "glossary_file", required = true) - protected String glossaryFile; - @XmlElement(name = "dictionary_dir", required = true) - protected String dictionaryDir; - @XmlElement(name = "export_tm_dir", required = true) - protected String exportTmDir; - @XmlElement(name = "export_tm_levels", required = true) - protected String exportTmLevels; - @XmlElement(name = "source_lang", required = true) - protected String sourceLang; - @XmlElement(name = "target_lang", required = true) - protected String targetLang; - @XmlElement(name = "source_tok", required = true) - protected String sourceTok; - @XmlElement(name = "target_tok", required = true) - protected String targetTok; - @XmlElement(name = "sentence_seg") - protected Boolean sentenceSeg; - @XmlElement(name = "support_default_translations") - protected Boolean supportDefaultTranslations; - @XmlElement(name = "remove_tags") - protected Boolean removeTags; - @XmlElement(name = "external_command") - protected String externalCommand; - protected Project.Repositories repositories; - @XmlAttribute(name = "version", required = true) - protected String version; - - /** - * Gets the value of the sourceDir property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSourceDir() { - return sourceDir; - } - - /** - * Sets the value of the sourceDir property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSourceDir(String value) { - this.sourceDir = value; - } - - /** - * Gets the value of the sourceDirExcludes property. - * - * @return - * possible object is - * {@link Masks } - * - */ - public Masks getSourceDirExcludes() { - return sourceDirExcludes; - } - - /** - * Sets the value of the sourceDirExcludes property. - * - * @param value - * allowed object is - * {@link Masks } - * - */ - public void setSourceDirExcludes(Masks value) { - this.sourceDirExcludes = value; - } - - /** - * Gets the value of the targetDir property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getTargetDir() { - return targetDir; - } - - /** - * Sets the value of the targetDir property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setTargetDir(String value) { - this.targetDir = value; - } - - /** - * Gets the value of the tmDir property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getTmDir() { - return tmDir; - } - - /** - * Sets the value of the tmDir property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setTmDir(String value) { - this.tmDir = value; - } - - /** - * Gets the value of the glossaryDir property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getGlossaryDir() { - return glossaryDir; - } - - /** - * Sets the value of the glossaryDir property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setGlossaryDir(String value) { - this.glossaryDir = value; - } - - /** - * Gets the value of the glossaryFile property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getGlossaryFile() { - return glossaryFile; - } - - /** - * Sets the value of the glossaryFile property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setGlossaryFile(String value) { - this.glossaryFile = value; - } - - /** - * Gets the value of the dictionaryDir property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDictionaryDir() { - return dictionaryDir; - } - - /** - * Sets the value of the dictionaryDir property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDictionaryDir(String value) { - this.dictionaryDir = value; - } - - /** - * Gets the value of the exportTmDir property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getExportTmDir() { - return exportTmDir; - } - - /** - * Sets the value of the exportTmDir property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setExportTmDir(String value) { - this.exportTmDir = value; - } - - /** - * Gets the value of the exportTmLevels property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getExportTmLevels() { - return exportTmLevels; - } - - /** - * Sets the value of the exportTmLevels property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setExportTmLevels(String value) { - this.exportTmLevels = value; - } - - /** - * Gets the value of the sourceLang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSourceLang() { - return sourceLang; - } - - /** - * Sets the value of the sourceLang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSourceLang(String value) { - this.sourceLang = value; - } - - /** - * Gets the value of the targetLang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getTargetLang() { - return targetLang; - } - - /** - * Sets the value of the targetLang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setTargetLang(String value) { - this.targetLang = value; - } - - /** - * Gets the value of the sourceTok property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSourceTok() { - return sourceTok; - } - - /** - * Sets the value of the sourceTok property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSourceTok(String value) { - this.sourceTok = value; - } - - /** - * Gets the value of the targetTok property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getTargetTok() { - return targetTok; - } - - /** - * Sets the value of the targetTok property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setTargetTok(String value) { - this.targetTok = value; - } - - /** - * Gets the value of the sentenceSeg property. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isSentenceSeg() { - return sentenceSeg; - } - - /** - * Sets the value of the sentenceSeg property. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setSentenceSeg(Boolean value) { - this.sentenceSeg = value; - } - - /** - * Gets the value of the supportDefaultTranslations property. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isSupportDefaultTranslations() { - return supportDefaultTranslations; - } - - /** - * Sets the value of the supportDefaultTranslations property. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setSupportDefaultTranslations(Boolean value) { - this.supportDefaultTranslations = value; - } - - /** - * Gets the value of the removeTags property. - * - * @return - * possible object is - * {@link Boolean } - * - */ - public Boolean isRemoveTags() { - return removeTags; - } - - /** - * Sets the value of the removeTags property. - * - * @param value - * allowed object is - * {@link Boolean } - * - */ - public void setRemoveTags(Boolean value) { - this.removeTags = value; - } - - /** - * Gets the value of the externalCommand property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getExternalCommand() { - return externalCommand; - } - - /** - * Sets the value of the externalCommand property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setExternalCommand(String value) { - this.externalCommand = value; - } - - /** - * Gets the value of the repositories property. - * - * @return - * possible object is - * {@link Project.Repositories } - * - */ - public Project.Repositories getRepositories() { - return repositories; - } - - /** - * Sets the value of the repositories property. - * - * @param value - * allowed object is - * {@link Project.Repositories } - * - */ - public void setRepositories(Project.Repositories value) { - this.repositories = value; - } - - /** - * Gets the value of the version property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVersion() { - return version; - } - - /** - * Sets the value of the version property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVersion(String value) { - this.version = value; - } - - - /** - *

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">
-     *       <sequence>
-     *         <element name="repository" type="{}RepositoryDefinition" maxOccurs="unbounded" minOccurs="0"/>
-     *       </sequence>
-     *     </restriction>
-     *   </complexContent>
-     * </complexType>
-     * 
- * - * - */ - @XmlAccessorType(XmlAccessType.FIELD) - @XmlType(name = "", propOrder = { - "repository" - }) - public static class Repositories { - - protected List repository; - - /** - * Gets the value of the repository property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the repository property. - * - *

- * For example, to add a new item, do as follows: - *

-         *    getRepository().add(newItem);
-         * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link RepositoryDefinition } - * - * - */ - public List getRepository() { - if (repository == null) { - repository = new ArrayList(); - } - return this.repository; - } - - } - -} diff --git a/src/gen/core/project/RepositoryDefinition.java b/src/gen/core/project/RepositoryDefinition.java deleted file mode 100644 index 1489f0d981..0000000000 --- a/src/gen/core/project/RepositoryDefinition.java +++ /dev/null @@ -1,174 +0,0 @@ - -package gen.core.project; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAnyAttribute; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; -import javax.xml.namespace.QName; - - -/** - *

Java class for RepositoryDefinition complex type. - * - *

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

- * <complexType name="RepositoryDefinition">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="mapping" type="{}RepositoryMapping" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="url" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="branch" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <anyAttribute/>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "RepositoryDefinition", propOrder = { - "mapping" -}) -public class RepositoryDefinition { - - protected List mapping; - @XmlAttribute(name = "type", required = true) - protected String type; - @XmlAttribute(name = "url", required = true) - protected String url; - @XmlAttribute(name = "branch") - protected String branch; - @XmlAnyAttribute - private Map otherAttributes = new HashMap(); - - /** - * Gets the value of the mapping property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the mapping property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getMapping().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link RepositoryMapping } - * - * - */ - public List getMapping() { - if (mapping == null) { - mapping = new ArrayList(); - } - return this.mapping; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - - /** - * Gets the value of the url property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUrl() { - return url; - } - - /** - * Sets the value of the url property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUrl(String value) { - this.url = value; - } - - /** - * Gets the value of the branch property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBranch() { - return branch; - } - - /** - * Sets the value of the branch property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBranch(String value) { - this.branch = value; - } - - /** - * Gets a map that contains attributes that aren't bound to any typed property on this class. - * - *

- * the map is keyed by the name of the attribute and - * the value is the string value of the attribute. - * - * the map returned by this method is live, and you can add new attribute - * by updating the map directly. Because of this design, there's no setter. - * - * - * @return - * always non-null - */ - public Map getOtherAttributes() { - return otherAttributes; - } - -} diff --git a/src/gen/core/project/RepositoryMapping.java b/src/gen/core/project/RepositoryMapping.java deleted file mode 100644 index ae87277936..0000000000 --- a/src/gen/core/project/RepositoryMapping.java +++ /dev/null @@ -1,157 +0,0 @@ - -package gen.core.project; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlType; - - -/** - * Directory mapping to repository. Local and Repository attributes can be directory and files. In - * case of directory it should be ended by '/' - * - *

Java class for RepositoryMapping complex type. - * - *

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

- * <complexType name="RepositoryMapping">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="excludes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="includes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *       <attribute name="local" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="repository" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "RepositoryMapping", propOrder = { - "excludes", - "includes" -}) -public class RepositoryMapping { - - protected List excludes; - protected List includes; - @XmlAttribute(name = "local", required = true) - protected String local; - @XmlAttribute(name = "repository", required = true) - protected String repository; - - /** - * Gets the value of the excludes property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the excludes property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getExcludes().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link String } - * - * - */ - public List getExcludes() { - if (excludes == null) { - excludes = new ArrayList(); - } - return this.excludes; - } - - /** - * Gets the value of the includes property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the includes property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getIncludes().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link String } - * - * - */ - public List getIncludes() { - if (includes == null) { - includes = new ArrayList(); - } - return this.includes; - } - - /** - * Gets the value of the local property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLocal() { - return local; - } - - /** - * Sets the value of the local property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLocal(String value) { - this.local = value; - } - - /** - * Gets the value of the repository property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getRepository() { - return repository; - } - - /** - * Sets the value of the repository property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setRepository(String value) { - this.repository = value; - } - -} diff --git a/src/gen/core/segmentation/Afterbreak.java b/src/gen/core/segmentation/Afterbreak.java deleted file mode 100644 index 57148073cd..0000000000 --- a/src/gen/core/segmentation/Afterbreak.java +++ /dev/null @@ -1,61 +0,0 @@ - -package gen.core.segmentation; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; - - -/** - *

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">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "afterbreak") -public class Afterbreak { - - @XmlValue - protected String content; - - /** - * Gets the value of the content property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getContent() { - return content; - } - - /** - * Sets the value of the content property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setContent(String value) { - this.content = value; - } - -} diff --git a/src/gen/core/segmentation/Beforebreak.java b/src/gen/core/segmentation/Beforebreak.java deleted file mode 100644 index 104b893cec..0000000000 --- a/src/gen/core/segmentation/Beforebreak.java +++ /dev/null @@ -1,61 +0,0 @@ - -package gen.core.segmentation; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; - - -/** - *

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">
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "beforebreak") -public class Beforebreak { - - @XmlValue - protected String content; - - /** - * Gets the value of the content property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getContent() { - return content; - } - - /** - * Sets the value of the content property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setContent(String value) { - this.content = value; - } - -} diff --git a/src/gen/core/segmentation/Body.java b/src/gen/core/segmentation/Body.java deleted file mode 100644 index 034e3799a6..0000000000 --- a/src/gen/core/segmentation/Body.java +++ /dev/null @@ -1,92 +0,0 @@ - -package gen.core.segmentation; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{http://www.lisa.org/srx20}languagerules"/>
- *         <element ref="{http://www.lisa.org/srx20}maprules"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "languagerules", - "maprules" -}) -@XmlRootElement(name = "body") -public class Body { - - @XmlElement(required = true) - protected Languagerules languagerules; - @XmlElement(required = true) - protected Maprules maprules; - - /** - * Gets the value of the languagerules property. - * - * @return - * possible object is - * {@link Languagerules } - * - */ - public Languagerules getLanguagerules() { - return languagerules; - } - - /** - * Sets the value of the languagerules property. - * - * @param value - * allowed object is - * {@link Languagerules } - * - */ - public void setLanguagerules(Languagerules value) { - this.languagerules = value; - } - - /** - * Gets the value of the maprules property. - * - * @return - * possible object is - * {@link Maprules } - * - */ - public Maprules getMaprules() { - return maprules; - } - - /** - * Sets the value of the maprules property. - * - * @param value - * allowed object is - * {@link Maprules } - * - */ - public void setMaprules(Maprules value) { - this.maprules = value; - } - -} diff --git a/src/gen/core/segmentation/Formathandle.java b/src/gen/core/segmentation/Formathandle.java deleted file mode 100644 index 9310141bb8..0000000000 --- a/src/gen/core/segmentation/Formathandle.java +++ /dev/null @@ -1,102 +0,0 @@ - -package gen.core.segmentation; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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">
- *       <attribute name="include" use="required">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <enumeration value="yes"/>
- *             <enumeration value="no"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="type" use="required">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <enumeration value="start"/>
- *             <enumeration value="end"/>
- *             <enumeration value="isolated"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "") -@XmlRootElement(name = "formathandle") -public class Formathandle { - - @XmlAttribute(name = "include", required = true) - protected String include; - @XmlAttribute(name = "type", required = true) - protected String type; - - /** - * Gets the value of the include property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getInclude() { - return include; - } - - /** - * Sets the value of the include property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setInclude(String value) { - this.include = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - -} diff --git a/src/gen/core/segmentation/Header.java b/src/gen/core/segmentation/Header.java deleted file mode 100644 index ff9222c2a3..0000000000 --- a/src/gen/core/segmentation/Header.java +++ /dev/null @@ -1,138 +0,0 @@ - -package gen.core.segmentation; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{http://www.lisa.org/srx20}formathandle" maxOccurs="3" minOccurs="0"/>
- *       </sequence>
- *       <attribute name="segmentsubflows" use="required">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <enumeration value="yes"/>
- *             <enumeration value="no"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="cascade" use="required">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <enumeration value="yes"/>
- *             <enumeration value="no"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "formathandle" -}) -@XmlRootElement(name = "header") -public class Header { - - protected List formathandle; - @XmlAttribute(name = "segmentsubflows", required = true) - protected String segmentsubflows; - @XmlAttribute(name = "cascade", required = true) - protected String cascade; - - /** - * Gets the value of the formathandle property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the formathandle property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getFormathandle().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Formathandle } - * - * - */ - public List getFormathandle() { - if (formathandle == null) { - formathandle = new ArrayList(); - } - return this.formathandle; - } - - /** - * Gets the value of the segmentsubflows property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSegmentsubflows() { - return segmentsubflows; - } - - /** - * Sets the value of the segmentsubflows property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSegmentsubflows(String value) { - this.segmentsubflows = value; - } - - /** - * Gets the value of the cascade property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCascade() { - return cascade; - } - - /** - * Sets the value of the cascade property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCascade(String value) { - this.cascade = value; - } - -} diff --git a/src/gen/core/segmentation/Languagemap.java b/src/gen/core/segmentation/Languagemap.java deleted file mode 100644 index dbe75abb44..0000000000 --- a/src/gen/core/segmentation/Languagemap.java +++ /dev/null @@ -1,87 +0,0 @@ - -package gen.core.segmentation; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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">
- *       <attribute name="languagerulename" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="languagepattern" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "") -@XmlRootElement(name = "languagemap") -public class Languagemap { - - @XmlAttribute(name = "languagerulename", required = true) - protected String languagerulename; - @XmlAttribute(name = "languagepattern", required = true) - protected String languagepattern; - - /** - * Gets the value of the languagerulename property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLanguagerulename() { - return languagerulename; - } - - /** - * Sets the value of the languagerulename property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLanguagerulename(String value) { - this.languagerulename = value; - } - - /** - * Gets the value of the languagepattern property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLanguagepattern() { - return languagepattern; - } - - /** - * Sets the value of the languagepattern property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLanguagepattern(String value) { - this.languagepattern = value; - } - -} diff --git a/src/gen/core/segmentation/Languagerule.java b/src/gen/core/segmentation/Languagerule.java deleted file mode 100644 index 738e0e25bc..0000000000 --- a/src/gen/core/segmentation/Languagerule.java +++ /dev/null @@ -1,99 +0,0 @@ - -package gen.core.segmentation; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{http://www.lisa.org/srx20}rule" maxOccurs="unbounded"/>
- *       </sequence>
- *       <attribute name="languagerulename" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "rule" -}) -@XmlRootElement(name = "languagerule") -public class Languagerule { - - @XmlElement(required = true) - protected List rule; - @XmlAttribute(name = "languagerulename", required = true) - protected String languagerulename; - - /** - * Gets the value of the rule property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the rule property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getRule().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Rule } - * - * - */ - public List getRule() { - if (rule == null) { - rule = new ArrayList(); - } - return this.rule; - } - - /** - * Gets the value of the languagerulename property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLanguagerulename() { - return languagerulename; - } - - /** - * Sets the value of the languagerulename property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLanguagerulename(String value) { - this.languagerulename = value; - } - -} diff --git a/src/gen/core/segmentation/Languagerules.java b/src/gen/core/segmentation/Languagerules.java deleted file mode 100644 index 2fd48daa37..0000000000 --- a/src/gen/core/segmentation/Languagerules.java +++ /dev/null @@ -1,71 +0,0 @@ - -package gen.core.segmentation; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{http://www.lisa.org/srx20}languagerule" maxOccurs="unbounded"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "languagerule" -}) -@XmlRootElement(name = "languagerules") -public class Languagerules { - - @XmlElement(required = true) - protected List languagerule; - - /** - * Gets the value of the languagerule property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the languagerule property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getLanguagerule().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Languagerule } - * - * - */ - public List getLanguagerule() { - if (languagerule == null) { - languagerule = new ArrayList(); - } - return this.languagerule; - } - -} diff --git a/src/gen/core/segmentation/Maprules.java b/src/gen/core/segmentation/Maprules.java deleted file mode 100644 index 8b8bc14c91..0000000000 --- a/src/gen/core/segmentation/Maprules.java +++ /dev/null @@ -1,71 +0,0 @@ - -package gen.core.segmentation; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{http://www.lisa.org/srx20}languagemap" maxOccurs="unbounded"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "languagemap" -}) -@XmlRootElement(name = "maprules") -public class Maprules { - - @XmlElement(required = true) - protected List languagemap; - - /** - * Gets the value of the languagemap property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the languagemap property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getLanguagemap().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Languagemap } - * - * - */ - public List getLanguagemap() { - if (languagemap == null) { - languagemap = new ArrayList(); - } - return this.languagemap; - } - -} diff --git a/src/gen/core/segmentation/ObjectFactory.java b/src/gen/core/segmentation/ObjectFactory.java deleted file mode 100644 index 1d0289be5b..0000000000 --- a/src/gen/core/segmentation/ObjectFactory.java +++ /dev/null @@ -1,120 +0,0 @@ - -package gen.core.segmentation; - -import javax.xml.bind.annotation.XmlRegistry; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the gen.core.segmentation package. - *

An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups. Factory methods for each of these are - * provided in this class. - * - */ -@XmlRegistry -public class ObjectFactory { - - - /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: gen.core.segmentation - * - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link Afterbreak } - * - */ - public Afterbreak createAfterbreak() { - return new Afterbreak(); - } - - /** - * Create an instance of {@link Beforebreak } - * - */ - public Beforebreak createBeforebreak() { - return new Beforebreak(); - } - - /** - * Create an instance of {@link Body } - * - */ - public Body createBody() { - return new Body(); - } - - /** - * Create an instance of {@link Languagerules } - * - */ - public Languagerules createLanguagerules() { - return new Languagerules(); - } - - /** - * Create an instance of {@link Languagerule } - * - */ - public Languagerule createLanguagerule() { - return new Languagerule(); - } - - /** - * Create an instance of {@link Rule } - * - */ - public Rule createRule() { - return new Rule(); - } - - /** - * Create an instance of {@link Maprules } - * - */ - public Maprules createMaprules() { - return new Maprules(); - } - - /** - * Create an instance of {@link Languagemap } - * - */ - public Languagemap createLanguagemap() { - return new Languagemap(); - } - - /** - * Create an instance of {@link Formathandle } - * - */ - public Formathandle createFormathandle() { - return new Formathandle(); - } - - /** - * Create an instance of {@link Header } - * - */ - public Header createHeader() { - return new Header(); - } - - /** - * Create an instance of {@link Srx } - * - */ - public Srx createSrx() { - return new Srx(); - } - -} diff --git a/src/gen/core/segmentation/Rule.java b/src/gen/core/segmentation/Rule.java deleted file mode 100644 index 7ab19ebfc9..0000000000 --- a/src/gen/core/segmentation/Rule.java +++ /dev/null @@ -1,124 +0,0 @@ - -package gen.core.segmentation; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{http://www.lisa.org/srx20}beforebreak" minOccurs="0"/>
- *         <element ref="{http://www.lisa.org/srx20}afterbreak" minOccurs="0"/>
- *       </sequence>
- *       <attribute name="break">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <enumeration value="yes"/>
- *             <enumeration value="no"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "beforebreak", - "afterbreak" -}) -@XmlRootElement(name = "rule") -public class Rule { - - protected Beforebreak beforebreak; - protected Afterbreak afterbreak; - @XmlAttribute(name = "break") - protected String _break; - - /** - * Gets the value of the beforebreak property. - * - * @return - * possible object is - * {@link Beforebreak } - * - */ - public Beforebreak getBeforebreak() { - return beforebreak; - } - - /** - * Sets the value of the beforebreak property. - * - * @param value - * allowed object is - * {@link Beforebreak } - * - */ - public void setBeforebreak(Beforebreak value) { - this.beforebreak = value; - } - - /** - * Gets the value of the afterbreak property. - * - * @return - * possible object is - * {@link Afterbreak } - * - */ - public Afterbreak getAfterbreak() { - return afterbreak; - } - - /** - * Sets the value of the afterbreak property. - * - * @param value - * allowed object is - * {@link Afterbreak } - * - */ - public void setAfterbreak(Afterbreak value) { - this.afterbreak = value; - } - - /** - * Gets the value of the break property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBreak() { - return _break; - } - - /** - * Sets the value of the break property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBreak(String value) { - this._break = value; - } - -} diff --git a/src/gen/core/segmentation/Srx.java b/src/gen/core/segmentation/Srx.java deleted file mode 100644 index bf2a6d5880..0000000000 --- a/src/gen/core/segmentation/Srx.java +++ /dev/null @@ -1,126 +0,0 @@ - -package gen.core.segmentation; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{http://www.lisa.org/srx20}header"/>
- *         <element ref="{http://www.lisa.org/srx20}body"/>
- *       </sequence>
- *       <attribute name="version" use="required">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
- *             <enumeration value="2.0"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "header", - "body" -}) -@XmlRootElement(name = "srx") -public class Srx { - - @XmlElement(required = true) - protected Header header; - @XmlElement(required = true) - protected Body body; - @XmlAttribute(name = "version", required = true) - protected String version; - - /** - * Gets the value of the header property. - * - * @return - * possible object is - * {@link Header } - * - */ - public Header getHeader() { - return header; - } - - /** - * Sets the value of the header property. - * - * @param value - * allowed object is - * {@link Header } - * - */ - public void setHeader(Header value) { - this.header = value; - } - - /** - * Gets the value of the body property. - * - * @return - * possible object is - * {@link Body } - * - */ - public Body getBody() { - return body; - } - - /** - * Sets the value of the body property. - * - * @param value - * allowed object is - * {@link Body } - * - */ - public void setBody(Body value) { - this.body = value; - } - - /** - * Gets the value of the version property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVersion() { - return version; - } - - /** - * Sets the value of the version property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVersion(String value) { - this.version = value; - } - -} diff --git a/src/gen/core/segmentation/package-info.java b/src/gen/core/segmentation/package-info.java deleted file mode 100644 index 5b836c6377..0000000000 --- a/src/gen/core/segmentation/package-info.java +++ /dev/null @@ -1,2 +0,0 @@ -@javax.xml.bind.annotation.XmlSchema(namespace = "http://www.lisa.org/srx20", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) -package gen.core.segmentation; diff --git a/src/gen/core/tbx/Admin.java b/src/gen/core/tbx/Admin.java deleted file mode 100644 index 39725f9dd3..0000000000 --- a/src/gen/core/tbx/Admin.java +++ /dev/null @@ -1,237 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlElementRefs; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlIDREF; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <choice maxOccurs="unbounded" minOccurs="0">
- *         <element ref="{}hi"/>
- *         <element ref="{}foreign"/>
- *         <element ref="{}bpt"/>
- *         <element ref="{}ept"/>
- *         <element ref="{}ph"/>
- *       </choice>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
- *       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
- *       <attribute name="datatype" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "admin") -public class Admin { - - @XmlElementRefs({ - @XmlElementRef(name = "hi", type = Hi.class, required = false), - @XmlElementRef(name = "foreign", type = Foreign.class, required = false), - @XmlElementRef(name = "bpt", type = Bpt.class, required = false), - @XmlElementRef(name = "ept", type = Ept.class, required = false), - @XmlElementRef(name = "ph", type = Ph.class, required = false) - }) - @XmlMixed - protected List content; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - @XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace") - protected String lang; - @XmlAttribute(name = "type", required = true) - @XmlSchemaType(name = "anySimpleType") - protected String type; - @XmlAttribute(name = "target") - @XmlIDREF - @XmlSchemaType(name = "IDREF") - protected Object target; - @XmlAttribute(name = "datatype") - @XmlSchemaType(name = "anySimpleType") - protected String datatype; - - /** - * Gets the value of the content property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the content property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getContent().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Bpt } - * {@link Ept } - * {@link Foreign } - * {@link Hi } - * {@link Ph } - * {@link String } - * - * - */ - public List getContent() { - if (content == null) { - content = new ArrayList(); - } - return this.content; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets the value of the lang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLang() { - return lang; - } - - /** - * Sets the value of the lang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLang(String value) { - this.lang = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - - /** - * Gets the value of the target property. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getTarget() { - return target; - } - - /** - * Sets the value of the target property. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setTarget(Object value) { - this.target = value; - } - - /** - * Gets the value of the datatype property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDatatype() { - return datatype; - } - - /** - * Sets the value of the datatype property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDatatype(String value) { - this.datatype = value; - } - -} diff --git a/src/gen/core/tbx/AdminGrp.java b/src/gen/core/tbx/AdminGrp.java deleted file mode 100644 index 73d08ae142..0000000000 --- a/src/gen/core/tbx/AdminGrp.java +++ /dev/null @@ -1,148 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{}admin"/>
- *         <choice maxOccurs="unbounded" minOccurs="0">
- *           <element ref="{}adminNote"/>
- *           <element ref="{}note"/>
- *           <element ref="{}ref"/>
- *           <element ref="{}xref"/>
- *         </choice>
- *       </sequence>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "admin", - "adminNoteOrNoteOrRef" -}) -@XmlRootElement(name = "adminGrp") -public class AdminGrp { - - @XmlElement(required = true) - protected Admin admin; - @XmlElements({ - @XmlElement(name = "adminNote", type = AdminNote.class), - @XmlElement(name = "note", type = Note.class), - @XmlElement(name = "ref", type = Ref.class), - @XmlElement(name = "xref", type = Xref.class) - }) - protected List adminNoteOrNoteOrRef; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - - /** - * Gets the value of the admin property. - * - * @return - * possible object is - * {@link Admin } - * - */ - public Admin getAdmin() { - return admin; - } - - /** - * Sets the value of the admin property. - * - * @param value - * allowed object is - * {@link Admin } - * - */ - public void setAdmin(Admin value) { - this.admin = value; - } - - /** - * Gets the value of the adminNoteOrNoteOrRef property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the adminNoteOrNoteOrRef property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getAdminNoteOrNoteOrRef().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link AdminNote } - * {@link Note } - * {@link Ref } - * {@link Xref } - * - * - */ - public List getAdminNoteOrNoteOrRef() { - if (adminNoteOrNoteOrRef == null) { - adminNoteOrNoteOrRef = new ArrayList(); - } - return this.adminNoteOrNoteOrRef; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - -} diff --git a/src/gen/core/tbx/AdminNote.java b/src/gen/core/tbx/AdminNote.java deleted file mode 100644 index e0bdf174ae..0000000000 --- a/src/gen/core/tbx/AdminNote.java +++ /dev/null @@ -1,209 +0,0 @@ - -package gen.core.tbx; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlIDREF; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
- *       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
- *       <attribute name="datatype" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "adminNote") -public class AdminNote { - - @XmlValue - protected String content; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - @XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace") - protected String lang; - @XmlAttribute(name = "type", required = true) - @XmlSchemaType(name = "anySimpleType") - protected String type; - @XmlAttribute(name = "target") - @XmlIDREF - @XmlSchemaType(name = "IDREF") - protected Object target; - @XmlAttribute(name = "datatype") - @XmlSchemaType(name = "anySimpleType") - protected String datatype; - - /** - * Gets the value of the content property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getContent() { - return content; - } - - /** - * Sets the value of the content property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setContent(String value) { - this.content = value; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets the value of the lang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLang() { - return lang; - } - - /** - * Sets the value of the lang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLang(String value) { - this.lang = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - - /** - * Gets the value of the target property. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getTarget() { - return target; - } - - /** - * Sets the value of the target property. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setTarget(Object value) { - this.target = value; - } - - /** - * Gets the value of the datatype property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDatatype() { - return datatype; - } - - /** - * Sets the value of the datatype property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDatatype(String value) { - this.datatype = value; - } - -} diff --git a/src/gen/core/tbx/Back.java b/src/gen/core/tbx/Back.java deleted file mode 100644 index 2aa347be44..0000000000 --- a/src/gen/core/tbx/Back.java +++ /dev/null @@ -1,106 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <sequence>
- *         <choice maxOccurs="unbounded" minOccurs="0">
- *           <element ref="{}refObjectList"/>
- *         </choice>
- *       </sequence>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "refObjectList" -}) -@XmlRootElement(name = "back") -public class Back { - - protected List refObjectList; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - - /** - * Gets the value of the refObjectList property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the refObjectList property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getRefObjectList().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link RefObjectList } - * - * - */ - public List getRefObjectList() { - if (refObjectList == null) { - refObjectList = new ArrayList(); - } - return this.refObjectList; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - -} diff --git a/src/gen/core/tbx/Body.java b/src/gen/core/tbx/Body.java deleted file mode 100644 index d0ba22504c..0000000000 --- a/src/gen/core/tbx/Body.java +++ /dev/null @@ -1,106 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{}termEntry" maxOccurs="unbounded"/>
- *       </sequence>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "termEntry" -}) -@XmlRootElement(name = "body") -public class Body { - - @XmlElement(required = true) - protected List termEntry; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - - /** - * Gets the value of the termEntry property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the termEntry property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getTermEntry().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link TermEntry } - * - * - */ - public List getTermEntry() { - if (termEntry == null) { - termEntry = new ArrayList(); - } - return this.termEntry; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - -} diff --git a/src/gen/core/tbx/Bpt.java b/src/gen/core/tbx/Bpt.java deleted file mode 100644 index 16d2740980..0000000000 --- a/src/gen/core/tbx/Bpt.java +++ /dev/null @@ -1,119 +0,0 @@ - -package gen.core.tbx; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; - - -/** - *

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">
- *       <attribute name="i" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "bpt") -public class Bpt { - - @XmlValue - protected String content; - @XmlAttribute(name = "i") - @XmlSchemaType(name = "anySimpleType") - protected String i; - @XmlAttribute(name = "type") - @XmlSchemaType(name = "anySimpleType") - protected String type; - - /** - * Gets the value of the content property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getContent() { - return content; - } - - /** - * Sets the value of the content property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setContent(String value) { - this.content = value; - } - - /** - * Gets the value of the i property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getI() { - return i; - } - - /** - * Sets the value of the i property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setI(String value) { - this.i = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - -} diff --git a/src/gen/core/tbx/Change.java b/src/gen/core/tbx/Change.java deleted file mode 100644 index 00ff9741bd..0000000000 --- a/src/gen/core/tbx/Change.java +++ /dev/null @@ -1,133 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{}p" maxOccurs="unbounded"/>
- *       </sequence>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "p" -}) -@XmlRootElement(name = "change") -public class Change { - - @XmlElement(required = true) - protected List

p; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - @XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace") - protected String lang; - - /** - * Gets the value of the p property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the p property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getP().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link P } - * - * - */ - public List

getP() { - if (p == null) { - p = new ArrayList

(); - } - return this.p; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets the value of the lang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLang() { - return lang; - } - - /** - * Sets the value of the lang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLang(String value) { - this.lang = value; - } - -} diff --git a/src/gen/core/tbx/Date.java b/src/gen/core/tbx/Date.java deleted file mode 100644 index c43f9c485c..0000000000 --- a/src/gen/core/tbx/Date.java +++ /dev/null @@ -1,96 +0,0 @@ - -package gen.core.tbx; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "date") -public class Date { - - @XmlValue - protected String content; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - - /** - * Gets the value of the content property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getContent() { - return content; - } - - /** - * Sets the value of the content property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setContent(String value) { - this.content = value; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - -} diff --git a/src/gen/core/tbx/Descrip.java b/src/gen/core/tbx/Descrip.java deleted file mode 100644 index f624931d3b..0000000000 --- a/src/gen/core/tbx/Descrip.java +++ /dev/null @@ -1,237 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlElementRefs; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlIDREF; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <choice maxOccurs="unbounded" minOccurs="0">
- *         <element ref="{}hi"/>
- *         <element ref="{}foreign"/>
- *         <element ref="{}bpt"/>
- *         <element ref="{}ept"/>
- *         <element ref="{}ph"/>
- *       </choice>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
- *       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
- *       <attribute name="datatype" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "descrip") -public class Descrip { - - @XmlElementRefs({ - @XmlElementRef(name = "hi", type = Hi.class, required = false), - @XmlElementRef(name = "foreign", type = Foreign.class, required = false), - @XmlElementRef(name = "bpt", type = Bpt.class, required = false), - @XmlElementRef(name = "ept", type = Ept.class, required = false), - @XmlElementRef(name = "ph", type = Ph.class, required = false) - }) - @XmlMixed - protected List content; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - @XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace") - protected String lang; - @XmlAttribute(name = "type", required = true) - @XmlSchemaType(name = "anySimpleType") - protected String type; - @XmlAttribute(name = "target") - @XmlIDREF - @XmlSchemaType(name = "IDREF") - protected Object target; - @XmlAttribute(name = "datatype") - @XmlSchemaType(name = "anySimpleType") - protected String datatype; - - /** - * Gets the value of the content property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the content property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getContent().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Bpt } - * {@link Ept } - * {@link Foreign } - * {@link Hi } - * {@link Ph } - * {@link String } - * - * - */ - public List getContent() { - if (content == null) { - content = new ArrayList(); - } - return this.content; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets the value of the lang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLang() { - return lang; - } - - /** - * Sets the value of the lang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLang(String value) { - this.lang = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - - /** - * Gets the value of the target property. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getTarget() { - return target; - } - - /** - * Sets the value of the target property. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setTarget(Object value) { - this.target = value; - } - - /** - * Gets the value of the datatype property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDatatype() { - return datatype; - } - - /** - * Sets the value of the datatype property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDatatype(String value) { - this.datatype = value; - } - -} diff --git a/src/gen/core/tbx/DescripGrp.java b/src/gen/core/tbx/DescripGrp.java deleted file mode 100644 index a3dfa49ad6..0000000000 --- a/src/gen/core/tbx/DescripGrp.java +++ /dev/null @@ -1,157 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{}descrip"/>
- *         <choice maxOccurs="unbounded" minOccurs="0">
- *           <element ref="{}descripNote"/>
- *           <element ref="{}admin"/>
- *           <element ref="{}adminGrp"/>
- *           <element ref="{}transacGrp"/>
- *           <element ref="{}note"/>
- *           <element ref="{}ref"/>
- *           <element ref="{}xref"/>
- *         </choice>
- *       </sequence>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "descrip", - "descripNoteOrAdminOrAdminGrp" -}) -@XmlRootElement(name = "descripGrp") -public class DescripGrp { - - @XmlElement(required = true) - protected Descrip descrip; - @XmlElements({ - @XmlElement(name = "descripNote", type = DescripNote.class), - @XmlElement(name = "admin", type = Admin.class), - @XmlElement(name = "adminGrp", type = AdminGrp.class), - @XmlElement(name = "transacGrp", type = TransacGrp.class), - @XmlElement(name = "note", type = Note.class), - @XmlElement(name = "ref", type = Ref.class), - @XmlElement(name = "xref", type = Xref.class) - }) - protected List descripNoteOrAdminOrAdminGrp; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - - /** - * Gets the value of the descrip property. - * - * @return - * possible object is - * {@link Descrip } - * - */ - public Descrip getDescrip() { - return descrip; - } - - /** - * Sets the value of the descrip property. - * - * @param value - * allowed object is - * {@link Descrip } - * - */ - public void setDescrip(Descrip value) { - this.descrip = value; - } - - /** - * Gets the value of the descripNoteOrAdminOrAdminGrp property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the descripNoteOrAdminOrAdminGrp property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getDescripNoteOrAdminOrAdminGrp().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Admin } - * {@link AdminGrp } - * {@link DescripNote } - * {@link Note } - * {@link Ref } - * {@link TransacGrp } - * {@link Xref } - * - * - */ - public List getDescripNoteOrAdminOrAdminGrp() { - if (descripNoteOrAdminOrAdminGrp == null) { - descripNoteOrAdminOrAdminGrp = new ArrayList(); - } - return this.descripNoteOrAdminOrAdminGrp; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - -} diff --git a/src/gen/core/tbx/DescripNote.java b/src/gen/core/tbx/DescripNote.java deleted file mode 100644 index 12f84f70a7..0000000000 --- a/src/gen/core/tbx/DescripNote.java +++ /dev/null @@ -1,209 +0,0 @@ - -package gen.core.tbx; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlIDREF; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
- *       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
- *       <attribute name="datatype" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "descripNote") -public class DescripNote { - - @XmlValue - protected String content; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - @XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace") - protected String lang; - @XmlAttribute(name = "type", required = true) - @XmlSchemaType(name = "anySimpleType") - protected String type; - @XmlAttribute(name = "target") - @XmlIDREF - @XmlSchemaType(name = "IDREF") - protected Object target; - @XmlAttribute(name = "datatype") - @XmlSchemaType(name = "anySimpleType") - protected String datatype; - - /** - * Gets the value of the content property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getContent() { - return content; - } - - /** - * Sets the value of the content property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setContent(String value) { - this.content = value; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets the value of the lang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLang() { - return lang; - } - - /** - * Sets the value of the lang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLang(String value) { - this.lang = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - - /** - * Gets the value of the target property. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getTarget() { - return target; - } - - /** - * Sets the value of the target property. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setTarget(Object value) { - this.target = value; - } - - /** - * Gets the value of the datatype property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDatatype() { - return datatype; - } - - /** - * Sets the value of the datatype property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDatatype(String value) { - this.datatype = value; - } - -} diff --git a/src/gen/core/tbx/EncodingDesc.java b/src/gen/core/tbx/EncodingDesc.java deleted file mode 100644 index 3b711534fc..0000000000 --- a/src/gen/core/tbx/EncodingDesc.java +++ /dev/null @@ -1,106 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{}p" maxOccurs="unbounded"/>
- *       </sequence>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "p" -}) -@XmlRootElement(name = "encodingDesc") -public class EncodingDesc { - - @XmlElement(required = true) - protected List

p; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - - /** - * Gets the value of the p property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the p property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getP().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link P } - * - * - */ - public List

getP() { - if (p == null) { - p = new ArrayList

(); - } - return this.p; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - -} diff --git a/src/gen/core/tbx/Ept.java b/src/gen/core/tbx/Ept.java deleted file mode 100644 index e2b36c7c71..0000000000 --- a/src/gen/core/tbx/Ept.java +++ /dev/null @@ -1,91 +0,0 @@ - -package gen.core.tbx; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; - - -/** - *

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">
- *       <attribute name="i" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "ept") -public class Ept { - - @XmlValue - protected String content; - @XmlAttribute(name = "i") - @XmlSchemaType(name = "anySimpleType") - protected String i; - - /** - * Gets the value of the content property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getContent() { - return content; - } - - /** - * Sets the value of the content property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setContent(String value) { - this.content = value; - } - - /** - * Gets the value of the i property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getI() { - return i; - } - - /** - * Sets the value of the i property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setI(String value) { - this.i = value; - } - -} diff --git a/src/gen/core/tbx/FileDesc.java b/src/gen/core/tbx/FileDesc.java deleted file mode 100644 index 71dbe6810d..0000000000 --- a/src/gen/core/tbx/FileDesc.java +++ /dev/null @@ -1,160 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{}titleStmt" minOccurs="0"/>
- *         <element ref="{}publicationStmt" minOccurs="0"/>
- *         <element ref="{}sourceDesc" maxOccurs="unbounded"/>
- *       </sequence>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "titleStmt", - "publicationStmt", - "sourceDesc" -}) -@XmlRootElement(name = "fileDesc") -public class FileDesc { - - protected TitleStmt titleStmt; - protected PublicationStmt publicationStmt; - @XmlElement(required = true) - protected List sourceDesc; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - - /** - * Gets the value of the titleStmt property. - * - * @return - * possible object is - * {@link TitleStmt } - * - */ - public TitleStmt getTitleStmt() { - return titleStmt; - } - - /** - * Sets the value of the titleStmt property. - * - * @param value - * allowed object is - * {@link TitleStmt } - * - */ - public void setTitleStmt(TitleStmt value) { - this.titleStmt = value; - } - - /** - * Gets the value of the publicationStmt property. - * - * @return - * possible object is - * {@link PublicationStmt } - * - */ - public PublicationStmt getPublicationStmt() { - return publicationStmt; - } - - /** - * Sets the value of the publicationStmt property. - * - * @param value - * allowed object is - * {@link PublicationStmt } - * - */ - public void setPublicationStmt(PublicationStmt value) { - this.publicationStmt = value; - } - - /** - * Gets the value of the sourceDesc property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the sourceDesc property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getSourceDesc().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link SourceDesc } - * - * - */ - public List getSourceDesc() { - if (sourceDesc == null) { - sourceDesc = new ArrayList(); - } - return this.sourceDesc; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - -} diff --git a/src/gen/core/tbx/Foreign.java b/src/gen/core/tbx/Foreign.java deleted file mode 100644 index af8b6950f2..0000000000 --- a/src/gen/core/tbx/Foreign.java +++ /dev/null @@ -1,151 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlElementRefs; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <choice maxOccurs="unbounded" minOccurs="0">
- *         <element ref="{}hi"/>
- *         <element ref="{}foreign"/>
- *         <element ref="{}bpt"/>
- *         <element ref="{}ept"/>
- *         <element ref="{}ph"/>
- *       </choice>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "foreign") -public class Foreign { - - @XmlElementRefs({ - @XmlElementRef(name = "hi", type = Hi.class, required = false), - @XmlElementRef(name = "foreign", type = Foreign.class, required = false), - @XmlElementRef(name = "bpt", type = Bpt.class, required = false), - @XmlElementRef(name = "ept", type = Ept.class, required = false), - @XmlElementRef(name = "ph", type = Ph.class, required = false) - }) - @XmlMixed - protected List content; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - @XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace") - protected String lang; - - /** - * Gets the value of the content property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the content property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getContent().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Bpt } - * {@link Ept } - * {@link Foreign } - * {@link Hi } - * {@link Ph } - * {@link String } - * - * - */ - public List getContent() { - if (content == null) { - content = new ArrayList(); - } - return this.content; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets the value of the lang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLang() { - return lang; - } - - /** - * Sets the value of the lang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLang(String value) { - this.lang = value; - } - -} diff --git a/src/gen/core/tbx/Hi.java b/src/gen/core/tbx/Hi.java deleted file mode 100644 index 55d12d17c2..0000000000 --- a/src/gen/core/tbx/Hi.java +++ /dev/null @@ -1,148 +0,0 @@ - -package gen.core.tbx; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlIDREF; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; - - -/** - *

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">
- *       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
- *       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "hi") -public class Hi { - - @XmlValue - protected String content; - @XmlAttribute(name = "type") - @XmlSchemaType(name = "anySimpleType") - protected String type; - @XmlAttribute(name = "target") - @XmlIDREF - @XmlSchemaType(name = "IDREF") - protected Object target; - @XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace") - protected String lang; - - /** - * Gets the value of the content property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getContent() { - return content; - } - - /** - * Sets the value of the content property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setContent(String value) { - this.content = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - - /** - * Gets the value of the target property. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getTarget() { - return target; - } - - /** - * Sets the value of the target property. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setTarget(Object value) { - this.target = value; - } - - /** - * Gets the value of the lang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLang() { - return lang; - } - - /** - * Sets the value of the lang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLang(String value) { - this.lang = value; - } - -} diff --git a/src/gen/core/tbx/Item.java b/src/gen/core/tbx/Item.java deleted file mode 100644 index 7638a429ae..0000000000 --- a/src/gen/core/tbx/Item.java +++ /dev/null @@ -1,152 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlElementRefs; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <choice maxOccurs="unbounded" minOccurs="0">
- *         <element ref="{}hi"/>
- *         <element ref="{}foreign"/>
- *         <element ref="{}bpt"/>
- *         <element ref="{}ept"/>
- *         <element ref="{}ph"/>
- *       </choice>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "item") -public class Item { - - @XmlElementRefs({ - @XmlElementRef(name = "hi", type = Hi.class, required = false), - @XmlElementRef(name = "foreign", type = Foreign.class, required = false), - @XmlElementRef(name = "bpt", type = Bpt.class, required = false), - @XmlElementRef(name = "ept", type = Ept.class, required = false), - @XmlElementRef(name = "ph", type = Ph.class, required = false) - }) - @XmlMixed - protected List content; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - @XmlAttribute(name = "type") - @XmlSchemaType(name = "anySimpleType") - protected String type; - - /** - * Gets the value of the content property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the content property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getContent().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Bpt } - * {@link Ept } - * {@link Foreign } - * {@link Hi } - * {@link Ph } - * {@link String } - * - * - */ - public List getContent() { - if (content == null) { - content = new ArrayList(); - } - return this.content; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - -} diff --git a/src/gen/core/tbx/ItemGrp.java b/src/gen/core/tbx/ItemGrp.java deleted file mode 100644 index 6ac423da39..0000000000 --- a/src/gen/core/tbx/ItemGrp.java +++ /dev/null @@ -1,154 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{}item"/>
- *         <choice maxOccurs="unbounded" minOccurs="0">
- *           <element ref="{}admin"/>
- *           <element ref="{}adminGrp"/>
- *           <element ref="{}transacGrp"/>
- *           <element ref="{}note"/>
- *           <element ref="{}ref"/>
- *           <element ref="{}xref"/>
- *         </choice>
- *       </sequence>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "item", - "adminOrAdminGrpOrTransacGrp" -}) -@XmlRootElement(name = "itemGrp") -public class ItemGrp { - - @XmlElement(required = true) - protected Item item; - @XmlElements({ - @XmlElement(name = "admin", type = Admin.class), - @XmlElement(name = "adminGrp", type = AdminGrp.class), - @XmlElement(name = "transacGrp", type = TransacGrp.class), - @XmlElement(name = "note", type = Note.class), - @XmlElement(name = "ref", type = Ref.class), - @XmlElement(name = "xref", type = Xref.class) - }) - protected List adminOrAdminGrpOrTransacGrp; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - - /** - * Gets the value of the item property. - * - * @return - * possible object is - * {@link Item } - * - */ - public Item getItem() { - return item; - } - - /** - * Sets the value of the item property. - * - * @param value - * allowed object is - * {@link Item } - * - */ - public void setItem(Item value) { - this.item = value; - } - - /** - * Gets the value of the adminOrAdminGrpOrTransacGrp property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the adminOrAdminGrpOrTransacGrp property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getAdminOrAdminGrpOrTransacGrp().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Admin } - * {@link AdminGrp } - * {@link Note } - * {@link Ref } - * {@link TransacGrp } - * {@link Xref } - * - * - */ - public List getAdminOrAdminGrpOrTransacGrp() { - if (adminOrAdminGrpOrTransacGrp == null) { - adminOrAdminGrpOrTransacGrp = new ArrayList(); - } - return this.adminOrAdminGrpOrTransacGrp; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - -} diff --git a/src/gen/core/tbx/ItemSet.java b/src/gen/core/tbx/ItemSet.java deleted file mode 100644 index bfc3202254..0000000000 --- a/src/gen/core/tbx/ItemSet.java +++ /dev/null @@ -1,142 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <sequence>
- *         <choice maxOccurs="unbounded">
- *           <element ref="{}item"/>
- *           <element ref="{}itemGrp"/>
- *         </choice>
- *       </sequence>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "itemOrItemGrp" -}) -@XmlRootElement(name = "itemSet") -public class ItemSet { - - @XmlElements({ - @XmlElement(name = "item", type = Item.class), - @XmlElement(name = "itemGrp", type = ItemGrp.class) - }) - protected List itemOrItemGrp; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - @XmlAttribute(name = "type") - @XmlSchemaType(name = "anySimpleType") - protected String type; - - /** - * Gets the value of the itemOrItemGrp property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the itemOrItemGrp property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getItemOrItemGrp().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Item } - * {@link ItemGrp } - * - * - */ - public List getItemOrItemGrp() { - if (itemOrItemGrp == null) { - itemOrItemGrp = new ArrayList(); - } - return this.itemOrItemGrp; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - -} diff --git a/src/gen/core/tbx/LangSet.java b/src/gen/core/tbx/LangSet.java deleted file mode 100644 index fea9791d36..0000000000 --- a/src/gen/core/tbx/LangSet.java +++ /dev/null @@ -1,201 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <sequence>
- *         <choice>
- *           <choice maxOccurs="unbounded" minOccurs="0">
- *             <element ref="{}descrip"/>
- *             <element ref="{}descripGrp"/>
- *             <element ref="{}admin"/>
- *             <element ref="{}adminGrp"/>
- *             <element ref="{}transacGrp"/>
- *             <element ref="{}note"/>
- *             <element ref="{}ref"/>
- *             <element ref="{}xref"/>
- *           </choice>
- *         </choice>
- *         <choice maxOccurs="unbounded">
- *           <element ref="{}tig"/>
- *           <element ref="{}ntig"/>
- *         </choice>
- *       </sequence>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang use="required""/>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "descripOrDescripGrpOrAdmin", - "tigOrNtig" -}) -@XmlRootElement(name = "langSet") -public class LangSet { - - @XmlElements({ - @XmlElement(name = "descrip", type = Descrip.class), - @XmlElement(name = "descripGrp", type = DescripGrp.class), - @XmlElement(name = "admin", type = Admin.class), - @XmlElement(name = "adminGrp", type = AdminGrp.class), - @XmlElement(name = "transacGrp", type = TransacGrp.class), - @XmlElement(name = "note", type = Note.class), - @XmlElement(name = "ref", type = Ref.class), - @XmlElement(name = "xref", type = Xref.class) - }) - protected List descripOrDescripGrpOrAdmin; - @XmlElements({ - @XmlElement(name = "tig", type = Tig.class), - @XmlElement(name = "ntig", type = Ntig.class) - }) - protected List tigOrNtig; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - @XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace", required = true) - protected String lang; - - /** - * Gets the value of the descripOrDescripGrpOrAdmin property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the descripOrDescripGrpOrAdmin property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getDescripOrDescripGrpOrAdmin().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Admin } - * {@link AdminGrp } - * {@link Descrip } - * {@link DescripGrp } - * {@link Note } - * {@link Ref } - * {@link TransacGrp } - * {@link Xref } - * - * - */ - public List getDescripOrDescripGrpOrAdmin() { - if (descripOrDescripGrpOrAdmin == null) { - descripOrDescripGrpOrAdmin = new ArrayList(); - } - return this.descripOrDescripGrpOrAdmin; - } - - /** - * Gets the value of the tigOrNtig property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the tigOrNtig property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getTigOrNtig().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Ntig } - * {@link Tig } - * - * - */ - public List getTigOrNtig() { - if (tigOrNtig == null) { - tigOrNtig = new ArrayList(); - } - return this.tigOrNtig; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets the value of the lang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLang() { - return lang; - } - - /** - * Sets the value of the lang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLang(String value) { - this.lang = value; - } - -} diff --git a/src/gen/core/tbx/Martif.java b/src/gen/core/tbx/Martif.java deleted file mode 100644 index c3216140d8..0000000000 --- a/src/gen/core/tbx/Martif.java +++ /dev/null @@ -1,149 +0,0 @@ - -package gen.core.tbx; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{}martifHeader"/>
- *         <element ref="{}text"/>
- *       </sequence>
- *       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang use="required""/>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "martifHeader", - "text" -}) -@XmlRootElement(name = "martif") -public class Martif { - - @XmlElement(required = true) - protected MartifHeader martifHeader; - @XmlElement(required = true) - protected Text text; - @XmlAttribute(name = "type", required = true) - @XmlSchemaType(name = "anySimpleType") - protected String type; - @XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace", required = true) - protected String lang; - - /** - * Gets the value of the martifHeader property. - * - * @return - * possible object is - * {@link MartifHeader } - * - */ - public MartifHeader getMartifHeader() { - return martifHeader; - } - - /** - * Sets the value of the martifHeader property. - * - * @param value - * allowed object is - * {@link MartifHeader } - * - */ - public void setMartifHeader(MartifHeader value) { - this.martifHeader = value; - } - - /** - * Gets the value of the text property. - * - * @return - * possible object is - * {@link Text } - * - */ - public Text getText() { - return text; - } - - /** - * Sets the value of the text property. - * - * @param value - * allowed object is - * {@link Text } - * - */ - public void setText(Text value) { - this.text = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - - /** - * Gets the value of the lang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLang() { - return lang; - } - - /** - * Sets the value of the lang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLang(String value) { - this.lang = value; - } - -} diff --git a/src/gen/core/tbx/MartifHeader.java b/src/gen/core/tbx/MartifHeader.java deleted file mode 100644 index 8792a50082..0000000000 --- a/src/gen/core/tbx/MartifHeader.java +++ /dev/null @@ -1,153 +0,0 @@ - -package gen.core.tbx; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{}fileDesc"/>
- *         <element ref="{}encodingDesc" minOccurs="0"/>
- *         <element ref="{}revisionDesc" minOccurs="0"/>
- *       </sequence>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "fileDesc", - "encodingDesc", - "revisionDesc" -}) -@XmlRootElement(name = "martifHeader") -public class MartifHeader { - - @XmlElement(required = true) - protected FileDesc fileDesc; - protected EncodingDesc encodingDesc; - protected RevisionDesc revisionDesc; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - - /** - * Gets the value of the fileDesc property. - * - * @return - * possible object is - * {@link FileDesc } - * - */ - public FileDesc getFileDesc() { - return fileDesc; - } - - /** - * Sets the value of the fileDesc property. - * - * @param value - * allowed object is - * {@link FileDesc } - * - */ - public void setFileDesc(FileDesc value) { - this.fileDesc = value; - } - - /** - * Gets the value of the encodingDesc property. - * - * @return - * possible object is - * {@link EncodingDesc } - * - */ - public EncodingDesc getEncodingDesc() { - return encodingDesc; - } - - /** - * Sets the value of the encodingDesc property. - * - * @param value - * allowed object is - * {@link EncodingDesc } - * - */ - public void setEncodingDesc(EncodingDesc value) { - this.encodingDesc = value; - } - - /** - * Gets the value of the revisionDesc property. - * - * @return - * possible object is - * {@link RevisionDesc } - * - */ - public RevisionDesc getRevisionDesc() { - return revisionDesc; - } - - /** - * Sets the value of the revisionDesc property. - * - * @param value - * allowed object is - * {@link RevisionDesc } - * - */ - public void setRevisionDesc(RevisionDesc value) { - this.revisionDesc = value; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - -} diff --git a/src/gen/core/tbx/Note.java b/src/gen/core/tbx/Note.java deleted file mode 100644 index 1271f7bef7..0000000000 --- a/src/gen/core/tbx/Note.java +++ /dev/null @@ -1,151 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlElementRefs; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <choice maxOccurs="unbounded" minOccurs="0">
- *         <element ref="{}hi"/>
- *         <element ref="{}foreign"/>
- *         <element ref="{}bpt"/>
- *         <element ref="{}ept"/>
- *         <element ref="{}ph"/>
- *       </choice>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "note") -public class Note { - - @XmlElementRefs({ - @XmlElementRef(name = "hi", type = Hi.class, required = false), - @XmlElementRef(name = "foreign", type = Foreign.class, required = false), - @XmlElementRef(name = "bpt", type = Bpt.class, required = false), - @XmlElementRef(name = "ept", type = Ept.class, required = false), - @XmlElementRef(name = "ph", type = Ph.class, required = false) - }) - @XmlMixed - protected List content; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - @XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace") - protected String lang; - - /** - * Gets the value of the content property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the content property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getContent().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Bpt } - * {@link Ept } - * {@link Foreign } - * {@link Hi } - * {@link Ph } - * {@link String } - * - * - */ - public List getContent() { - if (content == null) { - content = new ArrayList(); - } - return this.content; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets the value of the lang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLang() { - return lang; - } - - /** - * Sets the value of the lang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLang(String value) { - this.lang = value; - } - -} diff --git a/src/gen/core/tbx/Ntig.java b/src/gen/core/tbx/Ntig.java deleted file mode 100644 index 0c1c4d1721..0000000000 --- a/src/gen/core/tbx/Ntig.java +++ /dev/null @@ -1,160 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{}termGrp"/>
- *         <choice maxOccurs="unbounded" minOccurs="0">
- *           <element ref="{}descrip"/>
- *           <element ref="{}descripGrp"/>
- *           <element ref="{}admin"/>
- *           <element ref="{}adminGrp"/>
- *           <element ref="{}transacGrp"/>
- *           <element ref="{}note"/>
- *           <element ref="{}ref"/>
- *           <element ref="{}xref"/>
- *         </choice>
- *       </sequence>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "termGrp", - "descripOrDescripGrpOrAdmin" -}) -@XmlRootElement(name = "ntig") -public class Ntig { - - @XmlElement(required = true) - protected TermGrp termGrp; - @XmlElements({ - @XmlElement(name = "descrip", type = Descrip.class), - @XmlElement(name = "descripGrp", type = DescripGrp.class), - @XmlElement(name = "admin", type = Admin.class), - @XmlElement(name = "adminGrp", type = AdminGrp.class), - @XmlElement(name = "transacGrp", type = TransacGrp.class), - @XmlElement(name = "note", type = Note.class), - @XmlElement(name = "ref", type = Ref.class), - @XmlElement(name = "xref", type = Xref.class) - }) - protected List descripOrDescripGrpOrAdmin; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - - /** - * Gets the value of the termGrp property. - * - * @return - * possible object is - * {@link TermGrp } - * - */ - public TermGrp getTermGrp() { - return termGrp; - } - - /** - * Sets the value of the termGrp property. - * - * @param value - * allowed object is - * {@link TermGrp } - * - */ - public void setTermGrp(TermGrp value) { - this.termGrp = value; - } - - /** - * Gets the value of the descripOrDescripGrpOrAdmin property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the descripOrDescripGrpOrAdmin property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getDescripOrDescripGrpOrAdmin().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Admin } - * {@link AdminGrp } - * {@link Descrip } - * {@link DescripGrp } - * {@link Note } - * {@link Ref } - * {@link TransacGrp } - * {@link Xref } - * - * - */ - public List getDescripOrDescripGrpOrAdmin() { - if (descripOrDescripGrpOrAdmin == null) { - descripOrDescripGrpOrAdmin = new ArrayList(); - } - return this.descripOrDescripGrpOrAdmin; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - -} diff --git a/src/gen/core/tbx/ObjectFactory.java b/src/gen/core/tbx/ObjectFactory.java deleted file mode 100644 index 1a728271be..0000000000 --- a/src/gen/core/tbx/ObjectFactory.java +++ /dev/null @@ -1,416 +0,0 @@ - -package gen.core.tbx; - -import javax.xml.bind.annotation.XmlRegistry; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the gen.core.tbx package. - *

An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups. Factory methods for each of these are - * provided in this class. - * - */ -@XmlRegistry -public class ObjectFactory { - - - /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: gen.core.tbx - * - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link Hi } - * - */ - public Hi createHi() { - return new Hi(); - } - - /** - * Create an instance of {@link Foreign } - * - */ - public Foreign createForeign() { - return new Foreign(); - } - - /** - * Create an instance of {@link Bpt } - * - */ - public Bpt createBpt() { - return new Bpt(); - } - - /** - * Create an instance of {@link Ept } - * - */ - public Ept createEpt() { - return new Ept(); - } - - /** - * Create an instance of {@link Ph } - * - */ - public Ph createPh() { - return new Ph(); - } - - /** - * Create an instance of {@link Admin } - * - */ - public Admin createAdmin() { - return new Admin(); - } - - /** - * Create an instance of {@link AdminGrp } - * - */ - public AdminGrp createAdminGrp() { - return new AdminGrp(); - } - - /** - * Create an instance of {@link AdminNote } - * - */ - public AdminNote createAdminNote() { - return new AdminNote(); - } - - /** - * Create an instance of {@link Note } - * - */ - public Note createNote() { - return new Note(); - } - - /** - * Create an instance of {@link Ref } - * - */ - public Ref createRef() { - return new Ref(); - } - - /** - * Create an instance of {@link Xref } - * - */ - public Xref createXref() { - return new Xref(); - } - - /** - * Create an instance of {@link Date } - * - */ - public Date createDate() { - return new Date(); - } - - /** - * Create an instance of {@link Descrip } - * - */ - public Descrip createDescrip() { - return new Descrip(); - } - - /** - * Create an instance of {@link DescripGrp } - * - */ - public DescripGrp createDescripGrp() { - return new DescripGrp(); - } - - /** - * Create an instance of {@link DescripNote } - * - */ - public DescripNote createDescripNote() { - return new DescripNote(); - } - - /** - * Create an instance of {@link TransacGrp } - * - */ - public TransacGrp createTransacGrp() { - return new TransacGrp(); - } - - /** - * Create an instance of {@link Transac } - * - */ - public Transac createTransac() { - return new Transac(); - } - - /** - * Create an instance of {@link TransacNote } - * - */ - public TransacNote createTransacNote() { - return new TransacNote(); - } - - /** - * Create an instance of {@link LangSet } - * - */ - public LangSet createLangSet() { - return new LangSet(); - } - - /** - * Create an instance of {@link Tig } - * - */ - public Tig createTig() { - return new Tig(); - } - - /** - * Create an instance of {@link Term } - * - */ - public Term createTerm() { - return new Term(); - } - - /** - * Create an instance of {@link TermNote } - * - */ - public TermNote createTermNote() { - return new TermNote(); - } - - /** - * Create an instance of {@link Ntig } - * - */ - public Ntig createNtig() { - return new Ntig(); - } - - /** - * Create an instance of {@link TermGrp } - * - */ - public TermGrp createTermGrp() { - return new TermGrp(); - } - - /** - * Create an instance of {@link TermNoteGrp } - * - */ - public TermNoteGrp createTermNoteGrp() { - return new TermNoteGrp(); - } - - /** - * Create an instance of {@link TermCompList } - * - */ - public TermCompList createTermCompList() { - return new TermCompList(); - } - - /** - * Create an instance of {@link TermComp } - * - */ - public TermComp createTermComp() { - return new TermComp(); - } - - /** - * Create an instance of {@link TermCompGrp } - * - */ - public TermCompGrp createTermCompGrp() { - return new TermCompGrp(); - } - - /** - * Create an instance of {@link TermEntry } - * - */ - public TermEntry createTermEntry() { - return new TermEntry(); - } - - /** - * Create an instance of {@link Martif } - * - */ - public Martif createMartif() { - return new Martif(); - } - - /** - * Create an instance of {@link MartifHeader } - * - */ - public MartifHeader createMartifHeader() { - return new MartifHeader(); - } - - /** - * Create an instance of {@link FileDesc } - * - */ - public FileDesc createFileDesc() { - return new FileDesc(); - } - - /** - * Create an instance of {@link TitleStmt } - * - */ - public TitleStmt createTitleStmt() { - return new TitleStmt(); - } - - /** - * Create an instance of {@link Title } - * - */ - public Title createTitle() { - return new Title(); - } - - /** - * Create an instance of {@link PublicationStmt } - * - */ - public PublicationStmt createPublicationStmt() { - return new PublicationStmt(); - } - - /** - * Create an instance of {@link P } - * - */ - public P createP() { - return new P(); - } - - /** - * Create an instance of {@link SourceDesc } - * - */ - public SourceDesc createSourceDesc() { - return new SourceDesc(); - } - - /** - * Create an instance of {@link EncodingDesc } - * - */ - public EncodingDesc createEncodingDesc() { - return new EncodingDesc(); - } - - /** - * Create an instance of {@link RevisionDesc } - * - */ - public RevisionDesc createRevisionDesc() { - return new RevisionDesc(); - } - - /** - * Create an instance of {@link Change } - * - */ - public Change createChange() { - return new Change(); - } - - /** - * Create an instance of {@link Text } - * - */ - public Text createText() { - return new Text(); - } - - /** - * Create an instance of {@link Body } - * - */ - public Body createBody() { - return new Body(); - } - - /** - * Create an instance of {@link Back } - * - */ - public Back createBack() { - return new Back(); - } - - /** - * Create an instance of {@link RefObjectList } - * - */ - public RefObjectList createRefObjectList() { - return new RefObjectList(); - } - - /** - * Create an instance of {@link RefObject } - * - */ - public RefObject createRefObject() { - return new RefObject(); - } - - /** - * Create an instance of {@link ItemSet } - * - */ - public ItemSet createItemSet() { - return new ItemSet(); - } - - /** - * Create an instance of {@link Item } - * - */ - public Item createItem() { - return new Item(); - } - - /** - * Create an instance of {@link ItemGrp } - * - */ - public ItemGrp createItemGrp() { - return new ItemGrp(); - } - -} diff --git a/src/gen/core/tbx/P.java b/src/gen/core/tbx/P.java deleted file mode 100644 index 9e16aac0e1..0000000000 --- a/src/gen/core/tbx/P.java +++ /dev/null @@ -1,187 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlElementRefs; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <choice maxOccurs="unbounded" minOccurs="0">
- *         <element ref="{}hi"/>
- *         <element ref="{}foreign"/>
- *         <element ref="{}bpt"/>
- *         <element ref="{}ept"/>
- *         <element ref="{}ph"/>
- *       </choice>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *       <attribute name="type">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
- *             <enumeration value="XCSURI"/>
- *             <enumeration value="DCSName"/>
- *             <enumeration value="XCSContent"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "p") -public class P { - - @XmlElementRefs({ - @XmlElementRef(name = "hi", type = Hi.class, required = false), - @XmlElementRef(name = "foreign", type = Foreign.class, required = false), - @XmlElementRef(name = "bpt", type = Bpt.class, required = false), - @XmlElementRef(name = "ept", type = Ept.class, required = false), - @XmlElementRef(name = "ph", type = Ph.class, required = false) - }) - @XmlMixed - protected List content; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - @XmlAttribute(name = "type") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - protected String type; - @XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace") - protected String lang; - - /** - * Gets the value of the content property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the content property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getContent().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Bpt } - * {@link Ept } - * {@link Foreign } - * {@link Hi } - * {@link Ph } - * {@link String } - * - * - */ - public List getContent() { - if (content == null) { - content = new ArrayList(); - } - return this.content; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - - /** - * Gets the value of the lang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLang() { - return lang; - } - - /** - * Sets the value of the lang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLang(String value) { - this.lang = value; - } - -} diff --git a/src/gen/core/tbx/Ph.java b/src/gen/core/tbx/Ph.java deleted file mode 100644 index ecaf5b7613..0000000000 --- a/src/gen/core/tbx/Ph.java +++ /dev/null @@ -1,91 +0,0 @@ - -package gen.core.tbx; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; - - -/** - *

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">
- *       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "ph") -public class Ph { - - @XmlValue - protected String content; - @XmlAttribute(name = "type") - @XmlSchemaType(name = "anySimpleType") - protected String type; - - /** - * Gets the value of the content property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getContent() { - return content; - } - - /** - * Sets the value of the content property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setContent(String value) { - this.content = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - -} diff --git a/src/gen/core/tbx/PublicationStmt.java b/src/gen/core/tbx/PublicationStmt.java deleted file mode 100644 index ace751d2f0..0000000000 --- a/src/gen/core/tbx/PublicationStmt.java +++ /dev/null @@ -1,106 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{}p" maxOccurs="unbounded"/>
- *       </sequence>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "p" -}) -@XmlRootElement(name = "publicationStmt") -public class PublicationStmt { - - @XmlElement(required = true) - protected List

p; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - - /** - * Gets the value of the p property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the p property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getP().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link P } - * - * - */ - public List

getP() { - if (p == null) { - p = new ArrayList

(); - } - return this.p; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - -} diff --git a/src/gen/core/tbx/Ref.java b/src/gen/core/tbx/Ref.java deleted file mode 100644 index 438280debd..0000000000 --- a/src/gen/core/tbx/Ref.java +++ /dev/null @@ -1,209 +0,0 @@ - -package gen.core.tbx; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlIDREF; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
- *       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
- *       <attribute name="datatype" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "ref") -public class Ref { - - @XmlValue - protected String content; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - @XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace") - protected String lang; - @XmlAttribute(name = "type", required = true) - @XmlSchemaType(name = "anySimpleType") - protected String type; - @XmlAttribute(name = "target") - @XmlIDREF - @XmlSchemaType(name = "IDREF") - protected Object target; - @XmlAttribute(name = "datatype") - @XmlSchemaType(name = "anySimpleType") - protected String datatype; - - /** - * Gets the value of the content property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getContent() { - return content; - } - - /** - * Sets the value of the content property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setContent(String value) { - this.content = value; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets the value of the lang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLang() { - return lang; - } - - /** - * Sets the value of the lang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLang(String value) { - this.lang = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - - /** - * Gets the value of the target property. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getTarget() { - return target; - } - - /** - * Sets the value of the target property. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setTarget(Object value) { - this.target = value; - } - - /** - * Gets the value of the datatype property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDatatype() { - return datatype; - } - - /** - * Sets the value of the datatype property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDatatype(String value) { - this.datatype = value; - } - -} diff --git a/src/gen/core/tbx/RefObject.java b/src/gen/core/tbx/RefObject.java deleted file mode 100644 index 646e469b28..0000000000 --- a/src/gen/core/tbx/RefObject.java +++ /dev/null @@ -1,117 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <sequence>
- *         <choice maxOccurs="unbounded">
- *           <element ref="{}itemSet"/>
- *           <element ref="{}itemGrp"/>
- *           <element ref="{}item"/>
- *         </choice>
- *       </sequence>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "itemSetOrItemGrpOrItem" -}) -@XmlRootElement(name = "refObject") -public class RefObject { - - @XmlElements({ - @XmlElement(name = "itemSet", type = ItemSet.class), - @XmlElement(name = "itemGrp", type = ItemGrp.class), - @XmlElement(name = "item", type = Item.class) - }) - protected List itemSetOrItemGrpOrItem; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - - /** - * Gets the value of the itemSetOrItemGrpOrItem property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the itemSetOrItemGrpOrItem property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getItemSetOrItemGrpOrItem().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Item } - * {@link ItemGrp } - * {@link ItemSet } - * - * - */ - public List getItemSetOrItemGrpOrItem() { - if (itemSetOrItemGrpOrItem == null) { - itemSetOrItemGrpOrItem = new ArrayList(); - } - return this.itemSetOrItemGrpOrItem; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - -} diff --git a/src/gen/core/tbx/RefObjectList.java b/src/gen/core/tbx/RefObjectList.java deleted file mode 100644 index 3bc23e79e3..0000000000 --- a/src/gen/core/tbx/RefObjectList.java +++ /dev/null @@ -1,134 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{}refObject" maxOccurs="unbounded"/>
- *       </sequence>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "refObject" -}) -@XmlRootElement(name = "refObjectList") -public class RefObjectList { - - @XmlElement(required = true) - protected List refObject; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - @XmlAttribute(name = "type", required = true) - @XmlSchemaType(name = "anySimpleType") - protected String type; - - /** - * Gets the value of the refObject property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the refObject property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getRefObject().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link RefObject } - * - * - */ - public List getRefObject() { - if (refObject == null) { - refObject = new ArrayList(); - } - return this.refObject; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - -} diff --git a/src/gen/core/tbx/RevisionDesc.java b/src/gen/core/tbx/RevisionDesc.java deleted file mode 100644 index 25ed679b8c..0000000000 --- a/src/gen/core/tbx/RevisionDesc.java +++ /dev/null @@ -1,133 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{}change" maxOccurs="unbounded"/>
- *       </sequence>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "change" -}) -@XmlRootElement(name = "revisionDesc") -public class RevisionDesc { - - @XmlElement(required = true) - protected List change; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - @XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace") - protected String lang; - - /** - * Gets the value of the change property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the change property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getChange().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Change } - * - * - */ - public List getChange() { - if (change == null) { - change = new ArrayList(); - } - return this.change; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets the value of the lang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLang() { - return lang; - } - - /** - * Sets the value of the lang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLang(String value) { - this.lang = value; - } - -} diff --git a/src/gen/core/tbx/SourceDesc.java b/src/gen/core/tbx/SourceDesc.java deleted file mode 100644 index f40a7c66cc..0000000000 --- a/src/gen/core/tbx/SourceDesc.java +++ /dev/null @@ -1,133 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{}p" maxOccurs="unbounded"/>
- *       </sequence>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "p" -}) -@XmlRootElement(name = "sourceDesc") -public class SourceDesc { - - @XmlElement(required = true) - protected List

p; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - @XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace") - protected String lang; - - /** - * Gets the value of the p property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the p property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getP().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link P } - * - * - */ - public List

getP() { - if (p == null) { - p = new ArrayList

(); - } - return this.p; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets the value of the lang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLang() { - return lang; - } - - /** - * Sets the value of the lang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLang(String value) { - this.lang = value; - } - -} diff --git a/src/gen/core/tbx/Term.java b/src/gen/core/tbx/Term.java deleted file mode 100644 index 7785a681a7..0000000000 --- a/src/gen/core/tbx/Term.java +++ /dev/null @@ -1,109 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <choice maxOccurs="unbounded" minOccurs="0">
- *         <element ref="{}hi"/>
- *       </choice>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "term") -public class Term { - - @XmlElementRef(name = "hi", type = Hi.class, required = false) - @XmlMixed - protected List content; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - - /** - * Gets the value of the content property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the content property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getContent().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Hi } - * {@link String } - * - * - */ - public List getContent() { - if (content == null) { - content = new ArrayList(); - } - return this.content; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - -} diff --git a/src/gen/core/tbx/TermComp.java b/src/gen/core/tbx/TermComp.java deleted file mode 100644 index b7b1b16ed2..0000000000 --- a/src/gen/core/tbx/TermComp.java +++ /dev/null @@ -1,123 +0,0 @@ - -package gen.core.tbx; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "termComp") -public class TermComp { - - @XmlValue - protected String content; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - @XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace") - protected String lang; - - /** - * Gets the value of the content property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getContent() { - return content; - } - - /** - * Sets the value of the content property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setContent(String value) { - this.content = value; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets the value of the lang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLang() { - return lang; - } - - /** - * Sets the value of the lang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLang(String value) { - this.lang = value; - } - -} diff --git a/src/gen/core/tbx/TermCompGrp.java b/src/gen/core/tbx/TermCompGrp.java deleted file mode 100644 index bfbf6cb8f8..0000000000 --- a/src/gen/core/tbx/TermCompGrp.java +++ /dev/null @@ -1,194 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{}termComp"/>
- *         <choice maxOccurs="unbounded" minOccurs="0">
- *           <element ref="{}termNote"/>
- *           <element ref="{}termNoteGrp"/>
- *         </choice>
- *         <choice maxOccurs="unbounded" minOccurs="0">
- *           <element ref="{}admin"/>
- *           <element ref="{}adminGrp"/>
- *           <element ref="{}transacGrp"/>
- *           <element ref="{}note"/>
- *           <element ref="{}ref"/>
- *           <element ref="{}xref"/>
- *         </choice>
- *       </sequence>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "termComp", - "termNoteOrTermNoteGrp", - "adminOrAdminGrpOrTransacGrp" -}) -@XmlRootElement(name = "termCompGrp") -public class TermCompGrp { - - @XmlElement(required = true) - protected TermComp termComp; - @XmlElements({ - @XmlElement(name = "termNote", type = TermNote.class), - @XmlElement(name = "termNoteGrp", type = TermNoteGrp.class) - }) - protected List termNoteOrTermNoteGrp; - @XmlElements({ - @XmlElement(name = "admin", type = Admin.class), - @XmlElement(name = "adminGrp", type = AdminGrp.class), - @XmlElement(name = "transacGrp", type = TransacGrp.class), - @XmlElement(name = "note", type = Note.class), - @XmlElement(name = "ref", type = Ref.class), - @XmlElement(name = "xref", type = Xref.class) - }) - protected List adminOrAdminGrpOrTransacGrp; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - - /** - * Gets the value of the termComp property. - * - * @return - * possible object is - * {@link TermComp } - * - */ - public TermComp getTermComp() { - return termComp; - } - - /** - * Sets the value of the termComp property. - * - * @param value - * allowed object is - * {@link TermComp } - * - */ - public void setTermComp(TermComp value) { - this.termComp = value; - } - - /** - * Gets the value of the termNoteOrTermNoteGrp property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the termNoteOrTermNoteGrp property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getTermNoteOrTermNoteGrp().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link TermNote } - * {@link TermNoteGrp } - * - * - */ - public List getTermNoteOrTermNoteGrp() { - if (termNoteOrTermNoteGrp == null) { - termNoteOrTermNoteGrp = new ArrayList(); - } - return this.termNoteOrTermNoteGrp; - } - - /** - * Gets the value of the adminOrAdminGrpOrTransacGrp property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the adminOrAdminGrpOrTransacGrp property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getAdminOrAdminGrpOrTransacGrp().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Admin } - * {@link AdminGrp } - * {@link Note } - * {@link Ref } - * {@link TransacGrp } - * {@link Xref } - * - * - */ - public List getAdminOrAdminGrpOrTransacGrp() { - if (adminOrAdminGrpOrTransacGrp == null) { - adminOrAdminGrpOrTransacGrp = new ArrayList(); - } - return this.adminOrAdminGrpOrTransacGrp; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - -} diff --git a/src/gen/core/tbx/TermCompList.java b/src/gen/core/tbx/TermCompList.java deleted file mode 100644 index fe997c7c4f..0000000000 --- a/src/gen/core/tbx/TermCompList.java +++ /dev/null @@ -1,202 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <sequence>
- *         <choice>
- *           <choice maxOccurs="unbounded" minOccurs="0">
- *             <element ref="{}descrip"/>
- *             <element ref="{}descripGrp"/>
- *             <element ref="{}admin"/>
- *             <element ref="{}adminGrp"/>
- *             <element ref="{}transacGrp"/>
- *             <element ref="{}note"/>
- *             <element ref="{}ref"/>
- *             <element ref="{}xref"/>
- *           </choice>
- *         </choice>
- *         <choice maxOccurs="unbounded">
- *           <element ref="{}termComp"/>
- *           <element ref="{}termCompGrp"/>
- *         </choice>
- *       </sequence>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "descripOrDescripGrpOrAdmin", - "termCompOrTermCompGrp" -}) -@XmlRootElement(name = "termCompList") -public class TermCompList { - - @XmlElements({ - @XmlElement(name = "descrip", type = Descrip.class), - @XmlElement(name = "descripGrp", type = DescripGrp.class), - @XmlElement(name = "admin", type = Admin.class), - @XmlElement(name = "adminGrp", type = AdminGrp.class), - @XmlElement(name = "transacGrp", type = TransacGrp.class), - @XmlElement(name = "note", type = Note.class), - @XmlElement(name = "ref", type = Ref.class), - @XmlElement(name = "xref", type = Xref.class) - }) - protected List descripOrDescripGrpOrAdmin; - @XmlElements({ - @XmlElement(name = "termComp", type = TermComp.class), - @XmlElement(name = "termCompGrp", type = TermCompGrp.class) - }) - protected List termCompOrTermCompGrp; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - @XmlAttribute(name = "type", required = true) - @XmlSchemaType(name = "anySimpleType") - protected String type; - - /** - * Gets the value of the descripOrDescripGrpOrAdmin property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the descripOrDescripGrpOrAdmin property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getDescripOrDescripGrpOrAdmin().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Admin } - * {@link AdminGrp } - * {@link Descrip } - * {@link DescripGrp } - * {@link Note } - * {@link Ref } - * {@link TransacGrp } - * {@link Xref } - * - * - */ - public List getDescripOrDescripGrpOrAdmin() { - if (descripOrDescripGrpOrAdmin == null) { - descripOrDescripGrpOrAdmin = new ArrayList(); - } - return this.descripOrDescripGrpOrAdmin; - } - - /** - * Gets the value of the termCompOrTermCompGrp property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the termCompOrTermCompGrp property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getTermCompOrTermCompGrp().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link TermComp } - * {@link TermCompGrp } - * - * - */ - public List getTermCompOrTermCompGrp() { - if (termCompOrTermCompGrp == null) { - termCompOrTermCompGrp = new ArrayList(); - } - return this.termCompOrTermCompGrp; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - -} diff --git a/src/gen/core/tbx/TermEntry.java b/src/gen/core/tbx/TermEntry.java deleted file mode 100644 index 9d824af0c1..0000000000 --- a/src/gen/core/tbx/TermEntry.java +++ /dev/null @@ -1,168 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <sequence>
- *         <choice>
- *           <choice maxOccurs="unbounded" minOccurs="0">
- *             <element ref="{}descrip"/>
- *             <element ref="{}descripGrp"/>
- *             <element ref="{}admin"/>
- *             <element ref="{}adminGrp"/>
- *             <element ref="{}transacGrp"/>
- *             <element ref="{}note"/>
- *             <element ref="{}ref"/>
- *             <element ref="{}xref"/>
- *           </choice>
- *         </choice>
- *         <choice>
- *           <element ref="{}langSet" maxOccurs="unbounded"/>
- *         </choice>
- *       </sequence>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "descripOrDescripGrpOrAdmin", - "langSet" -}) -@XmlRootElement(name = "termEntry") -public class TermEntry { - - @XmlElements({ - @XmlElement(name = "descrip", type = Descrip.class), - @XmlElement(name = "descripGrp", type = DescripGrp.class), - @XmlElement(name = "admin", type = Admin.class), - @XmlElement(name = "adminGrp", type = AdminGrp.class), - @XmlElement(name = "transacGrp", type = TransacGrp.class), - @XmlElement(name = "note", type = Note.class), - @XmlElement(name = "ref", type = Ref.class), - @XmlElement(name = "xref", type = Xref.class) - }) - protected List descripOrDescripGrpOrAdmin; - protected List langSet; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - - /** - * Gets the value of the descripOrDescripGrpOrAdmin property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the descripOrDescripGrpOrAdmin property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getDescripOrDescripGrpOrAdmin().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Admin } - * {@link AdminGrp } - * {@link Descrip } - * {@link DescripGrp } - * {@link Note } - * {@link Ref } - * {@link TransacGrp } - * {@link Xref } - * - * - */ - public List getDescripOrDescripGrpOrAdmin() { - if (descripOrDescripGrpOrAdmin == null) { - descripOrDescripGrpOrAdmin = new ArrayList(); - } - return this.descripOrDescripGrpOrAdmin; - } - - /** - * Gets the value of the langSet property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the langSet property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getLangSet().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link LangSet } - * - * - */ - public List getLangSet() { - if (langSet == null) { - langSet = new ArrayList(); - } - return this.langSet; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - -} diff --git a/src/gen/core/tbx/TermGrp.java b/src/gen/core/tbx/TermGrp.java deleted file mode 100644 index bc81c47ab9..0000000000 --- a/src/gen/core/tbx/TermGrp.java +++ /dev/null @@ -1,176 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{}term"/>
- *         <choice maxOccurs="unbounded" minOccurs="0">
- *           <element ref="{}termNote"/>
- *           <element ref="{}termNoteGrp"/>
- *         </choice>
- *         <choice maxOccurs="unbounded" minOccurs="0">
- *           <element ref="{}termCompList"/>
- *         </choice>
- *       </sequence>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "term", - "termNoteOrTermNoteGrp", - "termCompList" -}) -@XmlRootElement(name = "termGrp") -public class TermGrp { - - @XmlElement(required = true) - protected Term term; - @XmlElements({ - @XmlElement(name = "termNote", type = TermNote.class), - @XmlElement(name = "termNoteGrp", type = TermNoteGrp.class) - }) - protected List termNoteOrTermNoteGrp; - protected List termCompList; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - - /** - * Gets the value of the term property. - * - * @return - * possible object is - * {@link Term } - * - */ - public Term getTerm() { - return term; - } - - /** - * Sets the value of the term property. - * - * @param value - * allowed object is - * {@link Term } - * - */ - public void setTerm(Term value) { - this.term = value; - } - - /** - * Gets the value of the termNoteOrTermNoteGrp property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the termNoteOrTermNoteGrp property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getTermNoteOrTermNoteGrp().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link TermNote } - * {@link TermNoteGrp } - * - * - */ - public List getTermNoteOrTermNoteGrp() { - if (termNoteOrTermNoteGrp == null) { - termNoteOrTermNoteGrp = new ArrayList(); - } - return this.termNoteOrTermNoteGrp; - } - - /** - * Gets the value of the termCompList property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the termCompList property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getTermCompList().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link TermCompList } - * - * - */ - public List getTermCompList() { - if (termCompList == null) { - termCompList = new ArrayList(); - } - return this.termCompList; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - -} diff --git a/src/gen/core/tbx/TermNote.java b/src/gen/core/tbx/TermNote.java deleted file mode 100644 index 1992bc54f5..0000000000 --- a/src/gen/core/tbx/TermNote.java +++ /dev/null @@ -1,237 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlElementRefs; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlIDREF; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <choice maxOccurs="unbounded" minOccurs="0">
- *         <element ref="{}hi"/>
- *         <element ref="{}foreign"/>
- *         <element ref="{}bpt"/>
- *         <element ref="{}ept"/>
- *         <element ref="{}ph"/>
- *       </choice>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
- *       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
- *       <attribute name="datatype" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "termNote") -public class TermNote { - - @XmlElementRefs({ - @XmlElementRef(name = "hi", type = Hi.class, required = false), - @XmlElementRef(name = "foreign", type = Foreign.class, required = false), - @XmlElementRef(name = "bpt", type = Bpt.class, required = false), - @XmlElementRef(name = "ept", type = Ept.class, required = false), - @XmlElementRef(name = "ph", type = Ph.class, required = false) - }) - @XmlMixed - protected List content; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - @XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace") - protected String lang; - @XmlAttribute(name = "type", required = true) - @XmlSchemaType(name = "anySimpleType") - protected String type; - @XmlAttribute(name = "target") - @XmlIDREF - @XmlSchemaType(name = "IDREF") - protected Object target; - @XmlAttribute(name = "datatype") - @XmlSchemaType(name = "anySimpleType") - protected String datatype; - - /** - * Gets the value of the content property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the content property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getContent().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Bpt } - * {@link Ept } - * {@link Foreign } - * {@link Hi } - * {@link Ph } - * {@link String } - * - * - */ - public List getContent() { - if (content == null) { - content = new ArrayList(); - } - return this.content; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets the value of the lang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLang() { - return lang; - } - - /** - * Sets the value of the lang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLang(String value) { - this.lang = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - - /** - * Gets the value of the target property. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getTarget() { - return target; - } - - /** - * Sets the value of the target property. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setTarget(Object value) { - this.target = value; - } - - /** - * Gets the value of the datatype property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDatatype() { - return datatype; - } - - /** - * Sets the value of the datatype property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDatatype(String value) { - this.datatype = value; - } - -} diff --git a/src/gen/core/tbx/TermNoteGrp.java b/src/gen/core/tbx/TermNoteGrp.java deleted file mode 100644 index e1d03f34a5..0000000000 --- a/src/gen/core/tbx/TermNoteGrp.java +++ /dev/null @@ -1,154 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{}termNote"/>
- *         <choice maxOccurs="unbounded" minOccurs="0">
- *           <element ref="{}admin"/>
- *           <element ref="{}adminGrp"/>
- *           <element ref="{}transacGrp"/>
- *           <element ref="{}note"/>
- *           <element ref="{}ref"/>
- *           <element ref="{}xref"/>
- *         </choice>
- *       </sequence>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "termNote", - "adminOrAdminGrpOrTransacGrp" -}) -@XmlRootElement(name = "termNoteGrp") -public class TermNoteGrp { - - @XmlElement(required = true) - protected TermNote termNote; - @XmlElements({ - @XmlElement(name = "admin", type = Admin.class), - @XmlElement(name = "adminGrp", type = AdminGrp.class), - @XmlElement(name = "transacGrp", type = TransacGrp.class), - @XmlElement(name = "note", type = Note.class), - @XmlElement(name = "ref", type = Ref.class), - @XmlElement(name = "xref", type = Xref.class) - }) - protected List adminOrAdminGrpOrTransacGrp; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - - /** - * Gets the value of the termNote property. - * - * @return - * possible object is - * {@link TermNote } - * - */ - public TermNote getTermNote() { - return termNote; - } - - /** - * Sets the value of the termNote property. - * - * @param value - * allowed object is - * {@link TermNote } - * - */ - public void setTermNote(TermNote value) { - this.termNote = value; - } - - /** - * Gets the value of the adminOrAdminGrpOrTransacGrp property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the adminOrAdminGrpOrTransacGrp property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getAdminOrAdminGrpOrTransacGrp().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Admin } - * {@link AdminGrp } - * {@link Note } - * {@link Ref } - * {@link TransacGrp } - * {@link Xref } - * - * - */ - public List getAdminOrAdminGrpOrTransacGrp() { - if (adminOrAdminGrpOrTransacGrp == null) { - adminOrAdminGrpOrTransacGrp = new ArrayList(); - } - return this.adminOrAdminGrpOrTransacGrp; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - -} diff --git a/src/gen/core/tbx/Text.java b/src/gen/core/tbx/Text.java deleted file mode 100644 index 316bfdabef..0000000000 --- a/src/gen/core/tbx/Text.java +++ /dev/null @@ -1,126 +0,0 @@ - -package gen.core.tbx; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{}body"/>
- *         <element ref="{}back" minOccurs="0"/>
- *       </sequence>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "body", - "back" -}) -@XmlRootElement(name = "text") -public class Text { - - @XmlElement(required = true) - protected Body body; - protected Back back; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - - /** - * Gets the value of the body property. - * - * @return - * possible object is - * {@link Body } - * - */ - public Body getBody() { - return body; - } - - /** - * Sets the value of the body property. - * - * @param value - * allowed object is - * {@link Body } - * - */ - public void setBody(Body value) { - this.body = value; - } - - /** - * Gets the value of the back property. - * - * @return - * possible object is - * {@link Back } - * - */ - public Back getBack() { - return back; - } - - /** - * Sets the value of the back property. - * - * @param value - * allowed object is - * {@link Back } - * - */ - public void setBack(Back value) { - this.back = value; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - -} diff --git a/src/gen/core/tbx/Tig.java b/src/gen/core/tbx/Tig.java deleted file mode 100644 index 0ace9a65ac..0000000000 --- a/src/gen/core/tbx/Tig.java +++ /dev/null @@ -1,194 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{}term"/>
- *         <choice maxOccurs="unbounded" minOccurs="0">
- *           <element ref="{}termNote"/>
- *         </choice>
- *         <choice maxOccurs="unbounded" minOccurs="0">
- *           <element ref="{}descrip"/>
- *           <element ref="{}descripGrp"/>
- *           <element ref="{}admin"/>
- *           <element ref="{}adminGrp"/>
- *           <element ref="{}transacGrp"/>
- *           <element ref="{}note"/>
- *           <element ref="{}ref"/>
- *           <element ref="{}xref"/>
- *         </choice>
- *       </sequence>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "term", - "termNote", - "descripOrDescripGrpOrAdmin" -}) -@XmlRootElement(name = "tig") -public class Tig { - - @XmlElement(required = true) - protected Term term; - protected List termNote; - @XmlElements({ - @XmlElement(name = "descrip", type = Descrip.class), - @XmlElement(name = "descripGrp", type = DescripGrp.class), - @XmlElement(name = "admin", type = Admin.class), - @XmlElement(name = "adminGrp", type = AdminGrp.class), - @XmlElement(name = "transacGrp", type = TransacGrp.class), - @XmlElement(name = "note", type = Note.class), - @XmlElement(name = "ref", type = Ref.class), - @XmlElement(name = "xref", type = Xref.class) - }) - protected List descripOrDescripGrpOrAdmin; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - - /** - * Gets the value of the term property. - * - * @return - * possible object is - * {@link Term } - * - */ - public Term getTerm() { - return term; - } - - /** - * Sets the value of the term property. - * - * @param value - * allowed object is - * {@link Term } - * - */ - public void setTerm(Term value) { - this.term = value; - } - - /** - * Gets the value of the termNote property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the termNote property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getTermNote().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link TermNote } - * - * - */ - public List getTermNote() { - if (termNote == null) { - termNote = new ArrayList(); - } - return this.termNote; - } - - /** - * Gets the value of the descripOrDescripGrpOrAdmin property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the descripOrDescripGrpOrAdmin property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getDescripOrDescripGrpOrAdmin().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Admin } - * {@link AdminGrp } - * {@link Descrip } - * {@link DescripGrp } - * {@link Note } - * {@link Ref } - * {@link TransacGrp } - * {@link Xref } - * - * - */ - public List getDescripOrDescripGrpOrAdmin() { - if (descripOrDescripGrpOrAdmin == null) { - descripOrDescripGrpOrAdmin = new ArrayList(); - } - return this.descripOrDescripGrpOrAdmin; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - -} diff --git a/src/gen/core/tbx/Title.java b/src/gen/core/tbx/Title.java deleted file mode 100644 index e227df835f..0000000000 --- a/src/gen/core/tbx/Title.java +++ /dev/null @@ -1,123 +0,0 @@ - -package gen.core.tbx; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "title") -public class Title { - - @XmlValue - protected String content; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - @XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace") - protected String lang; - - /** - * Gets the value of the content property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getContent() { - return content; - } - - /** - * Sets the value of the content property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setContent(String value) { - this.content = value; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets the value of the lang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLang() { - return lang; - } - - /** - * Sets the value of the lang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLang(String value) { - this.lang = value; - } - -} diff --git a/src/gen/core/tbx/TitleStmt.java b/src/gen/core/tbx/TitleStmt.java deleted file mode 100644 index 6de5862eb8..0000000000 --- a/src/gen/core/tbx/TitleStmt.java +++ /dev/null @@ -1,160 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{}title"/>
- *         <element ref="{}note" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "title", - "note" -}) -@XmlRootElement(name = "titleStmt") -public class TitleStmt { - - @XmlElement(required = true) - protected Title title; - protected List note; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - @XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace") - protected String lang; - - /** - * Gets the value of the title property. - * - * @return - * possible object is - * {@link Title } - * - */ - public Title getTitle() { - return title; - } - - /** - * Sets the value of the title property. - * - * @param value - * allowed object is - * {@link Title } - * - */ - public void setTitle(Title value) { - this.title = value; - } - - /** - * Gets the value of the note property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the note property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getNote().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Note } - * - * - */ - public List getNote() { - if (note == null) { - note = new ArrayList(); - } - return this.note; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets the value of the lang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLang() { - return lang; - } - - /** - * Sets the value of the lang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLang(String value) { - this.lang = value; - } - -} diff --git a/src/gen/core/tbx/Transac.java b/src/gen/core/tbx/Transac.java deleted file mode 100644 index 347ea0f625..0000000000 --- a/src/gen/core/tbx/Transac.java +++ /dev/null @@ -1,209 +0,0 @@ - -package gen.core.tbx; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlIDREF; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
- *       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
- *       <attribute name="datatype" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "transac") -public class Transac { - - @XmlValue - protected String content; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - @XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace") - protected String lang; - @XmlAttribute(name = "type", required = true) - @XmlSchemaType(name = "anySimpleType") - protected String type; - @XmlAttribute(name = "target") - @XmlIDREF - @XmlSchemaType(name = "IDREF") - protected Object target; - @XmlAttribute(name = "datatype") - @XmlSchemaType(name = "anySimpleType") - protected String datatype; - - /** - * Gets the value of the content property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getContent() { - return content; - } - - /** - * Sets the value of the content property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setContent(String value) { - this.content = value; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets the value of the lang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLang() { - return lang; - } - - /** - * Sets the value of the lang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLang(String value) { - this.lang = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - - /** - * Gets the value of the target property. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getTarget() { - return target; - } - - /** - * Sets the value of the target property. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setTarget(Object value) { - this.target = value; - } - - /** - * Gets the value of the datatype property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDatatype() { - return datatype; - } - - /** - * Sets the value of the datatype property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDatatype(String value) { - this.datatype = value; - } - -} diff --git a/src/gen/core/tbx/TransacGrp.java b/src/gen/core/tbx/TransacGrp.java deleted file mode 100644 index c322a97ce8..0000000000 --- a/src/gen/core/tbx/TransacGrp.java +++ /dev/null @@ -1,151 +0,0 @@ - -package gen.core.tbx; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{}transac"/>
- *         <choice maxOccurs="unbounded" minOccurs="0">
- *           <element ref="{}transacNote"/>
- *           <element ref="{}date"/>
- *           <element ref="{}note"/>
- *           <element ref="{}ref"/>
- *           <element ref="{}xref"/>
- *         </choice>
- *       </sequence>
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "transac", - "transacNoteOrDateOrNote" -}) -@XmlRootElement(name = "transacGrp") -public class TransacGrp { - - @XmlElement(required = true) - protected Transac transac; - @XmlElements({ - @XmlElement(name = "transacNote", type = TransacNote.class), - @XmlElement(name = "date", type = Date.class), - @XmlElement(name = "note", type = Note.class), - @XmlElement(name = "ref", type = Ref.class), - @XmlElement(name = "xref", type = Xref.class) - }) - protected List transacNoteOrDateOrNote; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - - /** - * Gets the value of the transac property. - * - * @return - * possible object is - * {@link Transac } - * - */ - public Transac getTransac() { - return transac; - } - - /** - * Sets the value of the transac property. - * - * @param value - * allowed object is - * {@link Transac } - * - */ - public void setTransac(Transac value) { - this.transac = value; - } - - /** - * Gets the value of the transacNoteOrDateOrNote property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the transacNoteOrDateOrNote property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getTransacNoteOrDateOrNote().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Date } - * {@link Note } - * {@link Ref } - * {@link TransacNote } - * {@link Xref } - * - * - */ - public List getTransacNoteOrDateOrNote() { - if (transacNoteOrDateOrNote == null) { - transacNoteOrDateOrNote = new ArrayList(); - } - return this.transacNoteOrDateOrNote; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - -} diff --git a/src/gen/core/tbx/TransacNote.java b/src/gen/core/tbx/TransacNote.java deleted file mode 100644 index 84d97771bf..0000000000 --- a/src/gen/core/tbx/TransacNote.java +++ /dev/null @@ -1,209 +0,0 @@ - -package gen.core.tbx; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlIDREF; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
- *       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
- *       <attribute name="datatype" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "transacNote") -public class TransacNote { - - @XmlValue - protected String content; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - @XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace") - protected String lang; - @XmlAttribute(name = "type", required = true) - @XmlSchemaType(name = "anySimpleType") - protected String type; - @XmlAttribute(name = "target") - @XmlIDREF - @XmlSchemaType(name = "IDREF") - protected Object target; - @XmlAttribute(name = "datatype") - @XmlSchemaType(name = "anySimpleType") - protected String datatype; - - /** - * Gets the value of the content property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getContent() { - return content; - } - - /** - * Sets the value of the content property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setContent(String value) { - this.content = value; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets the value of the lang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLang() { - return lang; - } - - /** - * Sets the value of the lang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLang(String value) { - this.lang = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - - /** - * Gets the value of the target property. - * - * @return - * possible object is - * {@link Object } - * - */ - public Object getTarget() { - return target; - } - - /** - * Sets the value of the target property. - * - * @param value - * allowed object is - * {@link Object } - * - */ - public void setTarget(Object value) { - this.target = value; - } - - /** - * Gets the value of the datatype property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDatatype() { - return datatype; - } - - /** - * Sets the value of the datatype property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDatatype(String value) { - this.datatype = value; - } - -} diff --git a/src/gen/core/tbx/Xref.java b/src/gen/core/tbx/Xref.java deleted file mode 100644 index 1104d05c2f..0000000000 --- a/src/gen/core/tbx/Xref.java +++ /dev/null @@ -1,152 +0,0 @@ - -package gen.core.tbx; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlID; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
- *       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="target" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "xref") -public class Xref { - - @XmlValue - protected String content; - @XmlAttribute(name = "id") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - @XmlID - @XmlSchemaType(name = "ID") - protected String id; - @XmlAttribute(name = "type") - @XmlSchemaType(name = "anySimpleType") - protected String type; - @XmlAttribute(name = "target", required = true) - @XmlSchemaType(name = "anySimpleType") - protected String target; - - /** - * Gets the value of the content property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getContent() { - return content; - } - - /** - * Sets the value of the content property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setContent(String value) { - this.content = value; - } - - /** - * Gets the value of the id property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getId() { - return id; - } - - /** - * Sets the value of the id property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setId(String value) { - this.id = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - - /** - * Gets the value of the target property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getTarget() { - return target; - } - - /** - * Sets the value of the target property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setTarget(String value) { - this.target = value; - } - -} diff --git a/src/gen/core/tmx14/Body.java b/src/gen/core/tmx14/Body.java deleted file mode 100644 index 6cfba8b4b9..0000000000 --- a/src/gen/core/tmx14/Body.java +++ /dev/null @@ -1,69 +0,0 @@ - -package gen.core.tmx14; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{}tu" maxOccurs="unbounded" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "tu" -}) -@XmlRootElement(name = "body") -public class Body { - - protected List tu; - - /** - * Gets the value of the tu property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the tu property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getTu().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Tu } - * - * - */ - public List getTu() { - if (tu == null) { - tu = new ArrayList(); - } - return this.tu; - } - -} diff --git a/src/gen/core/tmx14/Bpt.java b/src/gen/core/tmx14/Bpt.java deleted file mode 100644 index 9b12c0366d..0000000000 --- a/src/gen/core/tmx14/Bpt.java +++ /dev/null @@ -1,160 +0,0 @@ - -package gen.core.tmx14; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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">
- *       <choice maxOccurs="unbounded" minOccurs="0">
- *         <element ref="{}sub"/>
- *       </choice>
- *       <attribute name="i" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="x" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "bpt") -public class Bpt { - - @XmlElementRef(name = "sub", type = Sub.class, required = false) - @XmlMixed - protected List content; - @XmlAttribute(name = "i", required = true) - @XmlSchemaType(name = "anySimpleType") - protected String i; - @XmlAttribute(name = "x") - @XmlSchemaType(name = "anySimpleType") - protected String x; - @XmlAttribute(name = "type") - @XmlSchemaType(name = "anySimpleType") - protected String type; - - /** - * Gets the value of the content property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the content property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getContent().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Sub } - * {@link String } - * - * - */ - public List getContent() { - if (content == null) { - content = new ArrayList(); - } - return this.content; - } - - /** - * Gets the value of the i property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getI() { - return i; - } - - /** - * Sets the value of the i property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setI(String value) { - this.i = value; - } - - /** - * Gets the value of the x property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getX() { - return x; - } - - /** - * Sets the value of the x property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setX(String value) { - this.x = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - -} diff --git a/src/gen/core/tmx14/Ept.java b/src/gen/core/tmx14/Ept.java deleted file mode 100644 index 7d6e5b3566..0000000000 --- a/src/gen/core/tmx14/Ept.java +++ /dev/null @@ -1,104 +0,0 @@ - -package gen.core.tmx14; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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">
- *       <choice maxOccurs="unbounded" minOccurs="0">
- *         <element ref="{}sub"/>
- *       </choice>
- *       <attribute name="i" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "ept") -public class Ept { - - @XmlElementRef(name = "sub", type = Sub.class, required = false) - @XmlMixed - protected List content; - @XmlAttribute(name = "i", required = true) - @XmlSchemaType(name = "anySimpleType") - protected String i; - - /** - * Gets the value of the content property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the content property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getContent().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Sub } - * {@link String } - * - * - */ - public List getContent() { - if (content == null) { - content = new ArrayList(); - } - return this.content; - } - - /** - * Gets the value of the i property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getI() { - return i; - } - - /** - * Sets the value of the i property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setI(String value) { - this.i = value; - } - -} diff --git a/src/gen/core/tmx14/Header.java b/src/gen/core/tmx14/Header.java deleted file mode 100644 index 41e7c12c23..0000000000 --- a/src/gen/core/tmx14/Header.java +++ /dev/null @@ -1,429 +0,0 @@ - -package gen.core.tmx14; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <choice maxOccurs="unbounded" minOccurs="0">
- *         <element ref="{}note"/>
- *         <element ref="{}prop"/>
- *         <element ref="{}ude"/>
- *       </choice>
- *       <attribute name="creationtool" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="creationtoolversion" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="segtype" use="required">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
- *             <enumeration value="block"/>
- *             <enumeration value="sentence"/>
- *             <enumeration value="phrase"/>
- *             <enumeration value="paragraph"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="o-tmf" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="adminlang" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="srclang" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="datatype" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="o-encoding" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="creationdate" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="creationid" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="changedate" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="changeid" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "noteOrPropOrUde" -}) -@XmlRootElement(name = "header") -public class Header { - - @XmlElements({ - @XmlElement(name = "note", type = Note.class), - @XmlElement(name = "prop", type = Prop.class), - @XmlElement(name = "ude", type = Ude.class) - }) - protected List noteOrPropOrUde; - @XmlAttribute(name = "creationtool", required = true) - @XmlSchemaType(name = "anySimpleType") - protected String creationtool; - @XmlAttribute(name = "creationtoolversion", required = true) - @XmlSchemaType(name = "anySimpleType") - protected String creationtoolversion; - @XmlAttribute(name = "segtype", required = true) - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - protected String segtype; - @XmlAttribute(name = "o-tmf", required = true) - @XmlSchemaType(name = "anySimpleType") - protected String oTmf; - @XmlAttribute(name = "adminlang", required = true) - @XmlSchemaType(name = "anySimpleType") - protected String adminlang; - @XmlAttribute(name = "srclang", required = true) - @XmlSchemaType(name = "anySimpleType") - protected String srclang; - @XmlAttribute(name = "datatype", required = true) - @XmlSchemaType(name = "anySimpleType") - protected String datatype; - @XmlAttribute(name = "o-encoding") - @XmlSchemaType(name = "anySimpleType") - protected String oEncoding; - @XmlAttribute(name = "creationdate") - @XmlSchemaType(name = "anySimpleType") - protected String creationdate; - @XmlAttribute(name = "creationid") - @XmlSchemaType(name = "anySimpleType") - protected String creationid; - @XmlAttribute(name = "changedate") - @XmlSchemaType(name = "anySimpleType") - protected String changedate; - @XmlAttribute(name = "changeid") - @XmlSchemaType(name = "anySimpleType") - protected String changeid; - - /** - * Gets the value of the noteOrPropOrUde property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the noteOrPropOrUde property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getNoteOrPropOrUde().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Note } - * {@link Prop } - * {@link Ude } - * - * - */ - public List getNoteOrPropOrUde() { - if (noteOrPropOrUde == null) { - noteOrPropOrUde = new ArrayList(); - } - return this.noteOrPropOrUde; - } - - /** - * Gets the value of the creationtool property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCreationtool() { - return creationtool; - } - - /** - * Sets the value of the creationtool property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCreationtool(String value) { - this.creationtool = value; - } - - /** - * Gets the value of the creationtoolversion property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCreationtoolversion() { - return creationtoolversion; - } - - /** - * Sets the value of the creationtoolversion property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCreationtoolversion(String value) { - this.creationtoolversion = value; - } - - /** - * Gets the value of the segtype property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSegtype() { - return segtype; - } - - /** - * Sets the value of the segtype property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSegtype(String value) { - this.segtype = value; - } - - /** - * Gets the value of the oTmf property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOTmf() { - return oTmf; - } - - /** - * Sets the value of the oTmf property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOTmf(String value) { - this.oTmf = value; - } - - /** - * Gets the value of the adminlang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAdminlang() { - return adminlang; - } - - /** - * Sets the value of the adminlang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAdminlang(String value) { - this.adminlang = value; - } - - /** - * Gets the value of the srclang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSrclang() { - return srclang; - } - - /** - * Sets the value of the srclang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSrclang(String value) { - this.srclang = value; - } - - /** - * Gets the value of the datatype property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDatatype() { - return datatype; - } - - /** - * Sets the value of the datatype property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDatatype(String value) { - this.datatype = value; - } - - /** - * Gets the value of the oEncoding property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOEncoding() { - return oEncoding; - } - - /** - * Sets the value of the oEncoding property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOEncoding(String value) { - this.oEncoding = value; - } - - /** - * Gets the value of the creationdate property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCreationdate() { - return creationdate; - } - - /** - * Sets the value of the creationdate property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCreationdate(String value) { - this.creationdate = value; - } - - /** - * Gets the value of the creationid property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCreationid() { - return creationid; - } - - /** - * Sets the value of the creationid property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCreationid(String value) { - this.creationid = value; - } - - /** - * Gets the value of the changedate property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getChangedate() { - return changedate; - } - - /** - * Sets the value of the changedate property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setChangedate(String value) { - this.changedate = value; - } - - /** - * Gets the value of the changeid property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getChangeid() { - return changeid; - } - - /** - * Sets the value of the changeid property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setChangeid(String value) { - this.changeid = value; - } - -} diff --git a/src/gen/core/tmx14/Hi.java b/src/gen/core/tmx14/Hi.java deleted file mode 100644 index 31196d5e49..0000000000 --- a/src/gen/core/tmx14/Hi.java +++ /dev/null @@ -1,150 +0,0 @@ - -package gen.core.tmx14; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlElementRefs; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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">
- *       <choice maxOccurs="unbounded" minOccurs="0">
- *         <element ref="{}bpt"/>
- *         <element ref="{}ept"/>
- *         <element ref="{}it"/>
- *         <element ref="{}ph"/>
- *         <element ref="{}hi"/>
- *         <element ref="{}ut"/>
- *       </choice>
- *       <attribute name="x" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "hi") -public class Hi { - - @XmlElementRefs({ - @XmlElementRef(name = "bpt", type = Bpt.class, required = false), - @XmlElementRef(name = "ept", type = Ept.class, required = false), - @XmlElementRef(name = "it", type = It.class, required = false), - @XmlElementRef(name = "ph", type = Ph.class, required = false), - @XmlElementRef(name = "hi", type = Hi.class, required = false), - @XmlElementRef(name = "ut", type = Ut.class, required = false) - }) - @XmlMixed - protected List content; - @XmlAttribute(name = "x") - @XmlSchemaType(name = "anySimpleType") - protected String x; - @XmlAttribute(name = "type") - @XmlSchemaType(name = "anySimpleType") - protected String type; - - /** - * Gets the value of the content property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the content property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getContent().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Bpt } - * {@link Ept } - * {@link Hi } - * {@link It } - * {@link Ph } - * {@link Ut } - * {@link String } - * - * - */ - public List getContent() { - if (content == null) { - content = new ArrayList(); - } - return this.content; - } - - /** - * Gets the value of the x property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getX() { - return x; - } - - /** - * Sets the value of the x property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setX(String value) { - this.x = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - -} diff --git a/src/gen/core/tmx14/It.java b/src/gen/core/tmx14/It.java deleted file mode 100644 index 6ae17bcf6c..0000000000 --- a/src/gen/core/tmx14/It.java +++ /dev/null @@ -1,169 +0,0 @@ - -package gen.core.tmx14; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <choice maxOccurs="unbounded" minOccurs="0">
- *         <element ref="{}sub"/>
- *       </choice>
- *       <attribute name="pos" use="required">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
- *             <enumeration value="end"/>
- *             <enumeration value="begin"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="x" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "it") -public class It { - - @XmlElementRef(name = "sub", type = Sub.class, required = false) - @XmlMixed - protected List content; - @XmlAttribute(name = "pos", required = true) - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - protected String pos; - @XmlAttribute(name = "x") - @XmlSchemaType(name = "anySimpleType") - protected String x; - @XmlAttribute(name = "type") - @XmlSchemaType(name = "anySimpleType") - protected String type; - - /** - * Gets the value of the content property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the content property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getContent().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Sub } - * {@link String } - * - * - */ - public List getContent() { - if (content == null) { - content = new ArrayList(); - } - return this.content; - } - - /** - * Gets the value of the pos property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getPos() { - return pos; - } - - /** - * Sets the value of the pos property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setPos(String value) { - this.pos = value; - } - - /** - * Gets the value of the x property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getX() { - return x; - } - - /** - * Sets the value of the x property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setX(String value) { - this.x = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - -} diff --git a/src/gen/core/tmx14/Map.java b/src/gen/core/tmx14/Map.java deleted file mode 100644 index 179d77a49a..0000000000 --- a/src/gen/core/tmx14/Map.java +++ /dev/null @@ -1,146 +0,0 @@ - -package gen.core.tmx14; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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">
- *       <attribute name="unicode" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="ent" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="subst" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "") -@XmlRootElement(name = "map") -public class Map { - - @XmlAttribute(name = "unicode", required = true) - @XmlSchemaType(name = "anySimpleType") - protected String unicode; - @XmlAttribute(name = "code") - @XmlSchemaType(name = "anySimpleType") - protected String code; - @XmlAttribute(name = "ent") - @XmlSchemaType(name = "anySimpleType") - protected String ent; - @XmlAttribute(name = "subst") - @XmlSchemaType(name = "anySimpleType") - protected String subst; - - /** - * Gets the value of the unicode property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUnicode() { - return unicode; - } - - /** - * Sets the value of the unicode property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUnicode(String value) { - this.unicode = value; - } - - /** - * Gets the value of the code property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCode() { - return code; - } - - /** - * Sets the value of the code property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCode(String value) { - this.code = value; - } - - /** - * Gets the value of the ent property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getEnt() { - return ent; - } - - /** - * Sets the value of the ent property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setEnt(String value) { - this.ent = value; - } - - /** - * Gets the value of the subst property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSubst() { - return subst; - } - - /** - * Sets the value of the subst property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSubst(String value) { - this.subst = value; - } - -} diff --git a/src/gen/core/tmx14/Note.java b/src/gen/core/tmx14/Note.java deleted file mode 100644 index 1add3e8e73..0000000000 --- a/src/gen/core/tmx14/Note.java +++ /dev/null @@ -1,146 +0,0 @@ - -package gen.core.tmx14; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; - - -/** - *

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">
- *       <attribute name="o-encoding" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
- *       <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "note") -public class Note { - - @XmlValue - protected String content; - @XmlAttribute(name = "o-encoding") - @XmlSchemaType(name = "anySimpleType") - protected String oEncoding; - @XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace") - protected String xmlLang; - @XmlAttribute(name = "lang") - @XmlSchemaType(name = "anySimpleType") - protected String lang; - - /** - * Gets the value of the content property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getContent() { - return content; - } - - /** - * Sets the value of the content property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setContent(String value) { - this.content = value; - } - - /** - * Gets the value of the oEncoding property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOEncoding() { - return oEncoding; - } - - /** - * Sets the value of the oEncoding property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOEncoding(String value) { - this.oEncoding = value; - } - - /** - * Gets the value of the xmlLang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getXmlLang() { - return xmlLang; - } - - /** - * Sets the value of the xmlLang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setXmlLang(String value) { - this.xmlLang = value; - } - - /** - * Gets the value of the lang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLang() { - return lang; - } - - /** - * Sets the value of the lang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLang(String value) { - this.lang = value; - } - -} diff --git a/src/gen/core/tmx14/ObjectFactory.java b/src/gen/core/tmx14/ObjectFactory.java deleted file mode 100644 index 8b32a90a5d..0000000000 --- a/src/gen/core/tmx14/ObjectFactory.java +++ /dev/null @@ -1,168 +0,0 @@ - -package gen.core.tmx14; - -import javax.xml.bind.annotation.XmlRegistry; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the gen.core.tmx14 package. - *

An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups. Factory methods for each of these are - * provided in this class. - * - */ -@XmlRegistry -public class ObjectFactory { - - - /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: gen.core.tmx14 - * - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link Tmx } - * - */ - public Tmx createTmx() { - return new Tmx(); - } - - /** - * Create an instance of {@link Header } - * - */ - public Header createHeader() { - return new Header(); - } - - /** - * Create an instance of {@link Note } - * - */ - public Note createNote() { - return new Note(); - } - - /** - * Create an instance of {@link Prop } - * - */ - public Prop createProp() { - return new Prop(); - } - - /** - * Create an instance of {@link Ude } - * - */ - public Ude createUde() { - return new Ude(); - } - - /** - * Create an instance of {@link Map } - * - */ - public Map createMap() { - return new Map(); - } - - /** - * Create an instance of {@link Body } - * - */ - public Body createBody() { - return new Body(); - } - - /** - * Create an instance of {@link Tu } - * - */ - public Tu createTu() { - return new Tu(); - } - - /** - * Create an instance of {@link Tuv } - * - */ - public Tuv createTuv() { - return new Tuv(); - } - - /** - * Create an instance of {@link Seg } - * - */ - public Seg createSeg() { - return new Seg(); - } - - /** - * Create an instance of {@link Bpt } - * - */ - public Bpt createBpt() { - return new Bpt(); - } - - /** - * Create an instance of {@link Sub } - * - */ - public Sub createSub() { - return new Sub(); - } - - /** - * Create an instance of {@link Ept } - * - */ - public Ept createEpt() { - return new Ept(); - } - - /** - * Create an instance of {@link It } - * - */ - public It createIt() { - return new It(); - } - - /** - * Create an instance of {@link Ph } - * - */ - public Ph createPh() { - return new Ph(); - } - - /** - * Create an instance of {@link Hi } - * - */ - public Hi createHi() { - return new Hi(); - } - - /** - * Create an instance of {@link Ut } - * - */ - public Ut createUt() { - return new Ut(); - } - -} diff --git a/src/gen/core/tmx14/Ph.java b/src/gen/core/tmx14/Ph.java deleted file mode 100644 index 9a6476a6c8..0000000000 --- a/src/gen/core/tmx14/Ph.java +++ /dev/null @@ -1,160 +0,0 @@ - -package gen.core.tmx14; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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">
- *       <choice maxOccurs="unbounded" minOccurs="0">
- *         <element ref="{}sub"/>
- *       </choice>
- *       <attribute name="x" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="assoc" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "ph") -public class Ph { - - @XmlElementRef(name = "sub", type = Sub.class, required = false) - @XmlMixed - protected List content; - @XmlAttribute(name = "x") - @XmlSchemaType(name = "anySimpleType") - protected String x; - @XmlAttribute(name = "assoc") - @XmlSchemaType(name = "anySimpleType") - protected String assoc; - @XmlAttribute(name = "type") - @XmlSchemaType(name = "anySimpleType") - protected String type; - - /** - * Gets the value of the content property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the content property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getContent().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Sub } - * {@link String } - * - * - */ - public List getContent() { - if (content == null) { - content = new ArrayList(); - } - return this.content; - } - - /** - * Gets the value of the x property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getX() { - return x; - } - - /** - * Sets the value of the x property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setX(String value) { - this.x = value; - } - - /** - * Gets the value of the assoc property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getAssoc() { - return assoc; - } - - /** - * Sets the value of the assoc property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setAssoc(String value) { - this.assoc = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - -} diff --git a/src/gen/core/tmx14/Prop.java b/src/gen/core/tmx14/Prop.java deleted file mode 100644 index 27244f9b44..0000000000 --- a/src/gen/core/tmx14/Prop.java +++ /dev/null @@ -1,174 +0,0 @@ - -package gen.core.tmx14; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.XmlValue; - - -/** - *

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">
- *       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
- *       <attribute name="o-encoding" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "prop") -public class Prop { - - @XmlValue - protected String content; - @XmlAttribute(name = "type", required = true) - @XmlSchemaType(name = "anySimpleType") - protected String type; - @XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace") - protected String xmlLang; - @XmlAttribute(name = "o-encoding") - @XmlSchemaType(name = "anySimpleType") - protected String oEncoding; - @XmlAttribute(name = "lang") - @XmlSchemaType(name = "anySimpleType") - protected String lang; - - /** - * Gets the value of the content property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getContent() { - return content; - } - - /** - * Sets the value of the content property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setContent(String value) { - this.content = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - - /** - * Gets the value of the xmlLang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getXmlLang() { - return xmlLang; - } - - /** - * Sets the value of the xmlLang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setXmlLang(String value) { - this.xmlLang = value; - } - - /** - * Gets the value of the oEncoding property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOEncoding() { - return oEncoding; - } - - /** - * Sets the value of the oEncoding property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOEncoding(String value) { - this.oEncoding = value; - } - - /** - * Gets the value of the lang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLang() { - return lang; - } - - /** - * Sets the value of the lang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLang(String value) { - this.lang = value; - } - -} diff --git a/src/gen/core/tmx14/Seg.java b/src/gen/core/tmx14/Seg.java deleted file mode 100644 index cdcc3255e8..0000000000 --- a/src/gen/core/tmx14/Seg.java +++ /dev/null @@ -1,92 +0,0 @@ - -package gen.core.tmx14; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlElementRefs; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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">
- *       <choice maxOccurs="unbounded" minOccurs="0">
- *         <element ref="{}bpt"/>
- *         <element ref="{}ept"/>
- *         <element ref="{}ph"/>
- *         <element ref="{}it"/>
- *         <element ref="{}hi"/>
- *         <element ref="{}ut"/>
- *       </choice>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "seg") -public class Seg { - - @XmlElementRefs({ - @XmlElementRef(name = "bpt", type = Bpt.class, required = false), - @XmlElementRef(name = "ept", type = Ept.class, required = false), - @XmlElementRef(name = "ph", type = Ph.class, required = false), - @XmlElementRef(name = "it", type = It.class, required = false), - @XmlElementRef(name = "hi", type = Hi.class, required = false), - @XmlElementRef(name = "ut", type = Ut.class, required = false) - }) - @XmlMixed - protected List content; - - /** - * Gets the value of the content property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the content property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getContent().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Bpt } - * {@link Ept } - * {@link Hi } - * {@link It } - * {@link Ph } - * {@link Ut } - * {@link String } - * - * - */ - public List getContent() { - if (content == null) { - content = new ArrayList(); - } - return this.content; - } - -} diff --git a/src/gen/core/tmx14/Sub.java b/src/gen/core/tmx14/Sub.java deleted file mode 100644 index 18fb5a22e7..0000000000 --- a/src/gen/core/tmx14/Sub.java +++ /dev/null @@ -1,150 +0,0 @@ - -package gen.core.tmx14; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlElementRefs; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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">
- *       <choice maxOccurs="unbounded" minOccurs="0">
- *         <element ref="{}bpt"/>
- *         <element ref="{}ept"/>
- *         <element ref="{}it"/>
- *         <element ref="{}ph"/>
- *         <element ref="{}hi"/>
- *         <element ref="{}ut"/>
- *       </choice>
- *       <attribute name="datatype" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "sub") -public class Sub { - - @XmlElementRefs({ - @XmlElementRef(name = "bpt", type = Bpt.class, required = false), - @XmlElementRef(name = "ept", type = Ept.class, required = false), - @XmlElementRef(name = "it", type = It.class, required = false), - @XmlElementRef(name = "ph", type = Ph.class, required = false), - @XmlElementRef(name = "hi", type = Hi.class, required = false), - @XmlElementRef(name = "ut", type = Ut.class, required = false) - }) - @XmlMixed - protected List content; - @XmlAttribute(name = "datatype") - @XmlSchemaType(name = "anySimpleType") - protected String datatype; - @XmlAttribute(name = "type") - @XmlSchemaType(name = "anySimpleType") - protected String type; - - /** - * Gets the value of the content property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the content property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getContent().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Bpt } - * {@link Ept } - * {@link Hi } - * {@link It } - * {@link Ph } - * {@link Ut } - * {@link String } - * - * - */ - public List getContent() { - if (content == null) { - content = new ArrayList(); - } - return this.content; - } - - /** - * Gets the value of the datatype property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDatatype() { - return datatype; - } - - /** - * Sets the value of the datatype property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDatatype(String value) { - this.datatype = value; - } - - /** - * Gets the value of the type property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getType() { - return type; - } - - /** - * Sets the value of the type property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setType(String value) { - this.type = value; - } - -} diff --git a/src/gen/core/tmx14/Tmx.java b/src/gen/core/tmx14/Tmx.java deleted file mode 100644 index 5e54a8db36..0000000000 --- a/src/gen/core/tmx14/Tmx.java +++ /dev/null @@ -1,126 +0,0 @@ - -package gen.core.tmx14; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{}header"/>
- *         <element ref="{}body"/>
- *       </sequence>
- *       <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="1.4" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "header", - "body" -}) -@XmlRootElement(name = "tmx") -public class Tmx { - - @XmlElement(required = true) - protected Header header; - @XmlElement(required = true) - protected Body body; - @XmlAttribute(name = "version") - @XmlSchemaType(name = "anySimpleType") - protected String version; - - /** - * Gets the value of the header property. - * - * @return - * possible object is - * {@link Header } - * - */ - public Header getHeader() { - return header; - } - - /** - * Sets the value of the header property. - * - * @param value - * allowed object is - * {@link Header } - * - */ - public void setHeader(Header value) { - this.header = value; - } - - /** - * Gets the value of the body property. - * - * @return - * possible object is - * {@link Body } - * - */ - public Body getBody() { - return body; - } - - /** - * Sets the value of the body property. - * - * @param value - * allowed object is - * {@link Body } - * - */ - public void setBody(Body value) { - this.body = value; - } - - /** - * Gets the value of the version property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getVersion() { - if (version == null) { - return "1.4"; - } else { - return version; - } - } - - /** - * Sets the value of the version property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setVersion(String value) { - this.version = value; - } - -} diff --git a/src/gen/core/tmx14/Tu.java b/src/gen/core/tmx14/Tu.java deleted file mode 100644 index 7220513b92..0000000000 --- a/src/gen/core/tmx14/Tu.java +++ /dev/null @@ -1,517 +0,0 @@ - -package gen.core.tmx14; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; -import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; -import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; - - -/** - *

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">
- *       <sequence>
- *         <choice maxOccurs="unbounded" minOccurs="0">
- *           <element ref="{}note"/>
- *           <element ref="{}prop"/>
- *         </choice>
- *         <element ref="{}tuv" maxOccurs="unbounded"/>
- *       </sequence>
- *       <attribute name="tuid" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="o-encoding" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="datatype" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="usagecount" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="lastusagedate" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="creationtool" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="creationtoolversion" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="creationdate" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="creationid" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="changedate" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="segtype">
- *         <simpleType>
- *           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
- *             <enumeration value="block"/>
- *             <enumeration value="sentence"/>
- *             <enumeration value="phrase"/>
- *             <enumeration value="paragraph"/>
- *           </restriction>
- *         </simpleType>
- *       </attribute>
- *       <attribute name="changeid" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="o-tmf" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="srclang" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "noteOrProp", - "tuv" -}) -@XmlRootElement(name = "tu") -public class Tu { - - @XmlElements({ - @XmlElement(name = "note", type = Note.class), - @XmlElement(name = "prop", type = Prop.class) - }) - protected List noteOrProp; - @XmlElement(required = true) - protected List tuv; - @XmlAttribute(name = "tuid") - @XmlSchemaType(name = "anySimpleType") - protected String tuid; - @XmlAttribute(name = "o-encoding") - @XmlSchemaType(name = "anySimpleType") - protected String oEncoding; - @XmlAttribute(name = "datatype") - @XmlSchemaType(name = "anySimpleType") - protected String datatype; - @XmlAttribute(name = "usagecount") - @XmlSchemaType(name = "anySimpleType") - protected String usagecount; - @XmlAttribute(name = "lastusagedate") - @XmlSchemaType(name = "anySimpleType") - protected String lastusagedate; - @XmlAttribute(name = "creationtool") - @XmlSchemaType(name = "anySimpleType") - protected String creationtool; - @XmlAttribute(name = "creationtoolversion") - @XmlSchemaType(name = "anySimpleType") - protected String creationtoolversion; - @XmlAttribute(name = "creationdate") - @XmlSchemaType(name = "anySimpleType") - protected String creationdate; - @XmlAttribute(name = "creationid") - @XmlSchemaType(name = "anySimpleType") - protected String creationid; - @XmlAttribute(name = "changedate") - @XmlSchemaType(name = "anySimpleType") - protected String changedate; - @XmlAttribute(name = "segtype") - @XmlJavaTypeAdapter(CollapsedStringAdapter.class) - protected String segtype; - @XmlAttribute(name = "changeid") - @XmlSchemaType(name = "anySimpleType") - protected String changeid; - @XmlAttribute(name = "o-tmf") - @XmlSchemaType(name = "anySimpleType") - protected String oTmf; - @XmlAttribute(name = "srclang") - @XmlSchemaType(name = "anySimpleType") - protected String srclang; - - /** - * Gets the value of the noteOrProp property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the noteOrProp property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getNoteOrProp().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Note } - * {@link Prop } - * - * - */ - public List getNoteOrProp() { - if (noteOrProp == null) { - noteOrProp = new ArrayList(); - } - return this.noteOrProp; - } - - /** - * Gets the value of the tuv property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the tuv property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getTuv().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Tuv } - * - * - */ - public List getTuv() { - if (tuv == null) { - tuv = new ArrayList(); - } - return this.tuv; - } - - /** - * Gets the value of the tuid property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getTuid() { - return tuid; - } - - /** - * Sets the value of the tuid property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setTuid(String value) { - this.tuid = value; - } - - /** - * Gets the value of the oEncoding property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOEncoding() { - return oEncoding; - } - - /** - * Sets the value of the oEncoding property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOEncoding(String value) { - this.oEncoding = value; - } - - /** - * Gets the value of the datatype property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDatatype() { - return datatype; - } - - /** - * Sets the value of the datatype property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDatatype(String value) { - this.datatype = value; - } - - /** - * Gets the value of the usagecount property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUsagecount() { - return usagecount; - } - - /** - * Sets the value of the usagecount property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUsagecount(String value) { - this.usagecount = value; - } - - /** - * Gets the value of the lastusagedate property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLastusagedate() { - return lastusagedate; - } - - /** - * Sets the value of the lastusagedate property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLastusagedate(String value) { - this.lastusagedate = value; - } - - /** - * Gets the value of the creationtool property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCreationtool() { - return creationtool; - } - - /** - * Sets the value of the creationtool property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCreationtool(String value) { - this.creationtool = value; - } - - /** - * Gets the value of the creationtoolversion property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCreationtoolversion() { - return creationtoolversion; - } - - /** - * Sets the value of the creationtoolversion property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCreationtoolversion(String value) { - this.creationtoolversion = value; - } - - /** - * Gets the value of the creationdate property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCreationdate() { - return creationdate; - } - - /** - * Sets the value of the creationdate property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCreationdate(String value) { - this.creationdate = value; - } - - /** - * Gets the value of the creationid property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCreationid() { - return creationid; - } - - /** - * Sets the value of the creationid property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCreationid(String value) { - this.creationid = value; - } - - /** - * Gets the value of the changedate property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getChangedate() { - return changedate; - } - - /** - * Sets the value of the changedate property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setChangedate(String value) { - this.changedate = value; - } - - /** - * Gets the value of the segtype property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSegtype() { - return segtype; - } - - /** - * Sets the value of the segtype property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSegtype(String value) { - this.segtype = value; - } - - /** - * Gets the value of the changeid property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getChangeid() { - return changeid; - } - - /** - * Sets the value of the changeid property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setChangeid(String value) { - this.changeid = value; - } - - /** - * Gets the value of the oTmf property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOTmf() { - return oTmf; - } - - /** - * Sets the value of the oTmf property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOTmf(String value) { - this.oTmf = value; - } - - /** - * Gets the value of the srclang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getSrclang() { - return srclang; - } - - /** - * Sets the value of the srclang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setSrclang(String value) { - this.srclang = value; - } - -} diff --git a/src/gen/core/tmx14/Tuv.java b/src/gen/core/tmx14/Tuv.java deleted file mode 100644 index 42aca8c435..0000000000 --- a/src/gen/core/tmx14/Tuv.java +++ /dev/null @@ -1,472 +0,0 @@ - -package gen.core.tmx14; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlElements; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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">
- *       <sequence>
- *         <choice maxOccurs="unbounded" minOccurs="0">
- *           <element ref="{}note"/>
- *           <element ref="{}prop"/>
- *         </choice>
- *         <element ref="{}seg"/>
- *       </sequence>
- *       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang use="required""/>
- *       <attribute name="o-encoding" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="datatype" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="usagecount" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="lastusagedate" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="creationtool" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="creationtoolversion" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="creationdate" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="creationid" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="changedate" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="o-tmf" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="changeid" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "noteOrProp", - "seg" -}) -@XmlRootElement(name = "tuv") -public class Tuv { - - @XmlElements({ - @XmlElement(name = "note", type = Note.class), - @XmlElement(name = "prop", type = Prop.class) - }) - protected List noteOrProp; - @XmlElement(required = true) - protected Seg seg; - @XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace", required = true) - protected String xmlLang; - @XmlAttribute(name = "o-encoding") - @XmlSchemaType(name = "anySimpleType") - protected String oEncoding; - @XmlAttribute(name = "datatype") - @XmlSchemaType(name = "anySimpleType") - protected String datatype; - @XmlAttribute(name = "usagecount") - @XmlSchemaType(name = "anySimpleType") - protected String usagecount; - @XmlAttribute(name = "lastusagedate") - @XmlSchemaType(name = "anySimpleType") - protected String lastusagedate; - @XmlAttribute(name = "creationtool") - @XmlSchemaType(name = "anySimpleType") - protected String creationtool; - @XmlAttribute(name = "creationtoolversion") - @XmlSchemaType(name = "anySimpleType") - protected String creationtoolversion; - @XmlAttribute(name = "creationdate") - @XmlSchemaType(name = "anySimpleType") - protected String creationdate; - @XmlAttribute(name = "creationid") - @XmlSchemaType(name = "anySimpleType") - protected String creationid; - @XmlAttribute(name = "changedate") - @XmlSchemaType(name = "anySimpleType") - protected String changedate; - @XmlAttribute(name = "o-tmf") - @XmlSchemaType(name = "anySimpleType") - protected String oTmf; - @XmlAttribute(name = "changeid") - @XmlSchemaType(name = "anySimpleType") - protected String changeid; - @XmlAttribute(name = "lang") - @XmlSchemaType(name = "anySimpleType") - protected String lang; - - /** - * Gets the value of the noteOrProp property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the noteOrProp property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getNoteOrProp().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Note } - * {@link Prop } - * - * - */ - public List getNoteOrProp() { - if (noteOrProp == null) { - noteOrProp = new ArrayList(); - } - return this.noteOrProp; - } - - /** - * Gets the value of the seg property. - * - * @return - * possible object is - * {@link Seg } - * - */ - public Seg getSeg() { - return seg; - } - - /** - * Sets the value of the seg property. - * - * @param value - * allowed object is - * {@link Seg } - * - */ - public void setSeg(Seg value) { - this.seg = value; - } - - /** - * Gets the value of the xmlLang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getXmlLang() { - return xmlLang; - } - - /** - * Sets the value of the xmlLang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setXmlLang(String value) { - this.xmlLang = value; - } - - /** - * Gets the value of the oEncoding property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOEncoding() { - return oEncoding; - } - - /** - * Sets the value of the oEncoding property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOEncoding(String value) { - this.oEncoding = value; - } - - /** - * Gets the value of the datatype property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getDatatype() { - return datatype; - } - - /** - * Sets the value of the datatype property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setDatatype(String value) { - this.datatype = value; - } - - /** - * Gets the value of the usagecount property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getUsagecount() { - return usagecount; - } - - /** - * Sets the value of the usagecount property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setUsagecount(String value) { - this.usagecount = value; - } - - /** - * Gets the value of the lastusagedate property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLastusagedate() { - return lastusagedate; - } - - /** - * Sets the value of the lastusagedate property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLastusagedate(String value) { - this.lastusagedate = value; - } - - /** - * Gets the value of the creationtool property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCreationtool() { - return creationtool; - } - - /** - * Sets the value of the creationtool property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCreationtool(String value) { - this.creationtool = value; - } - - /** - * Gets the value of the creationtoolversion property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCreationtoolversion() { - return creationtoolversion; - } - - /** - * Sets the value of the creationtoolversion property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCreationtoolversion(String value) { - this.creationtoolversion = value; - } - - /** - * Gets the value of the creationdate property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCreationdate() { - return creationdate; - } - - /** - * Sets the value of the creationdate property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCreationdate(String value) { - this.creationdate = value; - } - - /** - * Gets the value of the creationid property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getCreationid() { - return creationid; - } - - /** - * Sets the value of the creationid property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setCreationid(String value) { - this.creationid = value; - } - - /** - * Gets the value of the changedate property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getChangedate() { - return changedate; - } - - /** - * Sets the value of the changedate property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setChangedate(String value) { - this.changedate = value; - } - - /** - * Gets the value of the oTmf property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getOTmf() { - return oTmf; - } - - /** - * Sets the value of the oTmf property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setOTmf(String value) { - this.oTmf = value; - } - - /** - * Gets the value of the changeid property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getChangeid() { - return changeid; - } - - /** - * Sets the value of the changeid property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setChangeid(String value) { - this.changeid = value; - } - - /** - * Gets the value of the lang property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getLang() { - return lang; - } - - /** - * Sets the value of the lang property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setLang(String value) { - this.lang = value; - } - -} diff --git a/src/gen/core/tmx14/Ude.java b/src/gen/core/tmx14/Ude.java deleted file mode 100644 index 574769a39d..0000000000 --- a/src/gen/core/tmx14/Ude.java +++ /dev/null @@ -1,129 +0,0 @@ - -package gen.core.tmx14; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElement; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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">
- *       <sequence>
- *         <element ref="{}map" maxOccurs="unbounded"/>
- *       </sequence>
- *       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *       <attribute name="base" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "map" -}) -@XmlRootElement(name = "ude") -public class Ude { - - @XmlElement(required = true) - protected List map; - @XmlAttribute(name = "name", required = true) - @XmlSchemaType(name = "anySimpleType") - protected String name; - @XmlAttribute(name = "base") - @XmlSchemaType(name = "anySimpleType") - protected String base; - - /** - * Gets the value of the map property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the map property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getMap().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Map } - * - * - */ - public List getMap() { - if (map == null) { - map = new ArrayList(); - } - return this.map; - } - - /** - * Gets the value of the name property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getName() { - return name; - } - - /** - * Sets the value of the name property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setName(String value) { - this.name = value; - } - - /** - * Gets the value of the base property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getBase() { - return base; - } - - /** - * Sets the value of the base property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setBase(String value) { - this.base = value; - } - -} diff --git a/src/gen/core/tmx14/Ut.java b/src/gen/core/tmx14/Ut.java deleted file mode 100644 index a468648621..0000000000 --- a/src/gen/core/tmx14/Ut.java +++ /dev/null @@ -1,104 +0,0 @@ - -package gen.core.tmx14; - -import java.util.ArrayList; -import java.util.List; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlAttribute; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlMixed; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlSchemaType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

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">
- *       <choice maxOccurs="unbounded" minOccurs="0">
- *         <element ref="{}sub"/>
- *       </choice>
- *       <attribute name="x" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "content" -}) -@XmlRootElement(name = "ut") -public class Ut { - - @XmlElementRef(name = "sub", type = Sub.class, required = false) - @XmlMixed - protected List content; - @XmlAttribute(name = "x") - @XmlSchemaType(name = "anySimpleType") - protected String x; - - /** - * Gets the value of the content property. - * - *

- * This accessor method returns a reference to the live list, - * not a snapshot. Therefore any modification you make to the - * returned list will be present inside the JAXB object. - * This is why there is not a set method for the content property. - * - *

- * For example, to add a new item, do as follows: - *

-     *    getContent().add(newItem);
-     * 
- * - * - *

- * Objects of the following type(s) are allowed in the list - * {@link Sub } - * {@link String } - * - * - */ - public List getContent() { - if (content == null) { - content = new ArrayList(); - } - return this.content; - } - - /** - * Gets the value of the x property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getX() { - return x; - } - - /** - * Sets the value of the x property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setX(String value) { - this.x = value; - } - -} diff --git a/src/org/omegat/convert/v20to21/Convert20to21.java b/src/org/omegat/convert/v20to21/Convert20to21.java index 6729747fd6..668c4a4264 100644 --- a/src/org/omegat/convert/v20to21/Convert20to21.java +++ b/src/org/omegat/convert/v20to21/Convert20to21.java @@ -37,7 +37,7 @@ import java.nio.charset.StandardCharsets; import com.fasterxml.jackson.dataformat.xml.XmlMapper; -import com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule; +import com.fasterxml.jackson.module.jakarta.xmlbind.JakartaXmlBindAnnotationModule; import gen.core.filters.Files; import gen.core.filters.Filter; @@ -75,7 +75,7 @@ public static void convertFiltersConfig(final File fromFile, final File toFile) Filters res = new Filters(); for (org.omegat.convert.v20to21.data.OneFilter f : filters.getFilter()) { Filter fo = new Filter(); - res.getFilters().add(fo); + res.getFilter().add(fo); fo.setClassName(f.getClassName()); fo.setEnabled(f.isOn()); for (org.omegat.convert.v20to21.data.Instance i : f.getInstance()) { @@ -106,7 +106,7 @@ public static void convertFiltersConfig(final File fromFile, final File toFile) convertHTMLFilter2(res); XmlMapper mapper = new XmlMapper(); - mapper.registerModule(new JaxbAnnotationModule()); + mapper.registerModule(new JakartaXmlBindAnnotationModule()); mapper.writeValue(toFile, res); } @@ -151,7 +151,7 @@ private static String read(File f) throws IOException { * @param res */ private static void convertTextFilter(Filters res) { - for (Filter f : res.getFilters()) { + for (Filter f : res.getFilter()) { if (!f.getClassName().equals("org.omegat.filters2.text.TextFilter")) { continue; } @@ -182,7 +182,7 @@ private static void convertTextFilter(Filters res) { * @param res */ private static void convertHTMLFilter2(Filters res) { - for (Filter f : res.getFilters()) { + for (Filter f : res.getFilter()) { if (!f.getClassName().equals("org.omegat.filters2.html2.HTMLFilter2")) { continue; } diff --git a/src/org/omegat/core/segmentation/SRX.java b/src/org/omegat/core/segmentation/SRX.java index 3b4a9e17cb..f25a065e6d 100644 --- a/src/org/omegat/core/segmentation/SRX.java +++ b/src/org/omegat/core/segmentation/SRX.java @@ -53,7 +53,7 @@ import com.fasterxml.jackson.dataformat.xml.XmlFactory; import com.fasterxml.jackson.dataformat.xml.XmlMapper; import com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator; -import com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule; +import com.fasterxml.jackson.module.jakarta.xmlbind.JakartaXmlBindAnnotationModule; import org.omegat.util.Language; import org.omegat.util.Log; @@ -89,7 +89,7 @@ public class SRX implements Serializable { XmlFactory xmlFactory = new XmlFactory(xmlInputFactory); mapper = XmlMapper.builder(xmlFactory).defaultUseWrapper(false) .enable(MapperFeature.USE_WRAPPER_NAME_AS_PROPERTY_NAME).build(); - mapper.registerModule(new JaxbAnnotationModule()); + mapper.registerModule(new JakartaXmlBindAnnotationModule()); mapper.configure(ToXmlGenerator.Feature.WRITE_XML_DECLARATION, true); mapper.setSerializationInclusion(JsonInclude.Include.NON_EMPTY); mapper.enable(SerializationFeature.INDENT_OUTPUT); diff --git a/src/org/omegat/core/statistics/StatsResult.java b/src/org/omegat/core/statistics/StatsResult.java index 078b51f3ac..d4a4fe3e19 100644 --- a/src/org/omegat/core/statistics/StatsResult.java +++ b/src/org/omegat/core/statistics/StatsResult.java @@ -48,7 +48,7 @@ import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.SequenceWriter; import com.fasterxml.jackson.dataformat.xml.XmlMapper; -import com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule; +import com.fasterxml.jackson.module.jakarta.xmlbind.JakartaXmlBindAnnotationModule; import org.omegat.util.OStrings; import org.omegat.util.StaticUtils; import org.omegat.util.gui.TextUtil; @@ -254,7 +254,7 @@ public String getXmlData() throws JsonProcessingException { setDate(); XmlMapper mapper = XmlMapper.xmlBuilder().enable(MapperFeature.USE_WRAPPER_NAME_AS_PROPERTY_NAME) .build(); - mapper.registerModule(new JaxbAnnotationModule()); + mapper.registerModule(new JakartaXmlBindAnnotationModule()); return mapper.writeValueAsString(this); } diff --git a/src/org/omegat/filters2/master/FilterMaster.java b/src/org/omegat/filters2/master/FilterMaster.java index ce3b0a81c8..242cd2c8a0 100644 --- a/src/org/omegat/filters2/master/FilterMaster.java +++ b/src/org/omegat/filters2/master/FilterMaster.java @@ -54,7 +54,7 @@ import com.fasterxml.jackson.databind.SerializationFeature; import com.fasterxml.jackson.dataformat.xml.XmlMapper; import com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator; -import com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule; +import com.fasterxml.jackson.module.jakarta.xmlbind.JakartaXmlBindAnnotationModule; import org.apache.commons.io.FileUtils; import org.omegat.core.Core; @@ -122,7 +122,7 @@ public static void setFilterClasses(List> classes) { static { mapper = XmlMapper.xmlBuilder().defaultUseWrapper(false) .enable(MapperFeature.USE_WRAPPER_NAME_AS_PROPERTY_NAME).build(); - mapper.registerModule(new JaxbAnnotationModule()); + mapper.registerModule(new JakartaXmlBindAnnotationModule()); mapper.configure(ToXmlGenerator.Feature.WRITE_XML_DECLARATION, true); mapper.setSerializationInclusion(JsonInclude.Include.NON_EMPTY); mapper.enable(SerializationFeature.INDENT_OUTPUT); @@ -154,7 +154,7 @@ private static boolean addNewFiltersToConfig(final Filters conf) { boolean result = false; for (Class fclass : filtersClasses) { boolean found = false; - for (Filter fc : conf.getFilters()) { + for (Filter fc : conf.getFilter()) { if (fclass.getName().equals(fc.getClassName())) { // filter already exists in config found = true; @@ -165,7 +165,7 @@ private static boolean addNewFiltersToConfig(final Filters conf) { // filter not found in config Filter f = getDefaultSettingsFromFilter(fclass.getName()); if (f != null) { - conf.getFilters().add(f); + conf.getFilter().add(f); result = true; } } @@ -338,7 +338,7 @@ static class LookupInformation { */ private LookupInformation lookupFilter(File inFile, FilterContext fc) throws TranslationException, IOException { - for (Filter f : config.getFilters()) { + for (Filter f : config.getFilter()) { if (!f.isEnabled()) { continue; } @@ -378,7 +378,7 @@ private LookupInformation lookupFilter(File inFile, FilterContext fc) */ public boolean isFileSupported(File file, boolean quick) { FilterContext fc = new FilterContext(null, null, true); - for (Filter f : config.getFilters()) { + for (Filter f : config.getFilter()) { if (!f.isEnabled()) { continue; } @@ -741,8 +741,8 @@ public static Filters cloneConfig(Filters orig) { c.setRemoveSpacesNonseg(orig.isRemoveSpacesNonseg()); c.setPreserveSpaces(orig.isPreserveSpaces()); c.setIgnoreFileContext(orig.isIgnoreFileContext()); - for (Filter f : orig.getFilters()) { - c.getFilters().add(cloneFilter(f)); + for (Filter f : orig.getFilter()) { + c.getFilter().add(cloneFilter(f)); } return c; } diff --git a/src/org/omegat/filters2/master/FiltersTableModel.java b/src/org/omegat/filters2/master/FiltersTableModel.java index b0a23cee93..186c485286 100644 --- a/src/org/omegat/filters2/master/FiltersTableModel.java +++ b/src/org/omegat/filters2/master/FiltersTableModel.java @@ -51,7 +51,7 @@ public class FiltersTableModel extends AbstractTableModel { public FiltersTableModel(final Filters config) { // add only exist filters - for (Filter f : config.getFilters()) { + for (Filter f : config.getFilter()) { IFilter fi = FilterMaster.getFilterInstance(f.getClassName()); if (fi != null) { // filter exist diff --git a/src/org/omegat/filters2/master/FiltersUtil.java b/src/org/omegat/filters2/master/FiltersUtil.java index 875e97290d..5954e2485f 100644 --- a/src/org/omegat/filters2/master/FiltersUtil.java +++ b/src/org/omegat/filters2/master/FiltersUtil.java @@ -58,7 +58,7 @@ public static boolean filtersEqual(Filters o1, Filters o2) { && o1.isPreserveSpaces() == o2.isPreserveSpaces() && o1.isRemoveSpacesNonseg() == o2.isRemoveSpacesNonseg() && o1.isRemoveTags() == o2.isRemoveTags() - && filterListsEqual(o1.getFilters(), o2.getFilters()); + && filterListsEqual(o1.getFilter(), o2.getFilter()); } private static boolean filterListsEqual(List filters, List filters2) { diff --git a/src/org/omegat/gui/filters2/FiltersCustomizerController.java b/src/org/omegat/gui/filters2/FiltersCustomizerController.java index 2b9a08ec35..6b7c81529d 100644 --- a/src/org/omegat/gui/filters2/FiltersCustomizerController.java +++ b/src/org/omegat/gui/filters2/FiltersCustomizerController.java @@ -194,7 +194,7 @@ private void doEdit(int row) { if (!isEditable()) { return; } - List filters = editableFilters.getFilters(); + List filters = editableFilters.getFilter(); Filter filter = getFilterAtRow(row); FilterEditor editor = new FilterEditor(SwingUtilities.windowForComponent(panel), filter); editor.setVisible(true); diff --git a/src/org/omegat/gui/glossary/GlossaryReaderTBX.java b/src/org/omegat/gui/glossary/GlossaryReaderTBX.java index 2b1dfd5edf..319f8f6f34 100644 --- a/src/org/omegat/gui/glossary/GlossaryReaderTBX.java +++ b/src/org/omegat/gui/glossary/GlossaryReaderTBX.java @@ -34,13 +34,13 @@ import java.util.Collections; import java.util.List; -import javax.xml.bind.JAXBContext; -import javax.xml.bind.JAXBException; -import javax.xml.bind.Unmarshaller; import javax.xml.parsers.SAXParser; import javax.xml.parsers.SAXParserFactory; import javax.xml.transform.sax.SAXSource; +import jakarta.xml.bind.JAXBContext; +import jakarta.xml.bind.JAXBException; +import jakarta.xml.bind.Unmarshaller; import org.xml.sax.InputSource; import org.xml.sax.XMLReader; import org.xml.sax.helpers.XMLFilterImpl; diff --git a/src/org/omegat/util/ProjectFileStorage.java b/src/org/omegat/util/ProjectFileStorage.java index 8a5bc2dcde..5a060f2286 100644 --- a/src/org/omegat/util/ProjectFileStorage.java +++ b/src/org/omegat/util/ProjectFileStorage.java @@ -53,7 +53,7 @@ import com.fasterxml.jackson.dataformat.xml.XmlFactory; import com.fasterxml.jackson.dataformat.xml.XmlMapper; import com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator; -import com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule; +import com.fasterxml.jackson.module.jakarta.xmlbind.JakartaXmlBindAnnotationModule; import org.apache.commons.io.FileUtils; import org.apache.commons.lang3.StringUtils; @@ -92,7 +92,7 @@ public final class ProjectFileStorage { XmlFactory xmlFactory = new XmlFactory(xmlInputFactory); mapper = XmlMapper.builder(xmlFactory).defaultUseWrapper(false) .enable(MapperFeature.USE_WRAPPER_NAME_AS_PROPERTY_NAME).build(); - mapper.registerModule(new JaxbAnnotationModule()); + mapper.registerModule(new JakartaXmlBindAnnotationModule()); SimpleModule module = new SimpleModule(); TypeFactory typeFactory = mapper.getTypeFactory(); final RepositoryDefinition def = new RepositoryDefinition(); diff --git a/test/src/org/omegat/filters/FiltersTest.java b/test/src/org/omegat/filters/FiltersTest.java index 863e612d72..3bbdfdc9a7 100644 --- a/test/src/org/omegat/filters/FiltersTest.java +++ b/test/src/org/omegat/filters/FiltersTest.java @@ -68,7 +68,7 @@ public void testFiltersComparison() { // Deep change clone = FilterMaster.createDefaultFiltersConfig(); - Files file = clone.getFilters().get(0).getFiles().get(0); + Files file = clone.getFilter().get(0).getFiles().get(0); file.setTargetEncoding(file.getTargetEncoding() + "foo"); assertFalse(FiltersUtil.filtersEqual(orig, clone)); } diff --git a/test/src/org/omegat/filters2/master/FilterMasterTest.java b/test/src/org/omegat/filters2/master/FilterMasterTest.java index f6817e18e8..a5c865c038 100644 --- a/test/src/org/omegat/filters2/master/FilterMasterTest.java +++ b/test/src/org/omegat/filters2/master/FilterMasterTest.java @@ -38,12 +38,11 @@ import java.util.Arrays; import java.util.List; -import javax.xml.bind.JAXBContext; -import javax.xml.bind.JAXBException; -import javax.xml.bind.Unmarshaller; - import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.dataformat.xml.XmlMapper; +import jakarta.xml.bind.JAXBContext; +import jakarta.xml.bind.JAXBException; +import jakarta.xml.bind.Unmarshaller; import org.apache.commons.io.FileUtils; import org.junit.After; import org.junit.Before; @@ -105,13 +104,13 @@ public void deserializeEmptyOption() throws JsonProcessingException, JAXBExcepti throw new ExceptionInInitializerError(ex); } Filters filtersConfig = (Filters) unm.unmarshal(new StringReader(filters)); - List