signature;
- @XmlAttribute(name = "Description")
- protected String description;
- @XmlAttribute(name = "FileType", required = true)
- protected FileType fileType;
- @XmlAttribute(name = "Granularity")
- protected Granularity granularity;
- @XmlAttribute(name = "Archival")
- protected YesOnly archival;
- @XmlAttribute(name = "FileOID", required = true)
- protected String fileOID;
- @XmlAttribute(name = "CreationDateTime", required = true)
- protected XMLGregorianCalendar creationDateTime;
- @XmlAttribute(name = "PriorFileOID")
- protected String priorFileOID;
- @XmlAttribute(name = "AsOfDateTime")
- protected XMLGregorianCalendar asOfDateTime;
- @XmlAttribute(name = "ODMVersion")
- protected String odmVersion;
- @XmlAttribute(name = "Originator")
- protected String originator;
- @XmlAttribute(name = "SourceSystem")
- protected String sourceSystem;
- @XmlAttribute(name = "SourceSystemVersion")
- protected String sourceSystemVersion;
- @XmlAttribute(name = "Id")
- @XmlJavaTypeAdapter(CollapsedStringAdapter.class)
- @XmlID
- @XmlSchemaType(name = "ID")
- protected String id;
-
- /**
- * Gets the value of the study 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 study property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getStudy().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionStudy }
- *
- *
- */
- public List getStudy() {
- if (study == null) {
- study = new ArrayList();
- }
- return this.study;
- }
-
- /**
- * Gets the value of the adminData 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 adminData property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAdminData().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionAdminData }
- *
- *
- */
- public List getAdminData() {
- if (adminData == null) {
- adminData = new ArrayList();
- }
- return this.adminData;
- }
-
- /**
- * Gets the value of the referenceData 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 referenceData property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getReferenceData().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionReferenceData }
- *
- *
- */
- public List getReferenceData() {
- if (referenceData == null) {
- referenceData = new ArrayList();
- }
- return this.referenceData;
- }
-
- /**
- * Gets the value of the clinicalData 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 clinicalData property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getClinicalData().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionClinicalData }
- *
- *
- */
- public List getClinicalData() {
- if (clinicalData == null) {
- clinicalData = new ArrayList();
- }
- return this.clinicalData;
- }
-
- /**
- * Gets the value of the association 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 association property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAssociation().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionAssociation }
- *
- *
- */
- public List getAssociation() {
- if (association == null) {
- association = new ArrayList();
- }
- return this.association;
- }
-
- /**
- * Gets the value of the signature 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 signature property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getSignature().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link SignatureType }
- *
- *
- */
- public List getSignature() {
- if (signature == null) {
- signature = new ArrayList();
- }
- return this.signature;
- }
-
- /**
- * Gets the value of the description property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDescription() {
- return description;
- }
-
- /**
- * Sets the value of the description property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDescription(String value) {
- this.description = value;
- }
-
- /**
- * Gets the value of the fileType property.
- *
- * @return
- * possible object is
- * {@link FileType }
- *
- */
- public FileType getFileType() {
- return fileType;
- }
-
- /**
- * Sets the value of the fileType property.
- *
- * @param value
- * allowed object is
- * {@link FileType }
- *
- */
- public void setFileType(FileType value) {
- this.fileType = value;
- }
-
- /**
- * Gets the value of the granularity property.
- *
- * @return
- * possible object is
- * {@link Granularity }
- *
- */
- public Granularity getGranularity() {
- return granularity;
- }
-
- /**
- * Sets the value of the granularity property.
- *
- * @param value
- * allowed object is
- * {@link Granularity }
- *
- */
- public void setGranularity(Granularity value) {
- this.granularity = value;
- }
-
- /**
- * Gets the value of the archival property.
- *
- * @return
- * possible object is
- * {@link YesOnly }
- *
- */
- public YesOnly getArchival() {
- return archival;
- }
-
- /**
- * Sets the value of the archival property.
- *
- * @param value
- * allowed object is
- * {@link YesOnly }
- *
- */
- public void setArchival(YesOnly value) {
- this.archival = value;
- }
-
- /**
- * Gets the value of the fileOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getFileOID() {
- return fileOID;
- }
-
- /**
- * Sets the value of the fileOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setFileOID(String value) {
- this.fileOID = value;
- }
-
- /**
- * Gets the value of the creationDateTime property.
- *
- * @return
- * possible object is
- * {@link XMLGregorianCalendar }
- *
- */
- public XMLGregorianCalendar getCreationDateTime() {
- return creationDateTime;
- }
-
- /**
- * Sets the value of the creationDateTime property.
- *
- * @param value
- * allowed object is
- * {@link XMLGregorianCalendar }
- *
- */
- public void setCreationDateTime(XMLGregorianCalendar value) {
- this.creationDateTime = value;
- }
-
- /**
- * Gets the value of the priorFileOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getPriorFileOID() {
- return priorFileOID;
- }
-
- /**
- * Sets the value of the priorFileOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setPriorFileOID(String value) {
- this.priorFileOID = value;
- }
-
- /**
- * Gets the value of the asOfDateTime property.
- *
- * @return
- * possible object is
- * {@link XMLGregorianCalendar }
- *
- */
- public XMLGregorianCalendar getAsOfDateTime() {
- return asOfDateTime;
- }
-
- /**
- * Sets the value of the asOfDateTime property.
- *
- * @param value
- * allowed object is
- * {@link XMLGregorianCalendar }
- *
- */
- public void setAsOfDateTime(XMLGregorianCalendar value) {
- this.asOfDateTime = value;
- }
-
- /**
- * Gets the value of the odmVersion property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getODMVersion() {
- return odmVersion;
- }
-
- /**
- * Sets the value of the odmVersion property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setODMVersion(String value) {
- this.odmVersion = value;
- }
-
- /**
- * Gets the value of the originator property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getOriginator() {
- return originator;
- }
-
- /**
- * Sets the value of the originator property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setOriginator(String value) {
- this.originator = value;
- }
-
- /**
- * Gets the value of the sourceSystem property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getSourceSystem() {
- return sourceSystem;
- }
-
- /**
- * Sets the value of the sourceSystem property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setSourceSystem(String value) {
- this.sourceSystem = value;
- }
-
- /**
- * Gets the value of the sourceSystemVersion property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getSourceSystemVersion() {
- return sourceSystemVersion;
- }
-
- /**
- * Sets the value of the sourceSystemVersion property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setSourceSystemVersion(String value) {
- this.sourceSystemVersion = 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionAddress.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionAddress.java
deleted file mode 100755
index b008e5b..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionAddress.java
+++ /dev/null
@@ -1,218 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-Address complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-Address">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}StreetName" maxOccurs="unbounded" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}City" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}StateProv" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Country" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}PostalCode" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}OtherText" minOccurs="0"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}AddressElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}AddressAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-Address", propOrder = {
- "streetName",
- "city",
- "stateProv",
- "country",
- "postalCode",
- "otherText"
-})
-public class ODMcomplexTypeDefinitionAddress {
-
- @XmlElement(name = "StreetName")
- protected List streetName;
- @XmlElement(name = "City")
- protected ODMcomplexTypeDefinitionCity city;
- @XmlElement(name = "StateProv")
- protected ODMcomplexTypeDefinitionStateProv stateProv;
- @XmlElement(name = "Country")
- protected ODMcomplexTypeDefinitionCountry country;
- @XmlElement(name = "PostalCode")
- protected ODMcomplexTypeDefinitionPostalCode postalCode;
- @XmlElement(name = "OtherText")
- protected ODMcomplexTypeDefinitionOtherText otherText;
-
- /**
- * Gets the value of the streetName 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 streetName property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getStreetName().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionStreetName }
- *
- *
- */
- public List getStreetName() {
- if (streetName == null) {
- streetName = new ArrayList();
- }
- return this.streetName;
- }
-
- /**
- * Gets the value of the city property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionCity }
- *
- */
- public ODMcomplexTypeDefinitionCity getCity() {
- return city;
- }
-
- /**
- * Sets the value of the city property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionCity }
- *
- */
- public void setCity(ODMcomplexTypeDefinitionCity value) {
- this.city = value;
- }
-
- /**
- * Gets the value of the stateProv property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionStateProv }
- *
- */
- public ODMcomplexTypeDefinitionStateProv getStateProv() {
- return stateProv;
- }
-
- /**
- * Sets the value of the stateProv property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionStateProv }
- *
- */
- public void setStateProv(ODMcomplexTypeDefinitionStateProv value) {
- this.stateProv = value;
- }
-
- /**
- * Gets the value of the country property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionCountry }
- *
- */
- public ODMcomplexTypeDefinitionCountry getCountry() {
- return country;
- }
-
- /**
- * Sets the value of the country property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionCountry }
- *
- */
- public void setCountry(ODMcomplexTypeDefinitionCountry value) {
- this.country = value;
- }
-
- /**
- * Gets the value of the postalCode property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionPostalCode }
- *
- */
- public ODMcomplexTypeDefinitionPostalCode getPostalCode() {
- return postalCode;
- }
-
- /**
- * Sets the value of the postalCode property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionPostalCode }
- *
- */
- public void setPostalCode(ODMcomplexTypeDefinitionPostalCode value) {
- this.postalCode = value;
- }
-
- /**
- * Gets the value of the otherText property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionOtherText }
- *
- */
- public ODMcomplexTypeDefinitionOtherText getOtherText() {
- return otherText;
- }
-
- /**
- * Sets the value of the otherText property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionOtherText }
- *
- */
- public void setOtherText(ODMcomplexTypeDefinitionOtherText value) {
- this.otherText = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionAdminData.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionAdminData.java
deleted file mode 100755
index 94f4014..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionAdminData.java
+++ /dev/null
@@ -1,172 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-AdminData complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-AdminData">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}User" maxOccurs="unbounded" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Location" maxOccurs="unbounded" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}SignatureDef" maxOccurs="unbounded" minOccurs="0"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}AdminDataElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}AdminDataAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}AdminDataAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-AdminData", propOrder = {
- "user",
- "location",
- "signatureDef"
-})
-public class ODMcomplexTypeDefinitionAdminData {
-
- @XmlElement(name = "User")
- protected List user;
- @XmlElement(name = "Location")
- protected List location;
- @XmlElement(name = "SignatureDef")
- protected List signatureDef;
- @XmlAttribute(name = "StudyOID")
- protected String studyOID;
-
- /**
- * Gets the value of the user 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 user property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getUser().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionUser }
- *
- *
- */
- public List getUser() {
- if (user == null) {
- user = new ArrayList();
- }
- return this.user;
- }
-
- /**
- * Gets the value of the location 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 location property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getLocation().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionLocation }
- *
- *
- */
- public List getLocation() {
- if (location == null) {
- location = new ArrayList();
- }
- return this.location;
- }
-
- /**
- * Gets the value of the signatureDef 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 signatureDef property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getSignatureDef().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionSignatureDef }
- *
- *
- */
- public List getSignatureDef() {
- if (signatureDef == null) {
- signatureDef = new ArrayList();
- }
- return this.signatureDef;
- }
-
- /**
- * Gets the value of the studyOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getStudyOID() {
- return studyOID;
- }
-
- /**
- * Sets the value of the studyOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setStudyOID(String value) {
- this.studyOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionAlias.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionAlias.java
deleted file mode 100755
index 5cc3b4d..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionAlias.java
+++ /dev/null
@@ -1,95 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-Alias complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-Alias">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}AliasElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}AliasAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}AliasAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-Alias")
-public class ODMcomplexTypeDefinitionAlias {
-
- @XmlAttribute(name = "Context", required = true)
- protected String context;
- @XmlAttribute(name = "Name", required = true)
- protected String name;
-
- /**
- * Gets the value of the context property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getContext() {
- return context;
- }
-
- /**
- * Sets the value of the context property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setContext(String value) {
- this.context = 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;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionAnnotation.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionAnnotation.java
deleted file mode 100755
index edf91b3..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionAnnotation.java
+++ /dev/null
@@ -1,194 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import java.math.BigInteger;
-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.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
-import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-Annotation complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-Annotation">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Comment" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Flag" maxOccurs="unbounded" minOccurs="0"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}AnnotationElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}AnnotationAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}AnnotationAttributeDefinition"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-Annotation", propOrder = {
- "comment",
- "flag"
-})
-public class ODMcomplexTypeDefinitionAnnotation {
-
- @XmlElement(name = "Comment")
- protected ODMcomplexTypeDefinitionComment comment;
- @XmlElement(name = "Flag")
- protected List flag;
- @XmlAttribute(name = "SeqNum", required = true)
- protected BigInteger seqNum;
- @XmlAttribute(name = "TransactionType")
- protected TransactionType transactionType;
- @XmlAttribute(name = "ID")
- @XmlJavaTypeAdapter(CollapsedStringAdapter.class)
- @XmlID
- @XmlSchemaType(name = "ID")
- protected String id;
-
- /**
- * Gets the value of the comment property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionComment }
- *
- */
- public ODMcomplexTypeDefinitionComment getComment() {
- return comment;
- }
-
- /**
- * Sets the value of the comment property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionComment }
- *
- */
- public void setComment(ODMcomplexTypeDefinitionComment value) {
- this.comment = value;
- }
-
- /**
- * Gets the value of the flag 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 flag property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getFlag().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionFlag }
- *
- *
- */
- public List getFlag() {
- if (flag == null) {
- flag = new ArrayList();
- }
- return this.flag;
- }
-
- /**
- * Gets the value of the seqNum property.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getSeqNum() {
- return seqNum;
- }
-
- /**
- * Sets the value of the seqNum property.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setSeqNum(BigInteger value) {
- this.seqNum = value;
- }
-
- /**
- * Gets the value of the transactionType property.
- *
- * @return
- * possible object is
- * {@link TransactionType }
- *
- */
- public TransactionType getTransactionType() {
- return transactionType;
- }
-
- /**
- * Sets the value of the transactionType property.
- *
- * @param value
- * allowed object is
- * {@link TransactionType }
- *
- */
- public void setTransactionType(TransactionType value) {
- this.transactionType = 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionAnnotations.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionAnnotations.java
deleted file mode 100755
index 395a079..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionAnnotations.java
+++ /dev/null
@@ -1,76 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-Annotations complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-Annotations">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Annotation" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-Annotations", propOrder = {
- "annotation"
-})
-public class ODMcomplexTypeDefinitionAnnotations {
-
- @XmlElement(name = "Annotation")
- protected List annotation;
-
- /**
- * Gets the value of the annotation 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 annotation property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAnnotation().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionAnnotation }
- *
- *
- */
- public List getAnnotation() {
- if (annotation == null) {
- annotation = new ArrayList();
- }
- return this.annotation;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionArchiveLayout.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionArchiveLayout.java
deleted file mode 100755
index a2e61a6..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionArchiveLayout.java
+++ /dev/null
@@ -1,121 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ArchiveLayout complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ArchiveLayout">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}ArchiveLayoutElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ArchiveLayoutAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ArchiveLayoutAttributeDefinition"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ArchiveLayout")
-public class ODMcomplexTypeDefinitionArchiveLayout {
-
- @XmlAttribute(name = "OID", required = true)
- protected String oid;
- @XmlAttribute(name = "PdfFileName", required = true)
- protected String pdfFileName;
- @XmlAttribute(name = "PresentationOID")
- protected String presentationOID;
-
- /**
- * Gets the value of the oid property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getOID() {
- return oid;
- }
-
- /**
- * Sets the value of the oid property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setOID(String value) {
- this.oid = value;
- }
-
- /**
- * Gets the value of the pdfFileName property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getPdfFileName() {
- return pdfFileName;
- }
-
- /**
- * Sets the value of the pdfFileName property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setPdfFileName(String value) {
- this.pdfFileName = value;
- }
-
- /**
- * Gets the value of the presentationOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getPresentationOID() {
- return presentationOID;
- }
-
- /**
- * Sets the value of the presentationOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setPresentationOID(String value) {
- this.presentationOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionArchiveLayoutRef.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionArchiveLayoutRef.java
deleted file mode 100755
index 411d19d..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionArchiveLayoutRef.java
+++ /dev/null
@@ -1,69 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ArchiveLayoutRef complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ArchiveLayoutRef">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}ArchiveLayoutRefElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ArchiveLayoutRefAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ArchiveLayoutRefAttributeDefinition"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ArchiveLayoutRef")
-public class ODMcomplexTypeDefinitionArchiveLayoutRef {
-
- @XmlAttribute(name = "ArchiveLayoutOID", required = true)
- protected String archiveLayoutOID;
-
- /**
- * Gets the value of the archiveLayoutOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getArchiveLayoutOID() {
- return archiveLayoutOID;
- }
-
- /**
- * Sets the value of the archiveLayoutOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setArchiveLayoutOID(String value) {
- this.archiveLayoutOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionAssociation.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionAssociation.java
deleted file mode 100755
index f49fe98..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionAssociation.java
+++ /dev/null
@@ -1,150 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.JAXBElement;
-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.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-Association complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-Association">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}KeySet"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}KeySet"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Annotation"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}AssociationElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}AssociationAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}AssociationAttributeDefinition"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-Association", propOrder = {
- "content"
-})
-public class ODMcomplexTypeDefinitionAssociation {
-
- @XmlElementRefs({
- @XmlElementRef(name = "Annotation", namespace = "http://www.cdisc.org/ns/odm/v1.3", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "KeySet", namespace = "http://www.cdisc.org/ns/odm/v1.3", type = JAXBElement.class, required = false)
- })
- protected List> content;
- @XmlAttribute(name = "StudyOID", required = true)
- protected String studyOID;
- @XmlAttribute(name = "MetaDataVersionOID", required = true)
- protected String metaDataVersionOID;
-
- /**
- * Gets the rest of the content model.
- *
- *
- * You are getting this "catch-all" property because of the following reason:
- * The field name "KeySet" is used by two different parts of a schema. See:
- * line 1955 of file:/C:/Ward/2014/workspace/ODM-to-i2b2/odm/xsd/OpenClinica-ToODM1-3-0-OC2-0/ODM1-3-0-foundation.xsd
- * line 1954 of file:/C:/Ward/2014/workspace/ODM-to-i2b2/odm/xsd/OpenClinica-ToODM1-3-0-OC2-0/ODM1-3-0-foundation.xsd
- *
- * To get rid of this property, apply a property customization to one
- * of both of the following declarations to change their names:
- * 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 JAXBElement }{@code <}{@link ODMcomplexTypeDefinitionKeySet }{@code >}
- * {@link JAXBElement }{@code <}{@link ODMcomplexTypeDefinitionAnnotation }{@code >}
- *
- *
- */
- public List> getContent() {
- if (content == null) {
- content = new ArrayList>();
- }
- return this.content;
- }
-
- /**
- * Gets the value of the studyOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getStudyOID() {
- return studyOID;
- }
-
- /**
- * Sets the value of the studyOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setStudyOID(String value) {
- this.studyOID = value;
- }
-
- /**
- * Gets the value of the metaDataVersionOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMetaDataVersionOID() {
- return metaDataVersionOID;
- }
-
- /**
- * Sets the value of the metaDataVersionOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMetaDataVersionOID(String value) {
- this.metaDataVersionOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionAuditRecord.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionAuditRecord.java
deleted file mode 100755
index 1c04bb6..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionAuditRecord.java
+++ /dev/null
@@ -1,270 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
-import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-AuditRecord complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-AuditRecord">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}UserRef"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}LocationRef"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}DateTimeStamp"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}ReasonForChange" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}SourceID" minOccurs="0"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}AuditRecordElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}AuditRecordAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}AuditRecordAttributeDefinition"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-AuditRecord", propOrder = {
- "userRef",
- "locationRef",
- "dateTimeStamp",
- "reasonForChange",
- "sourceID"
-})
-public class ODMcomplexTypeDefinitionAuditRecord {
-
- @XmlElement(name = "UserRef", required = true)
- protected ODMcomplexTypeDefinitionUserRef userRef;
- @XmlElement(name = "LocationRef", required = true)
- protected ODMcomplexTypeDefinitionLocationRef locationRef;
- @XmlElement(name = "DateTimeStamp", required = true)
- protected ODMcomplexTypeDefinitionDateTimeStamp dateTimeStamp;
- @XmlElement(name = "ReasonForChange")
- protected ODMcomplexTypeDefinitionReasonForChange reasonForChange;
- @XmlElement(name = "SourceID")
- protected ODMcomplexTypeDefinitionSourceID sourceID;
- @XmlAttribute(name = "EditPoint")
- protected EditPointType editPoint;
- @XmlAttribute(name = "UsedImputationMethod")
- protected YesOrNo usedImputationMethod;
- @XmlAttribute(name = "ID")
- @XmlJavaTypeAdapter(CollapsedStringAdapter.class)
- @XmlID
- @XmlSchemaType(name = "ID")
- protected String id;
-
- /**
- * Gets the value of the userRef property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionUserRef }
- *
- */
- public ODMcomplexTypeDefinitionUserRef getUserRef() {
- return userRef;
- }
-
- /**
- * Sets the value of the userRef property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionUserRef }
- *
- */
- public void setUserRef(ODMcomplexTypeDefinitionUserRef value) {
- this.userRef = value;
- }
-
- /**
- * Gets the value of the locationRef property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionLocationRef }
- *
- */
- public ODMcomplexTypeDefinitionLocationRef getLocationRef() {
- return locationRef;
- }
-
- /**
- * Sets the value of the locationRef property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionLocationRef }
- *
- */
- public void setLocationRef(ODMcomplexTypeDefinitionLocationRef value) {
- this.locationRef = value;
- }
-
- /**
- * Gets the value of the dateTimeStamp property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionDateTimeStamp }
- *
- */
- public ODMcomplexTypeDefinitionDateTimeStamp getDateTimeStamp() {
- return dateTimeStamp;
- }
-
- /**
- * Sets the value of the dateTimeStamp property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionDateTimeStamp }
- *
- */
- public void setDateTimeStamp(ODMcomplexTypeDefinitionDateTimeStamp value) {
- this.dateTimeStamp = value;
- }
-
- /**
- * Gets the value of the reasonForChange property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionReasonForChange }
- *
- */
- public ODMcomplexTypeDefinitionReasonForChange getReasonForChange() {
- return reasonForChange;
- }
-
- /**
- * Sets the value of the reasonForChange property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionReasonForChange }
- *
- */
- public void setReasonForChange(ODMcomplexTypeDefinitionReasonForChange value) {
- this.reasonForChange = value;
- }
-
- /**
- * Gets the value of the sourceID property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionSourceID }
- *
- */
- public ODMcomplexTypeDefinitionSourceID getSourceID() {
- return sourceID;
- }
-
- /**
- * Sets the value of the sourceID property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionSourceID }
- *
- */
- public void setSourceID(ODMcomplexTypeDefinitionSourceID value) {
- this.sourceID = value;
- }
-
- /**
- * Gets the value of the editPoint property.
- *
- * @return
- * possible object is
- * {@link EditPointType }
- *
- */
- public EditPointType getEditPoint() {
- return editPoint;
- }
-
- /**
- * Sets the value of the editPoint property.
- *
- * @param value
- * allowed object is
- * {@link EditPointType }
- *
- */
- public void setEditPoint(EditPointType value) {
- this.editPoint = value;
- }
-
- /**
- * Gets the value of the usedImputationMethod property.
- *
- * @return
- * possible object is
- * {@link YesOrNo }
- *
- */
- public YesOrNo getUsedImputationMethod() {
- return usedImputationMethod;
- }
-
- /**
- * Sets the value of the usedImputationMethod property.
- *
- * @param value
- * allowed object is
- * {@link YesOrNo }
- *
- */
- public void setUsedImputationMethod(YesOrNo value) {
- this.usedImputationMethod = 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionAuditRecords.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionAuditRecords.java
deleted file mode 100755
index c001660..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionAuditRecords.java
+++ /dev/null
@@ -1,76 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-AuditRecords complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-AuditRecords">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}AuditRecord" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-AuditRecords", propOrder = {
- "auditRecord"
-})
-public class ODMcomplexTypeDefinitionAuditRecords {
-
- @XmlElement(name = "AuditRecord")
- protected List auditRecord;
-
- /**
- * Gets the value of the auditRecord 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 auditRecord property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAuditRecord().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionAuditRecord }
- *
- *
- */
- public List getAuditRecord() {
- if (auditRecord == null) {
- auditRecord = new ArrayList();
- }
- return this.auditRecord;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionBasicDefinitions.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionBasicDefinitions.java
deleted file mode 100755
index e1beafa..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionBasicDefinitions.java
+++ /dev/null
@@ -1,78 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-BasicDefinitions complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-BasicDefinitions">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}MeasurementUnit" maxOccurs="unbounded" minOccurs="0"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}BasicDefinitionsElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}BasicDefinitionsAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-BasicDefinitions", propOrder = {
- "measurementUnit"
-})
-public class ODMcomplexTypeDefinitionBasicDefinitions {
-
- @XmlElement(name = "MeasurementUnit")
- protected List measurementUnit;
-
- /**
- * Gets the value of the measurementUnit 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 measurementUnit property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getMeasurementUnit().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionMeasurementUnit }
- *
- *
- */
- public List getMeasurementUnit() {
- if (measurementUnit == null) {
- measurementUnit = new ArrayList();
- }
- return this.measurementUnit;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionCertificate.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionCertificate.java
deleted file mode 100755
index e6d42af..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionCertificate.java
+++ /dev/null
@@ -1,67 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-Certificate complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-Certificate">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}CertificateAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-Certificate", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionCertificate {
-
- @XmlValue
- protected String 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionCheckValue.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionCheckValue.java
deleted file mode 100755
index 6210bf3..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionCheckValue.java
+++ /dev/null
@@ -1,67 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-CheckValue complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-CheckValue">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>value">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}CheckValueAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-CheckValue", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionCheckValue {
-
- @XmlValue
- protected String 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionCity.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionCity.java
deleted file mode 100755
index 21bf67a..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionCity.java
+++ /dev/null
@@ -1,67 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-City complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-City">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}CityAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-City", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionCity {
-
- @XmlValue
- protected String 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionClinicalData.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionClinicalData.java
deleted file mode 100755
index 5d2f3f7..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionClinicalData.java
+++ /dev/null
@@ -1,231 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ClinicalData complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ClinicalData">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}SubjectData" maxOccurs="unbounded" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}AuditRecords" maxOccurs="unbounded" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Signatures" maxOccurs="unbounded" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Annotations" maxOccurs="unbounded" minOccurs="0"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}ClinicalDataElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ClinicalDataAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ClinicalDataAttributeDefinition"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ClinicalData", propOrder = {
- "subjectData",
- "auditRecords",
- "signatures",
- "annotations"
-})
-public class ODMcomplexTypeDefinitionClinicalData {
-
- @XmlElement(name = "SubjectData")
- protected List subjectData;
- @XmlElement(name = "AuditRecords")
- protected List auditRecords;
- @XmlElement(name = "Signatures")
- protected List signatures;
- @XmlElement(name = "Annotations")
- protected List annotations;
- @XmlAttribute(name = "StudyOID", required = true)
- protected String studyOID;
- @XmlAttribute(name = "MetaDataVersionOID", required = true)
- protected String metaDataVersionOID;
-
- /**
- * Gets the value of the subjectData 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 subjectData property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getSubjectData().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionSubjectData }
- *
- *
- */
- public List getSubjectData() {
- if (subjectData == null) {
- subjectData = new ArrayList();
- }
- return this.subjectData;
- }
-
- /**
- * Gets the value of the auditRecords 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 auditRecords property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAuditRecords().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionAuditRecords }
- *
- *
- */
- public List getAuditRecords() {
- if (auditRecords == null) {
- auditRecords = new ArrayList();
- }
- return this.auditRecords;
- }
-
- /**
- * Gets the value of the signatures 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 signatures property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getSignatures().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionSignatures }
- *
- *
- */
- public List getSignatures() {
- if (signatures == null) {
- signatures = new ArrayList();
- }
- return this.signatures;
- }
-
- /**
- * Gets the value of the annotations 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 annotations property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAnnotations().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionAnnotations }
- *
- *
- */
- public List getAnnotations() {
- if (annotations == null) {
- annotations = new ArrayList();
- }
- return this.annotations;
- }
-
- /**
- * Gets the value of the studyOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getStudyOID() {
- return studyOID;
- }
-
- /**
- * Sets the value of the studyOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setStudyOID(String value) {
- this.studyOID = value;
- }
-
- /**
- * Gets the value of the metaDataVersionOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMetaDataVersionOID() {
- return metaDataVersionOID;
- }
-
- /**
- * Sets the value of the metaDataVersionOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMetaDataVersionOID(String value) {
- this.metaDataVersionOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionCodeList.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionCodeList.java
deleted file mode 100755
index ff8c8b6..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionCodeList.java
+++ /dev/null
@@ -1,247 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-CodeList complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-CodeList">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <choice>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}CodeListItem" maxOccurs="unbounded" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}ExternalCodeList"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}EnumeratedItem" maxOccurs="unbounded" minOccurs="0"/>
- * </choice>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}CodeListElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}CodeListAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}CodeListAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-CodeList", propOrder = {
- "codeListItem",
- "externalCodeList",
- "enumeratedItem"
-})
-public class ODMcomplexTypeDefinitionCodeList {
-
- @XmlElement(name = "CodeListItem")
- protected List codeListItem;
- @XmlElement(name = "ExternalCodeList")
- protected ODMcomplexTypeDefinitionExternalCodeList externalCodeList;
- @XmlElement(name = "EnumeratedItem")
- protected List enumeratedItem;
- @XmlAttribute(name = "OID", required = true)
- protected String oid;
- @XmlAttribute(name = "Name", required = true)
- protected String name;
- @XmlAttribute(name = "DataType", required = true)
- protected CLDataType dataType;
- @XmlAttribute(name = "SASFormatName")
- protected String sasFormatName;
-
- /**
- * Gets the value of the codeListItem 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 codeListItem property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getCodeListItem().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionCodeListItem }
- *
- *
- */
- public List getCodeListItem() {
- if (codeListItem == null) {
- codeListItem = new ArrayList();
- }
- return this.codeListItem;
- }
-
- /**
- * Gets the value of the externalCodeList property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionExternalCodeList }
- *
- */
- public ODMcomplexTypeDefinitionExternalCodeList getExternalCodeList() {
- return externalCodeList;
- }
-
- /**
- * Sets the value of the externalCodeList property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionExternalCodeList }
- *
- */
- public void setExternalCodeList(ODMcomplexTypeDefinitionExternalCodeList value) {
- this.externalCodeList = value;
- }
-
- /**
- * Gets the value of the enumeratedItem 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 enumeratedItem property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getEnumeratedItem().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionEnumeratedItem }
- *
- *
- */
- public List getEnumeratedItem() {
- if (enumeratedItem == null) {
- enumeratedItem = new ArrayList();
- }
- return this.enumeratedItem;
- }
-
- /**
- * Gets the value of the oid property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getOID() {
- return oid;
- }
-
- /**
- * Sets the value of the oid property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setOID(String value) {
- this.oid = 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 dataType property.
- *
- * @return
- * possible object is
- * {@link CLDataType }
- *
- */
- public CLDataType getDataType() {
- return dataType;
- }
-
- /**
- * Sets the value of the dataType property.
- *
- * @param value
- * allowed object is
- * {@link CLDataType }
- *
- */
- public void setDataType(CLDataType value) {
- this.dataType = value;
- }
-
- /**
- * Gets the value of the sasFormatName property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getSASFormatName() {
- return sasFormatName;
- }
-
- /**
- * Sets the value of the sasFormatName property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setSASFormatName(String value) {
- this.sasFormatName = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionCodeListItem.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionCodeListItem.java
deleted file mode 100755
index 6067efe..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionCodeListItem.java
+++ /dev/null
@@ -1,126 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import java.math.BigDecimal;
-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.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-CodeListItem complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-CodeListItem">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Decode"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}CodeListItemElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}CodeListItemAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}CodeListItemAttributeDefinition"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-CodeListItem", propOrder = {
- "decode"
-})
-public class ODMcomplexTypeDefinitionCodeListItem {
-
- @XmlElement(name = "Decode", required = true)
- protected ODMcomplexTypeDefinitionDecode decode;
- @XmlAttribute(name = "CodedValue", required = true)
- protected String codedValue;
- @XmlAttribute(name = "Rank")
- protected BigDecimal rank;
-
- /**
- * Gets the value of the decode property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionDecode }
- *
- */
- public ODMcomplexTypeDefinitionDecode getDecode() {
- return decode;
- }
-
- /**
- * Sets the value of the decode property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionDecode }
- *
- */
- public void setDecode(ODMcomplexTypeDefinitionDecode value) {
- this.decode = value;
- }
-
- /**
- * Gets the value of the codedValue property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCodedValue() {
- return codedValue;
- }
-
- /**
- * Sets the value of the codedValue property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCodedValue(String value) {
- this.codedValue = value;
- }
-
- /**
- * Gets the value of the rank property.
- *
- * @return
- * possible object is
- * {@link BigDecimal }
- *
- */
- public BigDecimal getRank() {
- return rank;
- }
-
- /**
- * Sets the value of the rank property.
- *
- * @param value
- * allowed object is
- * {@link BigDecimal }
- *
- */
- public void setRank(BigDecimal value) {
- this.rank = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionCodeListRef.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionCodeListRef.java
deleted file mode 100755
index 19fd0d8..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionCodeListRef.java
+++ /dev/null
@@ -1,69 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-CodeListRef complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-CodeListRef">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}CodeListRefElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}CodeListRefAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}CodeListRefAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-CodeListRef")
-public class ODMcomplexTypeDefinitionCodeListRef {
-
- @XmlAttribute(name = "CodeListOID", required = true)
- protected String codeListOID;
-
- /**
- * Gets the value of the codeListOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCodeListOID() {
- return codeListOID;
- }
-
- /**
- * Sets the value of the codeListOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCodeListOID(String value) {
- this.codeListOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionComment.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionComment.java
deleted file mode 100755
index ad4ca49..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionComment.java
+++ /dev/null
@@ -1,95 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-Comment complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-Comment">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}CommentAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}CommentAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-Comment", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionComment {
-
- @XmlValue
- protected String value;
- @XmlAttribute(name = "SponsorOrSite")
- protected CommentType sponsorOrSite;
-
- /**
- * 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;
- }
-
- /**
- * Gets the value of the sponsorOrSite property.
- *
- * @return
- * possible object is
- * {@link CommentType }
- *
- */
- public CommentType getSponsorOrSite() {
- return sponsorOrSite;
- }
-
- /**
- * Sets the value of the sponsorOrSite property.
- *
- * @param value
- * allowed object is
- * {@link CommentType }
- *
- */
- public void setSponsorOrSite(CommentType value) {
- this.sponsorOrSite = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionConditionDef.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionConditionDef.java
deleted file mode 100755
index 08d46cd..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionConditionDef.java
+++ /dev/null
@@ -1,160 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ConditionDef complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ConditionDef">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Description"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}FormalExpression" maxOccurs="unbounded" minOccurs="0"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}ConditionDefElementExtension"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ConditionDefAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ConditionDefAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ConditionDef", propOrder = {
- "description",
- "formalExpression"
-})
-public class ODMcomplexTypeDefinitionConditionDef {
-
- @XmlElement(name = "Description", required = true)
- protected ODMcomplexTypeDefinitionDescription description;
- @XmlElement(name = "FormalExpression")
- protected List formalExpression;
- @XmlAttribute(name = "OID", required = true)
- protected String oid;
- @XmlAttribute(name = "Name", required = true)
- protected String name;
-
- /**
- * Gets the value of the description property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionDescription }
- *
- */
- public ODMcomplexTypeDefinitionDescription getDescription() {
- return description;
- }
-
- /**
- * Sets the value of the description property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionDescription }
- *
- */
- public void setDescription(ODMcomplexTypeDefinitionDescription value) {
- this.description = value;
- }
-
- /**
- * Gets the value of the formalExpression 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 formalExpression property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getFormalExpression().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionFormalExpression }
- *
- *
- */
- public List getFormalExpression() {
- if (formalExpression == null) {
- formalExpression = new ArrayList();
- }
- return this.formalExpression;
- }
-
- /**
- * Gets the value of the oid property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getOID() {
- return oid;
- }
-
- /**
- * Sets the value of the oid property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setOID(String value) {
- this.oid = 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;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionCountry.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionCountry.java
deleted file mode 100755
index 7f794b8..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionCountry.java
+++ /dev/null
@@ -1,67 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-Country complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-Country">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}CountryAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-Country", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionCountry {
-
- @XmlValue
- protected String 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionCryptoBindingManifest.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionCryptoBindingManifest.java
deleted file mode 100755
index a459285..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionCryptoBindingManifest.java
+++ /dev/null
@@ -1,67 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-CryptoBindingManifest complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-CryptoBindingManifest">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}CryptoBindingManifestAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-CryptoBindingManifest", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionCryptoBindingManifest {
-
- @XmlValue
- protected String 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionDateTimeStamp.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionDateTimeStamp.java
deleted file mode 100755
index 927ee5c..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionDateTimeStamp.java
+++ /dev/null
@@ -1,68 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-import javax.xml.datatype.XMLGregorianCalendar;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-DateTimeStamp complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-DateTimeStamp">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>datetime">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}DateTimeStampAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-DateTimeStamp", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionDateTimeStamp {
-
- @XmlValue
- protected XMLGregorianCalendar value;
-
- /**
- * Gets the value of the value property.
- *
- * @return
- * possible object is
- * {@link XMLGregorianCalendar }
- *
- */
- public XMLGregorianCalendar getValue() {
- return value;
- }
-
- /**
- * Sets the value of the value property.
- *
- * @param value
- * allowed object is
- * {@link XMLGregorianCalendar }
- *
- */
- public void setValue(XMLGregorianCalendar value) {
- this.value = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionDecode.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionDecode.java
deleted file mode 100755
index 34d036c..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionDecode.java
+++ /dev/null
@@ -1,78 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-Decode complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-Decode">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}TranslatedText" maxOccurs="unbounded"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}DecodeElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}DecodeAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-Decode", propOrder = {
- "translatedText"
-})
-public class ODMcomplexTypeDefinitionDecode {
-
- @XmlElement(name = "TranslatedText", required = true)
- protected List translatedText;
-
- /**
- * Gets the value of the translatedText 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 translatedText property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getTranslatedText().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionTranslatedText }
- *
- *
- */
- public List getTranslatedText() {
- if (translatedText == null) {
- translatedText = new ArrayList();
- }
- return this.translatedText;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionDescription.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionDescription.java
deleted file mode 100755
index 4a63191..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionDescription.java
+++ /dev/null
@@ -1,78 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-Description complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-Description">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}TranslatedText" maxOccurs="unbounded"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}DescriptionElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}DescriptionAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-Description", propOrder = {
- "translatedText"
-})
-public class ODMcomplexTypeDefinitionDescription {
-
- @XmlElement(name = "TranslatedText", required = true)
- protected List translatedText;
-
- /**
- * Gets the value of the translatedText 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 translatedText property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getTranslatedText().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionTranslatedText }
- *
- *
- */
- public List getTranslatedText() {
- if (translatedText == null) {
- translatedText = new ArrayList();
- }
- return this.translatedText;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionDisplayName.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionDisplayName.java
deleted file mode 100755
index 14397b7..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionDisplayName.java
+++ /dev/null
@@ -1,67 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-DisplayName complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-DisplayName">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}DisplayNameAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-DisplayName", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionDisplayName {
-
- @XmlValue
- protected String 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionEmail.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionEmail.java
deleted file mode 100755
index 81d56cb..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionEmail.java
+++ /dev/null
@@ -1,67 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-Email complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-Email">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}EmailAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-Email", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionEmail {
-
- @XmlValue
- protected String 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionEnumeratedItem.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionEnumeratedItem.java
deleted file mode 100755
index 3182e7e..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionEnumeratedItem.java
+++ /dev/null
@@ -1,96 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import java.math.BigDecimal;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-EnumeratedItem complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-EnumeratedItem">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}EnumeratedItemElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}CodeListItemAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}EnumeratedItemAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-EnumeratedItem")
-public class ODMcomplexTypeDefinitionEnumeratedItem {
-
- @XmlAttribute(name = "CodedValue", required = true)
- protected String codedValue;
- @XmlAttribute(name = "Rank")
- protected BigDecimal rank;
-
- /**
- * Gets the value of the codedValue property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCodedValue() {
- return codedValue;
- }
-
- /**
- * Sets the value of the codedValue property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCodedValue(String value) {
- this.codedValue = value;
- }
-
- /**
- * Gets the value of the rank property.
- *
- * @return
- * possible object is
- * {@link BigDecimal }
- *
- */
- public BigDecimal getRank() {
- return rank;
- }
-
- /**
- * Sets the value of the rank property.
- *
- * @param value
- * allowed object is
- * {@link BigDecimal }
- *
- */
- public void setRank(BigDecimal value) {
- this.rank = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionErrorMessage.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionErrorMessage.java
deleted file mode 100755
index acc459c..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionErrorMessage.java
+++ /dev/null
@@ -1,78 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ErrorMessage complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ErrorMessage">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}TranslatedText" maxOccurs="unbounded"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}ErrorMessageElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ErrorMessageAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ErrorMessage", propOrder = {
- "translatedText"
-})
-public class ODMcomplexTypeDefinitionErrorMessage {
-
- @XmlElement(name = "TranslatedText", required = true)
- protected List translatedText;
-
- /**
- * Gets the value of the translatedText 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 translatedText property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getTranslatedText().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionTranslatedText }
- *
- *
- */
- public List getTranslatedText() {
- if (translatedText == null) {
- translatedText = new ArrayList();
- }
- return this.translatedText;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionExternalCodeList.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionExternalCodeList.java
deleted file mode 100755
index 8db1d76..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionExternalCodeList.java
+++ /dev/null
@@ -1,150 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ExternalCodeList complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ExternalCodeList">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}ExternalCodeListElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ExternalCodeListAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ExternalCodeListAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ExternalSharedAttributeDefinition"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ExternalCodeList")
-public class ODMcomplexTypeDefinitionExternalCodeList {
-
- @XmlAttribute(name = "href")
- @XmlSchemaType(name = "anyURI")
- protected String href;
- @XmlAttribute(name = "ref")
- protected String ref;
- @XmlAttribute(name = "Dictionary")
- protected String dictionary;
- @XmlAttribute(name = "Version")
- protected String version;
-
- /**
- * Gets the value of the href property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getHref() {
- return href;
- }
-
- /**
- * Sets the value of the href property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setHref(String value) {
- this.href = value;
- }
-
- /**
- * Gets the value of the ref property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getRef() {
- return ref;
- }
-
- /**
- * Sets the value of the ref property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setRef(String value) {
- this.ref = value;
- }
-
- /**
- * Gets the value of the dictionary property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDictionary() {
- return dictionary;
- }
-
- /**
- * Sets the value of the dictionary property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDictionary(String value) {
- this.dictionary = 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionExternalQuestion.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionExternalQuestion.java
deleted file mode 100755
index b9babf9..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionExternalQuestion.java
+++ /dev/null
@@ -1,122 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ExternalQuestion complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ExternalQuestion">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}ExternalQuestionElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ExternalQuestionAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ExternalSharedAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ExternalQuestionAttributeDefinition"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ExternalQuestion")
-public class ODMcomplexTypeDefinitionExternalQuestion {
-
- @XmlAttribute(name = "Dictionary")
- protected String dictionary;
- @XmlAttribute(name = "Version")
- protected String version;
- @XmlAttribute(name = "Code")
- protected String code;
-
- /**
- * Gets the value of the dictionary property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDictionary() {
- return dictionary;
- }
-
- /**
- * Sets the value of the dictionary property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDictionary(String value) {
- this.dictionary = 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;
- }
-
- /**
- * 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;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFax.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFax.java
deleted file mode 100755
index 8513eff..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFax.java
+++ /dev/null
@@ -1,67 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-Fax complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-Fax">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}FaxAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-Fax", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionFax {
-
- @XmlValue
- protected String 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFirstName.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFirstName.java
deleted file mode 100755
index e2d4551..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFirstName.java
+++ /dev/null
@@ -1,67 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-FirstName complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-FirstName">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}FirstNameAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-FirstName", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionFirstName {
-
- @XmlValue
- protected String 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFlag.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFlag.java
deleted file mode 100755
index a3f6d26..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFlag.java
+++ /dev/null
@@ -1,99 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-Flag complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-Flag">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}FlagValue"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}FlagType" minOccurs="0"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}FlagElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}FlagAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-Flag", propOrder = {
- "flagValue",
- "flagType"
-})
-public class ODMcomplexTypeDefinitionFlag {
-
- @XmlElement(name = "FlagValue", required = true)
- protected ODMcomplexTypeDefinitionFlagValue flagValue;
- @XmlElement(name = "FlagType")
- protected ODMcomplexTypeDefinitionFlagType flagType;
-
- /**
- * Gets the value of the flagValue property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionFlagValue }
- *
- */
- public ODMcomplexTypeDefinitionFlagValue getFlagValue() {
- return flagValue;
- }
-
- /**
- * Sets the value of the flagValue property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionFlagValue }
- *
- */
- public void setFlagValue(ODMcomplexTypeDefinitionFlagValue value) {
- this.flagValue = value;
- }
-
- /**
- * Gets the value of the flagType property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionFlagType }
- *
- */
- public ODMcomplexTypeDefinitionFlagType getFlagType() {
- return flagType;
- }
-
- /**
- * Sets the value of the flagType property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionFlagType }
- *
- */
- public void setFlagType(ODMcomplexTypeDefinitionFlagType value) {
- this.flagType = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFlagType.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFlagType.java
deleted file mode 100755
index 5957efa..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFlagType.java
+++ /dev/null
@@ -1,95 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-FlagType complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-FlagType">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>name">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}FlagTypeAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}FlagTypeAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-FlagType", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionFlagType {
-
- @XmlValue
- protected String value;
- @XmlAttribute(name = "CodeListOID", required = true)
- protected String codeListOID;
-
- /**
- * 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;
- }
-
- /**
- * Gets the value of the codeListOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCodeListOID() {
- return codeListOID;
- }
-
- /**
- * Sets the value of the codeListOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCodeListOID(String value) {
- this.codeListOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFlagValue.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFlagValue.java
deleted file mode 100755
index 6c072e8..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFlagValue.java
+++ /dev/null
@@ -1,95 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-FlagValue complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-FlagValue">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}FlagValueAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}FlagValueAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-FlagValue", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionFlagValue {
-
- @XmlValue
- protected String value;
- @XmlAttribute(name = "CodeListOID", required = true)
- protected String codeListOID;
-
- /**
- * 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;
- }
-
- /**
- * Gets the value of the codeListOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCodeListOID() {
- return codeListOID;
- }
-
- /**
- * Sets the value of the codeListOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCodeListOID(String value) {
- this.codeListOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFormData.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFormData.java
deleted file mode 100755
index 0285ace..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFormData.java
+++ /dev/null
@@ -1,419 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlType;
-import javax.xml.datatype.XMLGregorianCalendar;
-import org.openclinica.ns.odm_ext_v130.v3.OCodmComplexTypeDefinitionAuditLogs;
-import org.openclinica.ns.odm_ext_v130.v3.OCodmComplexTypeDefinitionDiscrepancyNotes;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-FormData complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-FormData">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}AuditRecord" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Signature" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}ArchiveLayoutRef" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Annotation" maxOccurs="unbounded" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}ItemGroupData" maxOccurs="unbounded" minOccurs="0"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}FormDataElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}FormDataAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}FormDataAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-FormData", propOrder = {
- "auditRecord",
- "signature",
- "archiveLayoutRef",
- "annotation",
- "itemGroupData",
- "formDataElementExtension"
-})
-public class ODMcomplexTypeDefinitionFormData {
-
- @XmlElement(name = "AuditRecord")
- protected ODMcomplexTypeDefinitionAuditRecord auditRecord;
- @XmlElement(name = "Signature")
- protected ODMcomplexTypeDefinitionSignature signature;
- @XmlElement(name = "ArchiveLayoutRef")
- protected ODMcomplexTypeDefinitionArchiveLayoutRef archiveLayoutRef;
- @XmlElement(name = "Annotation")
- protected List annotation;
- @XmlElement(name = "ItemGroupData")
- protected List itemGroupData;
- @XmlElements({
- @XmlElement(name = "AuditLogs", namespace = "http://www.openclinica.org/ns/odm_ext_v130/v3.1", type = OCodmComplexTypeDefinitionAuditLogs.class),
- @XmlElement(name = "DiscrepancyNotes", namespace = "http://www.openclinica.org/ns/odm_ext_v130/v3.1", type = OCodmComplexTypeDefinitionDiscrepancyNotes.class)
- })
- protected List formDataElementExtension;
- @XmlAttribute(name = "FormOID", required = true)
- protected String formOID;
- @XmlAttribute(name = "FormRepeatKey")
- protected String formRepeatKey;
- @XmlAttribute(name = "TransactionType")
- protected TransactionType transactionType;
- @XmlAttribute(name = "Version", namespace = "http://www.openclinica.org/ns/odm_ext_v130/v3.1")
- protected String version;
- @XmlAttribute(name = "InterviewerName", namespace = "http://www.openclinica.org/ns/odm_ext_v130/v3.1")
- protected String interviewerName;
- @XmlAttribute(name = "InterviewDate", namespace = "http://www.openclinica.org/ns/odm_ext_v130/v3.1")
- protected XMLGregorianCalendar interviewDate;
- @XmlAttribute(name = "Status", namespace = "http://www.openclinica.org/ns/odm_ext_v130/v3.1")
- protected String status;
-
- /**
- * Gets the value of the auditRecord property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionAuditRecord }
- *
- */
- public ODMcomplexTypeDefinitionAuditRecord getAuditRecord() {
- return auditRecord;
- }
-
- /**
- * Sets the value of the auditRecord property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionAuditRecord }
- *
- */
- public void setAuditRecord(ODMcomplexTypeDefinitionAuditRecord value) {
- this.auditRecord = value;
- }
-
- /**
- * Gets the value of the signature property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionSignature }
- *
- */
- public ODMcomplexTypeDefinitionSignature getSignature() {
- return signature;
- }
-
- /**
- * Sets the value of the signature property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionSignature }
- *
- */
- public void setSignature(ODMcomplexTypeDefinitionSignature value) {
- this.signature = value;
- }
-
- /**
- * Gets the value of the archiveLayoutRef property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionArchiveLayoutRef }
- *
- */
- public ODMcomplexTypeDefinitionArchiveLayoutRef getArchiveLayoutRef() {
- return archiveLayoutRef;
- }
-
- /**
- * Sets the value of the archiveLayoutRef property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionArchiveLayoutRef }
- *
- */
- public void setArchiveLayoutRef(ODMcomplexTypeDefinitionArchiveLayoutRef value) {
- this.archiveLayoutRef = value;
- }
-
- /**
- * Gets the value of the annotation 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 annotation property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAnnotation().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionAnnotation }
- *
- *
- */
- public List getAnnotation() {
- if (annotation == null) {
- annotation = new ArrayList();
- }
- return this.annotation;
- }
-
- /**
- * Gets the value of the itemGroupData 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 itemGroupData property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getItemGroupData().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionItemGroupData }
- *
- *
- */
- public List getItemGroupData() {
- if (itemGroupData == null) {
- itemGroupData = new ArrayList();
- }
- return this.itemGroupData;
- }
-
- /**
- * Gets the value of the formDataElementExtension 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 formDataElementExtension property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getFormDataElementExtension().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link OCodmComplexTypeDefinitionAuditLogs }
- * {@link OCodmComplexTypeDefinitionDiscrepancyNotes }
- *
- *
- */
- public List getFormDataElementExtension() {
- if (formDataElementExtension == null) {
- formDataElementExtension = new ArrayList();
- }
- return this.formDataElementExtension;
- }
-
- /**
- * Gets the value of the formOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getFormOID() {
- return formOID;
- }
-
- /**
- * Sets the value of the formOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setFormOID(String value) {
- this.formOID = value;
- }
-
- /**
- * Gets the value of the formRepeatKey property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getFormRepeatKey() {
- return formRepeatKey;
- }
-
- /**
- * Sets the value of the formRepeatKey property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setFormRepeatKey(String value) {
- this.formRepeatKey = value;
- }
-
- /**
- * Gets the value of the transactionType property.
- *
- * @return
- * possible object is
- * {@link TransactionType }
- *
- */
- public TransactionType getTransactionType() {
- return transactionType;
- }
-
- /**
- * Sets the value of the transactionType property.
- *
- * @param value
- * allowed object is
- * {@link TransactionType }
- *
- */
- public void setTransactionType(TransactionType value) {
- this.transactionType = 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;
- }
-
- /**
- * Gets the value of the interviewerName property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getInterviewerName() {
- return interviewerName;
- }
-
- /**
- * Sets the value of the interviewerName property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setInterviewerName(String value) {
- this.interviewerName = value;
- }
-
- /**
- * Gets the value of the interviewDate property.
- *
- * @return
- * possible object is
- * {@link XMLGregorianCalendar }
- *
- */
- public XMLGregorianCalendar getInterviewDate() {
- return interviewDate;
- }
-
- /**
- * Sets the value of the interviewDate property.
- *
- * @param value
- * allowed object is
- * {@link XMLGregorianCalendar }
- *
- */
- public void setInterviewDate(XMLGregorianCalendar value) {
- this.interviewDate = value;
- }
-
- /**
- * Gets the value of the status property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getStatus() {
- return status;
- }
-
- /**
- * Sets the value of the status property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setStatus(String value) {
- this.status = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFormDef.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFormDef.java
deleted file mode 100755
index 18f58ab..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFormDef.java
+++ /dev/null
@@ -1,278 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlType;
-import org.openclinica.ns.odm_ext_v130.v3.OCodmComplexTypeDefinitionFormDetails;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-FormDef complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-FormDef">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Description" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}ItemGroupRef" maxOccurs="unbounded"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}ArchiveLayout" maxOccurs="unbounded" minOccurs="0"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}FormDefElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}FormDefAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}FormDefAttributeDefinition"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-FormDef", propOrder = {
- "description",
- "itemGroupRef",
- "archiveLayout",
- "formDefElementExtension"
-})
-public class ODMcomplexTypeDefinitionFormDef {
-
- @XmlElement(name = "Description")
- protected ODMcomplexTypeDefinitionDescription description;
- @XmlElement(name = "ItemGroupRef", required = true)
- protected List itemGroupRef;
- @XmlElement(name = "ArchiveLayout")
- protected List archiveLayout;
- @XmlElement(name = "FormDetails", namespace = "http://www.openclinica.org/ns/odm_ext_v130/v3.1")
- protected List formDefElementExtension;
- @XmlAttribute(name = "StudyEventOIDs", namespace = "http://www.openclinica.org/ns/odm_ext_v130/v3.1")
- protected String studyEventOIDs;
- @XmlAttribute(name = "OID", required = true)
- protected String oid;
- @XmlAttribute(name = "Name", required = true)
- protected String name;
- @XmlAttribute(name = "Repeating", required = true)
- protected YesOrNo repeating;
-
- /**
- * Gets the value of the description property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionDescription }
- *
- */
- public ODMcomplexTypeDefinitionDescription getDescription() {
- return description;
- }
-
- /**
- * Sets the value of the description property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionDescription }
- *
- */
- public void setDescription(ODMcomplexTypeDefinitionDescription value) {
- this.description = value;
- }
-
- /**
- * Gets the value of the itemGroupRef 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 itemGroupRef property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getItemGroupRef().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionItemGroupRef }
- *
- *
- */
- public List getItemGroupRef() {
- if (itemGroupRef == null) {
- itemGroupRef = new ArrayList();
- }
- return this.itemGroupRef;
- }
-
- /**
- * Gets the value of the archiveLayout 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 archiveLayout property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getArchiveLayout().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionArchiveLayout }
- *
- *
- */
- public List getArchiveLayout() {
- if (archiveLayout == null) {
- archiveLayout = new ArrayList();
- }
- return this.archiveLayout;
- }
-
- /**
- * Gets the value of the formDefElementExtension 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 formDefElementExtension property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getFormDefElementExtension().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link OCodmComplexTypeDefinitionFormDetails }
- *
- *
- */
- public List getFormDefElementExtension() {
- if (formDefElementExtension == null) {
- formDefElementExtension = new ArrayList();
- }
- return this.formDefElementExtension;
- }
-
- /**
- * Gets the value of the studyEventOIDs property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getStudyEventOIDs() {
- return studyEventOIDs;
- }
-
- /**
- * Sets the value of the studyEventOIDs property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setStudyEventOIDs(String value) {
- this.studyEventOIDs = value;
- }
-
- /**
- * Gets the value of the oid property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getOID() {
- return oid;
- }
-
- /**
- * Sets the value of the oid property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setOID(String value) {
- this.oid = 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 repeating property.
- *
- * @return
- * possible object is
- * {@link YesOrNo }
- *
- */
- public YesOrNo getRepeating() {
- return repeating;
- }
-
- /**
- * Sets the value of the repeating property.
- *
- * @param value
- * allowed object is
- * {@link YesOrNo }
- *
- */
- public void setRepeating(YesOrNo value) {
- this.repeating = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFormRef.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFormRef.java
deleted file mode 100755
index 75d8993..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFormRef.java
+++ /dev/null
@@ -1,149 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import java.math.BigInteger;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-FormRef complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-FormRef">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}FormRefElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}FormRefAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}RefAttributeSharedDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}FormRefAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-FormRef")
-public class ODMcomplexTypeDefinitionFormRef {
-
- @XmlAttribute(name = "FormOID", required = true)
- protected String formOID;
- @XmlAttribute(name = "OrderNumber")
- protected BigInteger orderNumber;
- @XmlAttribute(name = "Mandatory", required = true)
- protected YesOrNo mandatory;
- @XmlAttribute(name = "CollectionExceptionConditionOID")
- protected String collectionExceptionConditionOID;
-
- /**
- * Gets the value of the formOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getFormOID() {
- return formOID;
- }
-
- /**
- * Sets the value of the formOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setFormOID(String value) {
- this.formOID = value;
- }
-
- /**
- * Gets the value of the orderNumber property.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getOrderNumber() {
- return orderNumber;
- }
-
- /**
- * Sets the value of the orderNumber property.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setOrderNumber(BigInteger value) {
- this.orderNumber = value;
- }
-
- /**
- * Gets the value of the mandatory property.
- *
- * @return
- * possible object is
- * {@link YesOrNo }
- *
- */
- public YesOrNo getMandatory() {
- return mandatory;
- }
-
- /**
- * Sets the value of the mandatory property.
- *
- * @param value
- * allowed object is
- * {@link YesOrNo }
- *
- */
- public void setMandatory(YesOrNo value) {
- this.mandatory = value;
- }
-
- /**
- * Gets the value of the collectionExceptionConditionOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCollectionExceptionConditionOID() {
- return collectionExceptionConditionOID;
- }
-
- /**
- * Sets the value of the collectionExceptionConditionOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCollectionExceptionConditionOID(String value) {
- this.collectionExceptionConditionOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFormalExpression.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFormalExpression.java
deleted file mode 100755
index 394f799..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFormalExpression.java
+++ /dev/null
@@ -1,95 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-FormalExpression complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-FormalExpression">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}FormalExpressionAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}FormalExpressionAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-FormalExpression", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionFormalExpression {
-
- @XmlValue
- protected String value;
- @XmlAttribute(name = "Context")
- protected String context;
-
- /**
- * 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;
- }
-
- /**
- * Gets the value of the context property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getContext() {
- return context;
- }
-
- /**
- * Sets the value of the context property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setContext(String value) {
- this.context = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFullName.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFullName.java
deleted file mode 100755
index 92f95ab..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionFullName.java
+++ /dev/null
@@ -1,67 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-FullName complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-FullName">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}FullNameAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-FullName", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionFullName {
-
- @XmlValue
- protected String 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionGlobalVariables.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionGlobalVariables.java
deleted file mode 100755
index 62e8a68..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionGlobalVariables.java
+++ /dev/null
@@ -1,127 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-GlobalVariables complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-GlobalVariables">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}StudyName"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}StudyDescription"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}ProtocolName"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}GlobalVariablesElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}GlobalVariablesAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-GlobalVariables", propOrder = {
- "studyName",
- "studyDescription",
- "protocolName"
-})
-public class ODMcomplexTypeDefinitionGlobalVariables {
-
- @XmlElement(name = "StudyName", required = true)
- protected ODMcomplexTypeDefinitionStudyName studyName;
- @XmlElement(name = "StudyDescription", required = true)
- protected ODMcomplexTypeDefinitionStudyDescription studyDescription;
- @XmlElement(name = "ProtocolName", required = true)
- protected ODMcomplexTypeDefinitionProtocolName protocolName;
-
- /**
- * Gets the value of the studyName property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionStudyName }
- *
- */
- public ODMcomplexTypeDefinitionStudyName getStudyName() {
- return studyName;
- }
-
- /**
- * Sets the value of the studyName property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionStudyName }
- *
- */
- public void setStudyName(ODMcomplexTypeDefinitionStudyName value) {
- this.studyName = value;
- }
-
- /**
- * Gets the value of the studyDescription property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionStudyDescription }
- *
- */
- public ODMcomplexTypeDefinitionStudyDescription getStudyDescription() {
- return studyDescription;
- }
-
- /**
- * Sets the value of the studyDescription property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionStudyDescription }
- *
- */
- public void setStudyDescription(ODMcomplexTypeDefinitionStudyDescription value) {
- this.studyDescription = value;
- }
-
- /**
- * Gets the value of the protocolName property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionProtocolName }
- *
- */
- public ODMcomplexTypeDefinitionProtocolName getProtocolName() {
- return protocolName;
- }
-
- /**
- * Sets the value of the protocolName property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionProtocolName }
- *
- */
- public void setProtocolName(ODMcomplexTypeDefinitionProtocolName value) {
- this.protocolName = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionImputationMethod.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionImputationMethod.java
deleted file mode 100755
index 238e95b..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionImputationMethod.java
+++ /dev/null
@@ -1,95 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ImputationMethod complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ImputationMethod">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ImputationMethodAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ImputationMethodAttributeDefinition"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ImputationMethod", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionImputationMethod {
-
- @XmlValue
- protected String value;
- @XmlAttribute(name = "OID", required = true)
- protected String oid;
-
- /**
- * 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;
- }
-
- /**
- * Gets the value of the oid property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getOID() {
- return oid;
- }
-
- /**
- * Sets the value of the oid property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setOID(String value) {
- this.oid = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionInclude.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionInclude.java
deleted file mode 100755
index 1985a8b..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionInclude.java
+++ /dev/null
@@ -1,95 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-Include complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-Include">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}IncludeElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}IncludeAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}IncludeAttributeDefinition"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-Include")
-public class ODMcomplexTypeDefinitionInclude {
-
- @XmlAttribute(name = "StudyOID", required = true)
- protected String studyOID;
- @XmlAttribute(name = "MetaDataVersionOID", required = true)
- protected String metaDataVersionOID;
-
- /**
- * Gets the value of the studyOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getStudyOID() {
- return studyOID;
- }
-
- /**
- * Sets the value of the studyOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setStudyOID(String value) {
- this.studyOID = value;
- }
-
- /**
- * Gets the value of the metaDataVersionOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMetaDataVersionOID() {
- return metaDataVersionOID;
- }
-
- /**
- * Sets the value of the metaDataVersionOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMetaDataVersionOID(String value) {
- this.metaDataVersionOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionInvestigatorRef.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionInvestigatorRef.java
deleted file mode 100755
index 0882bae..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionInvestigatorRef.java
+++ /dev/null
@@ -1,69 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-InvestigatorRef complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-InvestigatorRef">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}InvestigatorRefElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}InvestigatorRefAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}InvestigatorRefAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-InvestigatorRef")
-public class ODMcomplexTypeDefinitionInvestigatorRef {
-
- @XmlAttribute(name = "UserOID", required = true)
- protected String userOID;
-
- /**
- * Gets the value of the userOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getUserOID() {
- return userOID;
- }
-
- /**
- * Sets the value of the userOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setUserOID(String value) {
- this.userOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemData.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemData.java
deleted file mode 100755
index 397a97e..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemData.java
+++ /dev/null
@@ -1,334 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlType;
-import org.openclinica.ns.odm_ext_v130.v3.OCodmComplexTypeDefinitionAuditLogs;
-import org.openclinica.ns.odm_ext_v130.v3.OCodmComplexTypeDefinitionDiscrepancyNotes;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ItemData complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ItemData">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}AuditRecord" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Signature" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}MeasurementUnitRef" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Annotation" maxOccurs="unbounded" minOccurs="0"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataAttributeSharedDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataAttributeDefinition"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ItemData", propOrder = {
- "auditRecord",
- "signature",
- "measurementUnitRef",
- "annotation",
- "itemDataElementExtension"
-})
-public class ODMcomplexTypeDefinitionItemData {
-
- @XmlElement(name = "AuditRecord")
- protected ODMcomplexTypeDefinitionAuditRecord auditRecord;
- @XmlElement(name = "Signature")
- protected ODMcomplexTypeDefinitionSignature signature;
- @XmlElement(name = "MeasurementUnitRef")
- protected ODMcomplexTypeDefinitionMeasurementUnitRef measurementUnitRef;
- @XmlElement(name = "Annotation")
- protected List annotation;
- @XmlElements({
- @XmlElement(name = "AuditLogs", namespace = "http://www.openclinica.org/ns/odm_ext_v130/v3.1", type = OCodmComplexTypeDefinitionAuditLogs.class),
- @XmlElement(name = "DiscrepancyNotes", namespace = "http://www.openclinica.org/ns/odm_ext_v130/v3.1", type = OCodmComplexTypeDefinitionDiscrepancyNotes.class)
- })
- protected List itemDataElementExtension;
- @XmlAttribute(name = "ReasonForNull", namespace = "http://www.openclinica.org/ns/odm_ext_v130/v3.1")
- protected String reasonForNull;
- @XmlAttribute(name = "ItemOID", required = true)
- protected String itemOID;
- @XmlAttribute(name = "TransactionType")
- protected TransactionType transactionType;
- @XmlAttribute(name = "IsNull")
- protected YesOnly isNull;
- @XmlAttribute(name = "Value")
- protected String value;
-
- /**
- * Gets the value of the auditRecord property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionAuditRecord }
- *
- */
- public ODMcomplexTypeDefinitionAuditRecord getAuditRecord() {
- return auditRecord;
- }
-
- /**
- * Sets the value of the auditRecord property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionAuditRecord }
- *
- */
- public void setAuditRecord(ODMcomplexTypeDefinitionAuditRecord value) {
- this.auditRecord = value;
- }
-
- /**
- * Gets the value of the signature property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionSignature }
- *
- */
- public ODMcomplexTypeDefinitionSignature getSignature() {
- return signature;
- }
-
- /**
- * Sets the value of the signature property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionSignature }
- *
- */
- public void setSignature(ODMcomplexTypeDefinitionSignature value) {
- this.signature = value;
- }
-
- /**
- * Gets the value of the measurementUnitRef property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionMeasurementUnitRef }
- *
- */
- public ODMcomplexTypeDefinitionMeasurementUnitRef getMeasurementUnitRef() {
- return measurementUnitRef;
- }
-
- /**
- * Sets the value of the measurementUnitRef property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionMeasurementUnitRef }
- *
- */
- public void setMeasurementUnitRef(ODMcomplexTypeDefinitionMeasurementUnitRef value) {
- this.measurementUnitRef = value;
- }
-
- /**
- * Gets the value of the annotation 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 annotation property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAnnotation().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionAnnotation }
- *
- *
- */
- public List getAnnotation() {
- if (annotation == null) {
- annotation = new ArrayList();
- }
- return this.annotation;
- }
-
- /**
- * Gets the value of the itemDataElementExtension 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 itemDataElementExtension property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getItemDataElementExtension().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link OCodmComplexTypeDefinitionAuditLogs }
- * {@link OCodmComplexTypeDefinitionDiscrepancyNotes }
- *
- *
- */
- public List getItemDataElementExtension() {
- if (itemDataElementExtension == null) {
- itemDataElementExtension = new ArrayList();
- }
- return this.itemDataElementExtension;
- }
-
- /**
- * Gets the value of the reasonForNull property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getReasonForNull() {
- return reasonForNull;
- }
-
- /**
- * Sets the value of the reasonForNull property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setReasonForNull(String value) {
- this.reasonForNull = value;
- }
-
- /**
- * Gets the value of the itemOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getItemOID() {
- return itemOID;
- }
-
- /**
- * Sets the value of the itemOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setItemOID(String value) {
- this.itemOID = value;
- }
-
- /**
- * Gets the value of the transactionType property.
- *
- * @return
- * possible object is
- * {@link TransactionType }
- *
- */
- public TransactionType getTransactionType() {
- return transactionType;
- }
-
- /**
- * Sets the value of the transactionType property.
- *
- * @param value
- * allowed object is
- * {@link TransactionType }
- *
- */
- public void setTransactionType(TransactionType value) {
- this.transactionType = value;
- }
-
- /**
- * Gets the value of the isNull property.
- *
- * @return
- * possible object is
- * {@link YesOnly }
- *
- */
- public YesOnly getIsNull() {
- return isNull;
- }
-
- /**
- * Sets the value of the isNull property.
- *
- * @param value
- * allowed object is
- * {@link YesOnly }
- *
- */
- public void setIsNull(YesOnly value) {
- this.isNull = 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataBase64Binary.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataBase64Binary.java
deleted file mode 100755
index 98f8836..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataBase64Binary.java
+++ /dev/null
@@ -1,258 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ItemDataBase64Binary complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ItemDataBase64Binary">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>base64Binary">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataAttributeSharedDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeDefinition"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ItemDataBase64Binary", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionItemDataBase64Binary {
-
- @XmlValue
- protected byte[] value;
- @XmlAttribute(name = "ItemOID", required = true)
- protected String itemOID;
- @XmlAttribute(name = "TransactionType")
- protected TransactionType transactionType;
- @XmlAttribute(name = "IsNull")
- protected YesOnly isNull;
- @XmlAttribute(name = "AuditRecordID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object auditRecordID;
- @XmlAttribute(name = "SignatureID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object signatureID;
- @XmlAttribute(name = "AnnotationID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object annotationID;
- @XmlAttribute(name = "MeasurementUnitOID")
- protected String measurementUnitOID;
-
- /**
- * Gets the value of the value property.
- *
- * @return
- * possible object is
- * byte[]
- */
- public byte[] getValue() {
- return value;
- }
-
- /**
- * Sets the value of the value property.
- *
- * @param value
- * allowed object is
- * byte[]
- */
- public void setValue(byte[] value) {
- this.value = value;
- }
-
- /**
- * Gets the value of the itemOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getItemOID() {
- return itemOID;
- }
-
- /**
- * Sets the value of the itemOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setItemOID(String value) {
- this.itemOID = value;
- }
-
- /**
- * Gets the value of the transactionType property.
- *
- * @return
- * possible object is
- * {@link TransactionType }
- *
- */
- public TransactionType getTransactionType() {
- return transactionType;
- }
-
- /**
- * Sets the value of the transactionType property.
- *
- * @param value
- * allowed object is
- * {@link TransactionType }
- *
- */
- public void setTransactionType(TransactionType value) {
- this.transactionType = value;
- }
-
- /**
- * Gets the value of the isNull property.
- *
- * @return
- * possible object is
- * {@link YesOnly }
- *
- */
- public YesOnly getIsNull() {
- return isNull;
- }
-
- /**
- * Sets the value of the isNull property.
- *
- * @param value
- * allowed object is
- * {@link YesOnly }
- *
- */
- public void setIsNull(YesOnly value) {
- this.isNull = value;
- }
-
- /**
- * Gets the value of the auditRecordID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAuditRecordID() {
- return auditRecordID;
- }
-
- /**
- * Sets the value of the auditRecordID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAuditRecordID(Object value) {
- this.auditRecordID = value;
- }
-
- /**
- * Gets the value of the signatureID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getSignatureID() {
- return signatureID;
- }
-
- /**
- * Sets the value of the signatureID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setSignatureID(Object value) {
- this.signatureID = value;
- }
-
- /**
- * Gets the value of the annotationID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAnnotationID() {
- return annotationID;
- }
-
- /**
- * Sets the value of the annotationID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAnnotationID(Object value) {
- this.annotationID = value;
- }
-
- /**
- * Gets the value of the measurementUnitOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMeasurementUnitOID() {
- return measurementUnitOID;
- }
-
- /**
- * Sets the value of the measurementUnitOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMeasurementUnitOID(String value) {
- this.measurementUnitOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataBase64Float.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataBase64Float.java
deleted file mode 100755
index a97216e..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataBase64Float.java
+++ /dev/null
@@ -1,258 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ItemDataBase64Float complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ItemDataBase64Float">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>base64Float">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataAttributeSharedDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ItemDataBase64Float", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionItemDataBase64Float {
-
- @XmlValue
- protected byte[] value;
- @XmlAttribute(name = "AuditRecordID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object auditRecordID;
- @XmlAttribute(name = "SignatureID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object signatureID;
- @XmlAttribute(name = "AnnotationID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object annotationID;
- @XmlAttribute(name = "MeasurementUnitOID")
- protected String measurementUnitOID;
- @XmlAttribute(name = "ItemOID", required = true)
- protected String itemOID;
- @XmlAttribute(name = "TransactionType")
- protected TransactionType transactionType;
- @XmlAttribute(name = "IsNull")
- protected YesOnly isNull;
-
- /**
- * Gets the value of the value property.
- *
- * @return
- * possible object is
- * byte[]
- */
- public byte[] getValue() {
- return value;
- }
-
- /**
- * Sets the value of the value property.
- *
- * @param value
- * allowed object is
- * byte[]
- */
- public void setValue(byte[] value) {
- this.value = value;
- }
-
- /**
- * Gets the value of the auditRecordID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAuditRecordID() {
- return auditRecordID;
- }
-
- /**
- * Sets the value of the auditRecordID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAuditRecordID(Object value) {
- this.auditRecordID = value;
- }
-
- /**
- * Gets the value of the signatureID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getSignatureID() {
- return signatureID;
- }
-
- /**
- * Sets the value of the signatureID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setSignatureID(Object value) {
- this.signatureID = value;
- }
-
- /**
- * Gets the value of the annotationID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAnnotationID() {
- return annotationID;
- }
-
- /**
- * Sets the value of the annotationID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAnnotationID(Object value) {
- this.annotationID = value;
- }
-
- /**
- * Gets the value of the measurementUnitOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMeasurementUnitOID() {
- return measurementUnitOID;
- }
-
- /**
- * Sets the value of the measurementUnitOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMeasurementUnitOID(String value) {
- this.measurementUnitOID = value;
- }
-
- /**
- * Gets the value of the itemOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getItemOID() {
- return itemOID;
- }
-
- /**
- * Sets the value of the itemOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setItemOID(String value) {
- this.itemOID = value;
- }
-
- /**
- * Gets the value of the transactionType property.
- *
- * @return
- * possible object is
- * {@link TransactionType }
- *
- */
- public TransactionType getTransactionType() {
- return transactionType;
- }
-
- /**
- * Sets the value of the transactionType property.
- *
- * @param value
- * allowed object is
- * {@link TransactionType }
- *
- */
- public void setTransactionType(TransactionType value) {
- this.transactionType = value;
- }
-
- /**
- * Gets the value of the isNull property.
- *
- * @return
- * possible object is
- * {@link YesOnly }
- *
- */
- public YesOnly getIsNull() {
- return isNull;
- }
-
- /**
- * Sets the value of the isNull property.
- *
- * @param value
- * allowed object is
- * {@link YesOnly }
- *
- */
- public void setIsNull(YesOnly value) {
- this.isNull = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataBoolean.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataBoolean.java
deleted file mode 100755
index 2425af7..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataBoolean.java
+++ /dev/null
@@ -1,252 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ItemDataBoolean complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ItemDataBoolean">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>boolean">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataAttributeSharedDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeDefinition"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ItemDataBoolean", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionItemDataBoolean {
-
- @XmlValue
- protected boolean value;
- @XmlAttribute(name = "ItemOID", required = true)
- protected String itemOID;
- @XmlAttribute(name = "TransactionType")
- protected TransactionType transactionType;
- @XmlAttribute(name = "IsNull")
- protected YesOnly isNull;
- @XmlAttribute(name = "AuditRecordID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object auditRecordID;
- @XmlAttribute(name = "SignatureID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object signatureID;
- @XmlAttribute(name = "AnnotationID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object annotationID;
- @XmlAttribute(name = "MeasurementUnitOID")
- protected String measurementUnitOID;
-
- /**
- * Gets the value of the value property.
- *
- */
- public boolean isValue() {
- return value;
- }
-
- /**
- * Sets the value of the value property.
- *
- */
- public void setValue(boolean value) {
- this.value = value;
- }
-
- /**
- * Gets the value of the itemOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getItemOID() {
- return itemOID;
- }
-
- /**
- * Sets the value of the itemOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setItemOID(String value) {
- this.itemOID = value;
- }
-
- /**
- * Gets the value of the transactionType property.
- *
- * @return
- * possible object is
- * {@link TransactionType }
- *
- */
- public TransactionType getTransactionType() {
- return transactionType;
- }
-
- /**
- * Sets the value of the transactionType property.
- *
- * @param value
- * allowed object is
- * {@link TransactionType }
- *
- */
- public void setTransactionType(TransactionType value) {
- this.transactionType = value;
- }
-
- /**
- * Gets the value of the isNull property.
- *
- * @return
- * possible object is
- * {@link YesOnly }
- *
- */
- public YesOnly getIsNull() {
- return isNull;
- }
-
- /**
- * Sets the value of the isNull property.
- *
- * @param value
- * allowed object is
- * {@link YesOnly }
- *
- */
- public void setIsNull(YesOnly value) {
- this.isNull = value;
- }
-
- /**
- * Gets the value of the auditRecordID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAuditRecordID() {
- return auditRecordID;
- }
-
- /**
- * Sets the value of the auditRecordID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAuditRecordID(Object value) {
- this.auditRecordID = value;
- }
-
- /**
- * Gets the value of the signatureID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getSignatureID() {
- return signatureID;
- }
-
- /**
- * Sets the value of the signatureID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setSignatureID(Object value) {
- this.signatureID = value;
- }
-
- /**
- * Gets the value of the annotationID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAnnotationID() {
- return annotationID;
- }
-
- /**
- * Sets the value of the annotationID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAnnotationID(Object value) {
- this.annotationID = value;
- }
-
- /**
- * Gets the value of the measurementUnitOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMeasurementUnitOID() {
- return measurementUnitOID;
- }
-
- /**
- * Sets the value of the measurementUnitOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMeasurementUnitOID(String value) {
- this.measurementUnitOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataDate.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataDate.java
deleted file mode 100755
index df979a6..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataDate.java
+++ /dev/null
@@ -1,261 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-import javax.xml.datatype.XMLGregorianCalendar;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ItemDataDate complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ItemDataDate">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>date">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataAttributeSharedDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeDefinition"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ItemDataDate", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionItemDataDate {
-
- @XmlValue
- protected XMLGregorianCalendar value;
- @XmlAttribute(name = "ItemOID", required = true)
- protected String itemOID;
- @XmlAttribute(name = "TransactionType")
- protected TransactionType transactionType;
- @XmlAttribute(name = "IsNull")
- protected YesOnly isNull;
- @XmlAttribute(name = "AuditRecordID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object auditRecordID;
- @XmlAttribute(name = "SignatureID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object signatureID;
- @XmlAttribute(name = "AnnotationID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object annotationID;
- @XmlAttribute(name = "MeasurementUnitOID")
- protected String measurementUnitOID;
-
- /**
- * Gets the value of the value property.
- *
- * @return
- * possible object is
- * {@link XMLGregorianCalendar }
- *
- */
- public XMLGregorianCalendar getValue() {
- return value;
- }
-
- /**
- * Sets the value of the value property.
- *
- * @param value
- * allowed object is
- * {@link XMLGregorianCalendar }
- *
- */
- public void setValue(XMLGregorianCalendar value) {
- this.value = value;
- }
-
- /**
- * Gets the value of the itemOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getItemOID() {
- return itemOID;
- }
-
- /**
- * Sets the value of the itemOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setItemOID(String value) {
- this.itemOID = value;
- }
-
- /**
- * Gets the value of the transactionType property.
- *
- * @return
- * possible object is
- * {@link TransactionType }
- *
- */
- public TransactionType getTransactionType() {
- return transactionType;
- }
-
- /**
- * Sets the value of the transactionType property.
- *
- * @param value
- * allowed object is
- * {@link TransactionType }
- *
- */
- public void setTransactionType(TransactionType value) {
- this.transactionType = value;
- }
-
- /**
- * Gets the value of the isNull property.
- *
- * @return
- * possible object is
- * {@link YesOnly }
- *
- */
- public YesOnly getIsNull() {
- return isNull;
- }
-
- /**
- * Sets the value of the isNull property.
- *
- * @param value
- * allowed object is
- * {@link YesOnly }
- *
- */
- public void setIsNull(YesOnly value) {
- this.isNull = value;
- }
-
- /**
- * Gets the value of the auditRecordID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAuditRecordID() {
- return auditRecordID;
- }
-
- /**
- * Sets the value of the auditRecordID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAuditRecordID(Object value) {
- this.auditRecordID = value;
- }
-
- /**
- * Gets the value of the signatureID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getSignatureID() {
- return signatureID;
- }
-
- /**
- * Sets the value of the signatureID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setSignatureID(Object value) {
- this.signatureID = value;
- }
-
- /**
- * Gets the value of the annotationID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAnnotationID() {
- return annotationID;
- }
-
- /**
- * Sets the value of the annotationID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAnnotationID(Object value) {
- this.annotationID = value;
- }
-
- /**
- * Gets the value of the measurementUnitOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMeasurementUnitOID() {
- return measurementUnitOID;
- }
-
- /**
- * Sets the value of the measurementUnitOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMeasurementUnitOID(String value) {
- this.measurementUnitOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataDatetime.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataDatetime.java
deleted file mode 100755
index 1408f7a..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataDatetime.java
+++ /dev/null
@@ -1,261 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-import javax.xml.datatype.XMLGregorianCalendar;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ItemDataDatetime complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ItemDataDatetime">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>datetime">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataAttributeSharedDefinition"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ItemDataDatetime", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionItemDataDatetime {
-
- @XmlValue
- protected XMLGregorianCalendar value;
- @XmlAttribute(name = "AuditRecordID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object auditRecordID;
- @XmlAttribute(name = "SignatureID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object signatureID;
- @XmlAttribute(name = "AnnotationID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object annotationID;
- @XmlAttribute(name = "MeasurementUnitOID")
- protected String measurementUnitOID;
- @XmlAttribute(name = "ItemOID", required = true)
- protected String itemOID;
- @XmlAttribute(name = "TransactionType")
- protected TransactionType transactionType;
- @XmlAttribute(name = "IsNull")
- protected YesOnly isNull;
-
- /**
- * Gets the value of the value property.
- *
- * @return
- * possible object is
- * {@link XMLGregorianCalendar }
- *
- */
- public XMLGregorianCalendar getValue() {
- return value;
- }
-
- /**
- * Sets the value of the value property.
- *
- * @param value
- * allowed object is
- * {@link XMLGregorianCalendar }
- *
- */
- public void setValue(XMLGregorianCalendar value) {
- this.value = value;
- }
-
- /**
- * Gets the value of the auditRecordID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAuditRecordID() {
- return auditRecordID;
- }
-
- /**
- * Sets the value of the auditRecordID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAuditRecordID(Object value) {
- this.auditRecordID = value;
- }
-
- /**
- * Gets the value of the signatureID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getSignatureID() {
- return signatureID;
- }
-
- /**
- * Sets the value of the signatureID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setSignatureID(Object value) {
- this.signatureID = value;
- }
-
- /**
- * Gets the value of the annotationID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAnnotationID() {
- return annotationID;
- }
-
- /**
- * Sets the value of the annotationID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAnnotationID(Object value) {
- this.annotationID = value;
- }
-
- /**
- * Gets the value of the measurementUnitOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMeasurementUnitOID() {
- return measurementUnitOID;
- }
-
- /**
- * Sets the value of the measurementUnitOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMeasurementUnitOID(String value) {
- this.measurementUnitOID = value;
- }
-
- /**
- * Gets the value of the itemOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getItemOID() {
- return itemOID;
- }
-
- /**
- * Sets the value of the itemOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setItemOID(String value) {
- this.itemOID = value;
- }
-
- /**
- * Gets the value of the transactionType property.
- *
- * @return
- * possible object is
- * {@link TransactionType }
- *
- */
- public TransactionType getTransactionType() {
- return transactionType;
- }
-
- /**
- * Sets the value of the transactionType property.
- *
- * @param value
- * allowed object is
- * {@link TransactionType }
- *
- */
- public void setTransactionType(TransactionType value) {
- this.transactionType = value;
- }
-
- /**
- * Gets the value of the isNull property.
- *
- * @return
- * possible object is
- * {@link YesOnly }
- *
- */
- public YesOnly getIsNull() {
- return isNull;
- }
-
- /**
- * Sets the value of the isNull property.
- *
- * @param value
- * allowed object is
- * {@link YesOnly }
- *
- */
- public void setIsNull(YesOnly value) {
- this.isNull = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataDouble.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataDouble.java
deleted file mode 100755
index b086b58..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataDouble.java
+++ /dev/null
@@ -1,260 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ItemDataDouble complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ItemDataDouble">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>double">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataAttributeSharedDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeDefinition"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ItemDataDouble", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionItemDataDouble {
-
- @XmlValue
- protected String value;
- @XmlAttribute(name = "ItemOID", required = true)
- protected String itemOID;
- @XmlAttribute(name = "TransactionType")
- protected TransactionType transactionType;
- @XmlAttribute(name = "IsNull")
- protected YesOnly isNull;
- @XmlAttribute(name = "AuditRecordID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object auditRecordID;
- @XmlAttribute(name = "SignatureID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object signatureID;
- @XmlAttribute(name = "AnnotationID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object annotationID;
- @XmlAttribute(name = "MeasurementUnitOID")
- protected String measurementUnitOID;
-
- /**
- * 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;
- }
-
- /**
- * Gets the value of the itemOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getItemOID() {
- return itemOID;
- }
-
- /**
- * Sets the value of the itemOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setItemOID(String value) {
- this.itemOID = value;
- }
-
- /**
- * Gets the value of the transactionType property.
- *
- * @return
- * possible object is
- * {@link TransactionType }
- *
- */
- public TransactionType getTransactionType() {
- return transactionType;
- }
-
- /**
- * Sets the value of the transactionType property.
- *
- * @param value
- * allowed object is
- * {@link TransactionType }
- *
- */
- public void setTransactionType(TransactionType value) {
- this.transactionType = value;
- }
-
- /**
- * Gets the value of the isNull property.
- *
- * @return
- * possible object is
- * {@link YesOnly }
- *
- */
- public YesOnly getIsNull() {
- return isNull;
- }
-
- /**
- * Sets the value of the isNull property.
- *
- * @param value
- * allowed object is
- * {@link YesOnly }
- *
- */
- public void setIsNull(YesOnly value) {
- this.isNull = value;
- }
-
- /**
- * Gets the value of the auditRecordID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAuditRecordID() {
- return auditRecordID;
- }
-
- /**
- * Sets the value of the auditRecordID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAuditRecordID(Object value) {
- this.auditRecordID = value;
- }
-
- /**
- * Gets the value of the signatureID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getSignatureID() {
- return signatureID;
- }
-
- /**
- * Sets the value of the signatureID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setSignatureID(Object value) {
- this.signatureID = value;
- }
-
- /**
- * Gets the value of the annotationID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAnnotationID() {
- return annotationID;
- }
-
- /**
- * Sets the value of the annotationID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAnnotationID(Object value) {
- this.annotationID = value;
- }
-
- /**
- * Gets the value of the measurementUnitOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMeasurementUnitOID() {
- return measurementUnitOID;
- }
-
- /**
- * Sets the value of the measurementUnitOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMeasurementUnitOID(String value) {
- this.measurementUnitOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataDurationDatetime.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataDurationDatetime.java
deleted file mode 100755
index 01791e7..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataDurationDatetime.java
+++ /dev/null
@@ -1,260 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ItemDataDurationDatetime complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ItemDataDurationDatetime">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>durationDatetime">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataAttributeSharedDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeDefinition"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ItemDataDurationDatetime", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionItemDataDurationDatetime {
-
- @XmlValue
- protected String value;
- @XmlAttribute(name = "ItemOID", required = true)
- protected String itemOID;
- @XmlAttribute(name = "TransactionType")
- protected TransactionType transactionType;
- @XmlAttribute(name = "IsNull")
- protected YesOnly isNull;
- @XmlAttribute(name = "AuditRecordID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object auditRecordID;
- @XmlAttribute(name = "SignatureID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object signatureID;
- @XmlAttribute(name = "AnnotationID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object annotationID;
- @XmlAttribute(name = "MeasurementUnitOID")
- protected String measurementUnitOID;
-
- /**
- * 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;
- }
-
- /**
- * Gets the value of the itemOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getItemOID() {
- return itemOID;
- }
-
- /**
- * Sets the value of the itemOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setItemOID(String value) {
- this.itemOID = value;
- }
-
- /**
- * Gets the value of the transactionType property.
- *
- * @return
- * possible object is
- * {@link TransactionType }
- *
- */
- public TransactionType getTransactionType() {
- return transactionType;
- }
-
- /**
- * Sets the value of the transactionType property.
- *
- * @param value
- * allowed object is
- * {@link TransactionType }
- *
- */
- public void setTransactionType(TransactionType value) {
- this.transactionType = value;
- }
-
- /**
- * Gets the value of the isNull property.
- *
- * @return
- * possible object is
- * {@link YesOnly }
- *
- */
- public YesOnly getIsNull() {
- return isNull;
- }
-
- /**
- * Sets the value of the isNull property.
- *
- * @param value
- * allowed object is
- * {@link YesOnly }
- *
- */
- public void setIsNull(YesOnly value) {
- this.isNull = value;
- }
-
- /**
- * Gets the value of the auditRecordID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAuditRecordID() {
- return auditRecordID;
- }
-
- /**
- * Sets the value of the auditRecordID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAuditRecordID(Object value) {
- this.auditRecordID = value;
- }
-
- /**
- * Gets the value of the signatureID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getSignatureID() {
- return signatureID;
- }
-
- /**
- * Sets the value of the signatureID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setSignatureID(Object value) {
- this.signatureID = value;
- }
-
- /**
- * Gets the value of the annotationID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAnnotationID() {
- return annotationID;
- }
-
- /**
- * Sets the value of the annotationID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAnnotationID(Object value) {
- this.annotationID = value;
- }
-
- /**
- * Gets the value of the measurementUnitOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMeasurementUnitOID() {
- return measurementUnitOID;
- }
-
- /**
- * Sets the value of the measurementUnitOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMeasurementUnitOID(String value) {
- this.measurementUnitOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataFloat.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataFloat.java
deleted file mode 100755
index c10bd32..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataFloat.java
+++ /dev/null
@@ -1,261 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import java.math.BigDecimal;
-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.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ItemDataFloat complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ItemDataFloat">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>float">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataAttributeSharedDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeDefinition"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ItemDataFloat", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionItemDataFloat {
-
- @XmlValue
- protected BigDecimal value;
- @XmlAttribute(name = "ItemOID", required = true)
- protected String itemOID;
- @XmlAttribute(name = "TransactionType")
- protected TransactionType transactionType;
- @XmlAttribute(name = "IsNull")
- protected YesOnly isNull;
- @XmlAttribute(name = "AuditRecordID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object auditRecordID;
- @XmlAttribute(name = "SignatureID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object signatureID;
- @XmlAttribute(name = "AnnotationID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object annotationID;
- @XmlAttribute(name = "MeasurementUnitOID")
- protected String measurementUnitOID;
-
- /**
- * Gets the value of the value property.
- *
- * @return
- * possible object is
- * {@link BigDecimal }
- *
- */
- public BigDecimal getValue() {
- return value;
- }
-
- /**
- * Sets the value of the value property.
- *
- * @param value
- * allowed object is
- * {@link BigDecimal }
- *
- */
- public void setValue(BigDecimal value) {
- this.value = value;
- }
-
- /**
- * Gets the value of the itemOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getItemOID() {
- return itemOID;
- }
-
- /**
- * Sets the value of the itemOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setItemOID(String value) {
- this.itemOID = value;
- }
-
- /**
- * Gets the value of the transactionType property.
- *
- * @return
- * possible object is
- * {@link TransactionType }
- *
- */
- public TransactionType getTransactionType() {
- return transactionType;
- }
-
- /**
- * Sets the value of the transactionType property.
- *
- * @param value
- * allowed object is
- * {@link TransactionType }
- *
- */
- public void setTransactionType(TransactionType value) {
- this.transactionType = value;
- }
-
- /**
- * Gets the value of the isNull property.
- *
- * @return
- * possible object is
- * {@link YesOnly }
- *
- */
- public YesOnly getIsNull() {
- return isNull;
- }
-
- /**
- * Sets the value of the isNull property.
- *
- * @param value
- * allowed object is
- * {@link YesOnly }
- *
- */
- public void setIsNull(YesOnly value) {
- this.isNull = value;
- }
-
- /**
- * Gets the value of the auditRecordID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAuditRecordID() {
- return auditRecordID;
- }
-
- /**
- * Sets the value of the auditRecordID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAuditRecordID(Object value) {
- this.auditRecordID = value;
- }
-
- /**
- * Gets the value of the signatureID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getSignatureID() {
- return signatureID;
- }
-
- /**
- * Sets the value of the signatureID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setSignatureID(Object value) {
- this.signatureID = value;
- }
-
- /**
- * Gets the value of the annotationID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAnnotationID() {
- return annotationID;
- }
-
- /**
- * Sets the value of the annotationID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAnnotationID(Object value) {
- this.annotationID = value;
- }
-
- /**
- * Gets the value of the measurementUnitOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMeasurementUnitOID() {
- return measurementUnitOID;
- }
-
- /**
- * Sets the value of the measurementUnitOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMeasurementUnitOID(String value) {
- this.measurementUnitOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataHexBinary.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataHexBinary.java
deleted file mode 100755
index 87aeb22..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataHexBinary.java
+++ /dev/null
@@ -1,263 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-import javax.xml.bind.annotation.adapters.HexBinaryAdapter;
-import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ItemDataHexBinary complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ItemDataHexBinary">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>hexBinary">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataAttributeSharedDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ItemDataHexBinary", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionItemDataHexBinary {
-
- @XmlValue
- @XmlJavaTypeAdapter(HexBinaryAdapter.class)
- protected byte[] value;
- @XmlAttribute(name = "ItemOID", required = true)
- protected String itemOID;
- @XmlAttribute(name = "TransactionType")
- protected TransactionType transactionType;
- @XmlAttribute(name = "IsNull")
- protected YesOnly isNull;
- @XmlAttribute(name = "AuditRecordID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object auditRecordID;
- @XmlAttribute(name = "SignatureID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object signatureID;
- @XmlAttribute(name = "AnnotationID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object annotationID;
- @XmlAttribute(name = "MeasurementUnitOID")
- protected String measurementUnitOID;
-
- /**
- * Gets the value of the value property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public byte[] getValue() {
- return value;
- }
-
- /**
- * Sets the value of the value property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setValue(byte[] value) {
- this.value = value;
- }
-
- /**
- * Gets the value of the itemOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getItemOID() {
- return itemOID;
- }
-
- /**
- * Sets the value of the itemOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setItemOID(String value) {
- this.itemOID = value;
- }
-
- /**
- * Gets the value of the transactionType property.
- *
- * @return
- * possible object is
- * {@link TransactionType }
- *
- */
- public TransactionType getTransactionType() {
- return transactionType;
- }
-
- /**
- * Sets the value of the transactionType property.
- *
- * @param value
- * allowed object is
- * {@link TransactionType }
- *
- */
- public void setTransactionType(TransactionType value) {
- this.transactionType = value;
- }
-
- /**
- * Gets the value of the isNull property.
- *
- * @return
- * possible object is
- * {@link YesOnly }
- *
- */
- public YesOnly getIsNull() {
- return isNull;
- }
-
- /**
- * Sets the value of the isNull property.
- *
- * @param value
- * allowed object is
- * {@link YesOnly }
- *
- */
- public void setIsNull(YesOnly value) {
- this.isNull = value;
- }
-
- /**
- * Gets the value of the auditRecordID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAuditRecordID() {
- return auditRecordID;
- }
-
- /**
- * Sets the value of the auditRecordID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAuditRecordID(Object value) {
- this.auditRecordID = value;
- }
-
- /**
- * Gets the value of the signatureID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getSignatureID() {
- return signatureID;
- }
-
- /**
- * Sets the value of the signatureID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setSignatureID(Object value) {
- this.signatureID = value;
- }
-
- /**
- * Gets the value of the annotationID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAnnotationID() {
- return annotationID;
- }
-
- /**
- * Sets the value of the annotationID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAnnotationID(Object value) {
- this.annotationID = value;
- }
-
- /**
- * Gets the value of the measurementUnitOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMeasurementUnitOID() {
- return measurementUnitOID;
- }
-
- /**
- * Sets the value of the measurementUnitOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMeasurementUnitOID(String value) {
- this.measurementUnitOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataHexFloat.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataHexFloat.java
deleted file mode 100755
index d97d993..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataHexFloat.java
+++ /dev/null
@@ -1,263 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-import javax.xml.bind.annotation.adapters.HexBinaryAdapter;
-import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ItemDataHexFloat complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ItemDataHexFloat">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>hexFloat">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataAttributeSharedDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ItemDataHexFloat", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionItemDataHexFloat {
-
- @XmlValue
- @XmlJavaTypeAdapter(HexBinaryAdapter.class)
- protected byte[] value;
- @XmlAttribute(name = "ItemOID", required = true)
- protected String itemOID;
- @XmlAttribute(name = "TransactionType")
- protected TransactionType transactionType;
- @XmlAttribute(name = "IsNull")
- protected YesOnly isNull;
- @XmlAttribute(name = "AuditRecordID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object auditRecordID;
- @XmlAttribute(name = "SignatureID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object signatureID;
- @XmlAttribute(name = "AnnotationID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object annotationID;
- @XmlAttribute(name = "MeasurementUnitOID")
- protected String measurementUnitOID;
-
- /**
- * Gets the value of the value property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public byte[] getValue() {
- return value;
- }
-
- /**
- * Sets the value of the value property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setValue(byte[] value) {
- this.value = value;
- }
-
- /**
- * Gets the value of the itemOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getItemOID() {
- return itemOID;
- }
-
- /**
- * Sets the value of the itemOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setItemOID(String value) {
- this.itemOID = value;
- }
-
- /**
- * Gets the value of the transactionType property.
- *
- * @return
- * possible object is
- * {@link TransactionType }
- *
- */
- public TransactionType getTransactionType() {
- return transactionType;
- }
-
- /**
- * Sets the value of the transactionType property.
- *
- * @param value
- * allowed object is
- * {@link TransactionType }
- *
- */
- public void setTransactionType(TransactionType value) {
- this.transactionType = value;
- }
-
- /**
- * Gets the value of the isNull property.
- *
- * @return
- * possible object is
- * {@link YesOnly }
- *
- */
- public YesOnly getIsNull() {
- return isNull;
- }
-
- /**
- * Sets the value of the isNull property.
- *
- * @param value
- * allowed object is
- * {@link YesOnly }
- *
- */
- public void setIsNull(YesOnly value) {
- this.isNull = value;
- }
-
- /**
- * Gets the value of the auditRecordID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAuditRecordID() {
- return auditRecordID;
- }
-
- /**
- * Sets the value of the auditRecordID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAuditRecordID(Object value) {
- this.auditRecordID = value;
- }
-
- /**
- * Gets the value of the signatureID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getSignatureID() {
- return signatureID;
- }
-
- /**
- * Sets the value of the signatureID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setSignatureID(Object value) {
- this.signatureID = value;
- }
-
- /**
- * Gets the value of the annotationID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAnnotationID() {
- return annotationID;
- }
-
- /**
- * Sets the value of the annotationID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAnnotationID(Object value) {
- this.annotationID = value;
- }
-
- /**
- * Gets the value of the measurementUnitOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMeasurementUnitOID() {
- return measurementUnitOID;
- }
-
- /**
- * Sets the value of the measurementUnitOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMeasurementUnitOID(String value) {
- this.measurementUnitOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataIncompleteDatetime.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataIncompleteDatetime.java
deleted file mode 100755
index b90cbed..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataIncompleteDatetime.java
+++ /dev/null
@@ -1,260 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ItemDataIncompleteDatetime complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ItemDataIncompleteDatetime">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>incompleteDatetime">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataAttributeSharedDefinition"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ItemDataIncompleteDatetime", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionItemDataIncompleteDatetime {
-
- @XmlValue
- protected String value;
- @XmlAttribute(name = "AuditRecordID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object auditRecordID;
- @XmlAttribute(name = "SignatureID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object signatureID;
- @XmlAttribute(name = "AnnotationID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object annotationID;
- @XmlAttribute(name = "MeasurementUnitOID")
- protected String measurementUnitOID;
- @XmlAttribute(name = "ItemOID", required = true)
- protected String itemOID;
- @XmlAttribute(name = "TransactionType")
- protected TransactionType transactionType;
- @XmlAttribute(name = "IsNull")
- protected YesOnly isNull;
-
- /**
- * 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;
- }
-
- /**
- * Gets the value of the auditRecordID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAuditRecordID() {
- return auditRecordID;
- }
-
- /**
- * Sets the value of the auditRecordID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAuditRecordID(Object value) {
- this.auditRecordID = value;
- }
-
- /**
- * Gets the value of the signatureID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getSignatureID() {
- return signatureID;
- }
-
- /**
- * Sets the value of the signatureID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setSignatureID(Object value) {
- this.signatureID = value;
- }
-
- /**
- * Gets the value of the annotationID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAnnotationID() {
- return annotationID;
- }
-
- /**
- * Sets the value of the annotationID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAnnotationID(Object value) {
- this.annotationID = value;
- }
-
- /**
- * Gets the value of the measurementUnitOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMeasurementUnitOID() {
- return measurementUnitOID;
- }
-
- /**
- * Sets the value of the measurementUnitOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMeasurementUnitOID(String value) {
- this.measurementUnitOID = value;
- }
-
- /**
- * Gets the value of the itemOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getItemOID() {
- return itemOID;
- }
-
- /**
- * Sets the value of the itemOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setItemOID(String value) {
- this.itemOID = value;
- }
-
- /**
- * Gets the value of the transactionType property.
- *
- * @return
- * possible object is
- * {@link TransactionType }
- *
- */
- public TransactionType getTransactionType() {
- return transactionType;
- }
-
- /**
- * Sets the value of the transactionType property.
- *
- * @param value
- * allowed object is
- * {@link TransactionType }
- *
- */
- public void setTransactionType(TransactionType value) {
- this.transactionType = value;
- }
-
- /**
- * Gets the value of the isNull property.
- *
- * @return
- * possible object is
- * {@link YesOnly }
- *
- */
- public YesOnly getIsNull() {
- return isNull;
- }
-
- /**
- * Sets the value of the isNull property.
- *
- * @param value
- * allowed object is
- * {@link YesOnly }
- *
- */
- public void setIsNull(YesOnly value) {
- this.isNull = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataInteger.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataInteger.java
deleted file mode 100755
index 96d8902..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataInteger.java
+++ /dev/null
@@ -1,261 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import java.math.BigInteger;
-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.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ItemDataInteger complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ItemDataInteger">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>integer">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataAttributeSharedDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ItemDataInteger", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionItemDataInteger {
-
- @XmlValue
- protected BigInteger value;
- @XmlAttribute(name = "ItemOID", required = true)
- protected String itemOID;
- @XmlAttribute(name = "TransactionType")
- protected TransactionType transactionType;
- @XmlAttribute(name = "IsNull")
- protected YesOnly isNull;
- @XmlAttribute(name = "AuditRecordID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object auditRecordID;
- @XmlAttribute(name = "SignatureID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object signatureID;
- @XmlAttribute(name = "AnnotationID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object annotationID;
- @XmlAttribute(name = "MeasurementUnitOID")
- protected String measurementUnitOID;
-
- /**
- * Gets the value of the value property.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getValue() {
- return value;
- }
-
- /**
- * Sets the value of the value property.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setValue(BigInteger value) {
- this.value = value;
- }
-
- /**
- * Gets the value of the itemOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getItemOID() {
- return itemOID;
- }
-
- /**
- * Sets the value of the itemOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setItemOID(String value) {
- this.itemOID = value;
- }
-
- /**
- * Gets the value of the transactionType property.
- *
- * @return
- * possible object is
- * {@link TransactionType }
- *
- */
- public TransactionType getTransactionType() {
- return transactionType;
- }
-
- /**
- * Sets the value of the transactionType property.
- *
- * @param value
- * allowed object is
- * {@link TransactionType }
- *
- */
- public void setTransactionType(TransactionType value) {
- this.transactionType = value;
- }
-
- /**
- * Gets the value of the isNull property.
- *
- * @return
- * possible object is
- * {@link YesOnly }
- *
- */
- public YesOnly getIsNull() {
- return isNull;
- }
-
- /**
- * Sets the value of the isNull property.
- *
- * @param value
- * allowed object is
- * {@link YesOnly }
- *
- */
- public void setIsNull(YesOnly value) {
- this.isNull = value;
- }
-
- /**
- * Gets the value of the auditRecordID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAuditRecordID() {
- return auditRecordID;
- }
-
- /**
- * Sets the value of the auditRecordID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAuditRecordID(Object value) {
- this.auditRecordID = value;
- }
-
- /**
- * Gets the value of the signatureID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getSignatureID() {
- return signatureID;
- }
-
- /**
- * Sets the value of the signatureID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setSignatureID(Object value) {
- this.signatureID = value;
- }
-
- /**
- * Gets the value of the annotationID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAnnotationID() {
- return annotationID;
- }
-
- /**
- * Sets the value of the annotationID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAnnotationID(Object value) {
- this.annotationID = value;
- }
-
- /**
- * Gets the value of the measurementUnitOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMeasurementUnitOID() {
- return measurementUnitOID;
- }
-
- /**
- * Sets the value of the measurementUnitOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMeasurementUnitOID(String value) {
- this.measurementUnitOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataIntervalDatetime.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataIntervalDatetime.java
deleted file mode 100755
index ff3b17c..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataIntervalDatetime.java
+++ /dev/null
@@ -1,260 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ItemDataIntervalDatetime complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ItemDataIntervalDatetime">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>intervalDatetime">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataAttributeSharedDefinition"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ItemDataIntervalDatetime", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionItemDataIntervalDatetime {
-
- @XmlValue
- protected String value;
- @XmlAttribute(name = "AuditRecordID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object auditRecordID;
- @XmlAttribute(name = "SignatureID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object signatureID;
- @XmlAttribute(name = "AnnotationID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object annotationID;
- @XmlAttribute(name = "MeasurementUnitOID")
- protected String measurementUnitOID;
- @XmlAttribute(name = "ItemOID", required = true)
- protected String itemOID;
- @XmlAttribute(name = "TransactionType")
- protected TransactionType transactionType;
- @XmlAttribute(name = "IsNull")
- protected YesOnly isNull;
-
- /**
- * 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;
- }
-
- /**
- * Gets the value of the auditRecordID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAuditRecordID() {
- return auditRecordID;
- }
-
- /**
- * Sets the value of the auditRecordID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAuditRecordID(Object value) {
- this.auditRecordID = value;
- }
-
- /**
- * Gets the value of the signatureID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getSignatureID() {
- return signatureID;
- }
-
- /**
- * Sets the value of the signatureID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setSignatureID(Object value) {
- this.signatureID = value;
- }
-
- /**
- * Gets the value of the annotationID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAnnotationID() {
- return annotationID;
- }
-
- /**
- * Sets the value of the annotationID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAnnotationID(Object value) {
- this.annotationID = value;
- }
-
- /**
- * Gets the value of the measurementUnitOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMeasurementUnitOID() {
- return measurementUnitOID;
- }
-
- /**
- * Sets the value of the measurementUnitOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMeasurementUnitOID(String value) {
- this.measurementUnitOID = value;
- }
-
- /**
- * Gets the value of the itemOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getItemOID() {
- return itemOID;
- }
-
- /**
- * Sets the value of the itemOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setItemOID(String value) {
- this.itemOID = value;
- }
-
- /**
- * Gets the value of the transactionType property.
- *
- * @return
- * possible object is
- * {@link TransactionType }
- *
- */
- public TransactionType getTransactionType() {
- return transactionType;
- }
-
- /**
- * Sets the value of the transactionType property.
- *
- * @param value
- * allowed object is
- * {@link TransactionType }
- *
- */
- public void setTransactionType(TransactionType value) {
- this.transactionType = value;
- }
-
- /**
- * Gets the value of the isNull property.
- *
- * @return
- * possible object is
- * {@link YesOnly }
- *
- */
- public YesOnly getIsNull() {
- return isNull;
- }
-
- /**
- * Sets the value of the isNull property.
- *
- * @param value
- * allowed object is
- * {@link YesOnly }
- *
- */
- public void setIsNull(YesOnly value) {
- this.isNull = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataPartialDate.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataPartialDate.java
deleted file mode 100755
index 4b53bb8..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataPartialDate.java
+++ /dev/null
@@ -1,260 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ItemDataPartialDate complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ItemDataPartialDate">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>partialDate">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataAttributeSharedDefinition"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ItemDataPartialDate", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionItemDataPartialDate {
-
- @XmlValue
- protected String value;
- @XmlAttribute(name = "AuditRecordID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object auditRecordID;
- @XmlAttribute(name = "SignatureID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object signatureID;
- @XmlAttribute(name = "AnnotationID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object annotationID;
- @XmlAttribute(name = "MeasurementUnitOID")
- protected String measurementUnitOID;
- @XmlAttribute(name = "ItemOID", required = true)
- protected String itemOID;
- @XmlAttribute(name = "TransactionType")
- protected TransactionType transactionType;
- @XmlAttribute(name = "IsNull")
- protected YesOnly isNull;
-
- /**
- * 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;
- }
-
- /**
- * Gets the value of the auditRecordID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAuditRecordID() {
- return auditRecordID;
- }
-
- /**
- * Sets the value of the auditRecordID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAuditRecordID(Object value) {
- this.auditRecordID = value;
- }
-
- /**
- * Gets the value of the signatureID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getSignatureID() {
- return signatureID;
- }
-
- /**
- * Sets the value of the signatureID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setSignatureID(Object value) {
- this.signatureID = value;
- }
-
- /**
- * Gets the value of the annotationID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAnnotationID() {
- return annotationID;
- }
-
- /**
- * Sets the value of the annotationID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAnnotationID(Object value) {
- this.annotationID = value;
- }
-
- /**
- * Gets the value of the measurementUnitOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMeasurementUnitOID() {
- return measurementUnitOID;
- }
-
- /**
- * Sets the value of the measurementUnitOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMeasurementUnitOID(String value) {
- this.measurementUnitOID = value;
- }
-
- /**
- * Gets the value of the itemOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getItemOID() {
- return itemOID;
- }
-
- /**
- * Sets the value of the itemOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setItemOID(String value) {
- this.itemOID = value;
- }
-
- /**
- * Gets the value of the transactionType property.
- *
- * @return
- * possible object is
- * {@link TransactionType }
- *
- */
- public TransactionType getTransactionType() {
- return transactionType;
- }
-
- /**
- * Sets the value of the transactionType property.
- *
- * @param value
- * allowed object is
- * {@link TransactionType }
- *
- */
- public void setTransactionType(TransactionType value) {
- this.transactionType = value;
- }
-
- /**
- * Gets the value of the isNull property.
- *
- * @return
- * possible object is
- * {@link YesOnly }
- *
- */
- public YesOnly getIsNull() {
- return isNull;
- }
-
- /**
- * Sets the value of the isNull property.
- *
- * @param value
- * allowed object is
- * {@link YesOnly }
- *
- */
- public void setIsNull(YesOnly value) {
- this.isNull = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataPartialDatetime.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataPartialDatetime.java
deleted file mode 100755
index 6fed742..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataPartialDatetime.java
+++ /dev/null
@@ -1,260 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ItemDataPartialDatetime complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ItemDataPartialDatetime">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>partialDatetime">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataAttributeSharedDefinition"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ItemDataPartialDatetime", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionItemDataPartialDatetime {
-
- @XmlValue
- protected String value;
- @XmlAttribute(name = "AuditRecordID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object auditRecordID;
- @XmlAttribute(name = "SignatureID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object signatureID;
- @XmlAttribute(name = "AnnotationID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object annotationID;
- @XmlAttribute(name = "MeasurementUnitOID")
- protected String measurementUnitOID;
- @XmlAttribute(name = "ItemOID", required = true)
- protected String itemOID;
- @XmlAttribute(name = "TransactionType")
- protected TransactionType transactionType;
- @XmlAttribute(name = "IsNull")
- protected YesOnly isNull;
-
- /**
- * 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;
- }
-
- /**
- * Gets the value of the auditRecordID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAuditRecordID() {
- return auditRecordID;
- }
-
- /**
- * Sets the value of the auditRecordID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAuditRecordID(Object value) {
- this.auditRecordID = value;
- }
-
- /**
- * Gets the value of the signatureID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getSignatureID() {
- return signatureID;
- }
-
- /**
- * Sets the value of the signatureID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setSignatureID(Object value) {
- this.signatureID = value;
- }
-
- /**
- * Gets the value of the annotationID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAnnotationID() {
- return annotationID;
- }
-
- /**
- * Sets the value of the annotationID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAnnotationID(Object value) {
- this.annotationID = value;
- }
-
- /**
- * Gets the value of the measurementUnitOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMeasurementUnitOID() {
- return measurementUnitOID;
- }
-
- /**
- * Sets the value of the measurementUnitOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMeasurementUnitOID(String value) {
- this.measurementUnitOID = value;
- }
-
- /**
- * Gets the value of the itemOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getItemOID() {
- return itemOID;
- }
-
- /**
- * Sets the value of the itemOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setItemOID(String value) {
- this.itemOID = value;
- }
-
- /**
- * Gets the value of the transactionType property.
- *
- * @return
- * possible object is
- * {@link TransactionType }
- *
- */
- public TransactionType getTransactionType() {
- return transactionType;
- }
-
- /**
- * Sets the value of the transactionType property.
- *
- * @param value
- * allowed object is
- * {@link TransactionType }
- *
- */
- public void setTransactionType(TransactionType value) {
- this.transactionType = value;
- }
-
- /**
- * Gets the value of the isNull property.
- *
- * @return
- * possible object is
- * {@link YesOnly }
- *
- */
- public YesOnly getIsNull() {
- return isNull;
- }
-
- /**
- * Sets the value of the isNull property.
- *
- * @param value
- * allowed object is
- * {@link YesOnly }
- *
- */
- public void setIsNull(YesOnly value) {
- this.isNull = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataPartialTime.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataPartialTime.java
deleted file mode 100755
index 355d5a5..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataPartialTime.java
+++ /dev/null
@@ -1,260 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ItemDataPartialTime complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ItemDataPartialTime">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>partialTime">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataAttributeSharedDefinition"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ItemDataPartialTime", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionItemDataPartialTime {
-
- @XmlValue
- protected String value;
- @XmlAttribute(name = "AuditRecordID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object auditRecordID;
- @XmlAttribute(name = "SignatureID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object signatureID;
- @XmlAttribute(name = "AnnotationID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object annotationID;
- @XmlAttribute(name = "MeasurementUnitOID")
- protected String measurementUnitOID;
- @XmlAttribute(name = "ItemOID", required = true)
- protected String itemOID;
- @XmlAttribute(name = "TransactionType")
- protected TransactionType transactionType;
- @XmlAttribute(name = "IsNull")
- protected YesOnly isNull;
-
- /**
- * 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;
- }
-
- /**
- * Gets the value of the auditRecordID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAuditRecordID() {
- return auditRecordID;
- }
-
- /**
- * Sets the value of the auditRecordID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAuditRecordID(Object value) {
- this.auditRecordID = value;
- }
-
- /**
- * Gets the value of the signatureID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getSignatureID() {
- return signatureID;
- }
-
- /**
- * Sets the value of the signatureID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setSignatureID(Object value) {
- this.signatureID = value;
- }
-
- /**
- * Gets the value of the annotationID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAnnotationID() {
- return annotationID;
- }
-
- /**
- * Sets the value of the annotationID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAnnotationID(Object value) {
- this.annotationID = value;
- }
-
- /**
- * Gets the value of the measurementUnitOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMeasurementUnitOID() {
- return measurementUnitOID;
- }
-
- /**
- * Sets the value of the measurementUnitOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMeasurementUnitOID(String value) {
- this.measurementUnitOID = value;
- }
-
- /**
- * Gets the value of the itemOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getItemOID() {
- return itemOID;
- }
-
- /**
- * Sets the value of the itemOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setItemOID(String value) {
- this.itemOID = value;
- }
-
- /**
- * Gets the value of the transactionType property.
- *
- * @return
- * possible object is
- * {@link TransactionType }
- *
- */
- public TransactionType getTransactionType() {
- return transactionType;
- }
-
- /**
- * Sets the value of the transactionType property.
- *
- * @param value
- * allowed object is
- * {@link TransactionType }
- *
- */
- public void setTransactionType(TransactionType value) {
- this.transactionType = value;
- }
-
- /**
- * Gets the value of the isNull property.
- *
- * @return
- * possible object is
- * {@link YesOnly }
- *
- */
- public YesOnly getIsNull() {
- return isNull;
- }
-
- /**
- * Sets the value of the isNull property.
- *
- * @param value
- * allowed object is
- * {@link YesOnly }
- *
- */
- public void setIsNull(YesOnly value) {
- this.isNull = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataString.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataString.java
deleted file mode 100755
index a311dd7..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataString.java
+++ /dev/null
@@ -1,260 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ItemDataString complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ItemDataString">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>string">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataAttributeSharedDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeDefinition"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ItemDataString", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionItemDataString {
-
- @XmlValue
- protected String value;
- @XmlAttribute(name = "ItemOID", required = true)
- protected String itemOID;
- @XmlAttribute(name = "TransactionType")
- protected TransactionType transactionType;
- @XmlAttribute(name = "IsNull")
- protected YesOnly isNull;
- @XmlAttribute(name = "AuditRecordID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object auditRecordID;
- @XmlAttribute(name = "SignatureID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object signatureID;
- @XmlAttribute(name = "AnnotationID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object annotationID;
- @XmlAttribute(name = "MeasurementUnitOID")
- protected String measurementUnitOID;
-
- /**
- * 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;
- }
-
- /**
- * Gets the value of the itemOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getItemOID() {
- return itemOID;
- }
-
- /**
- * Sets the value of the itemOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setItemOID(String value) {
- this.itemOID = value;
- }
-
- /**
- * Gets the value of the transactionType property.
- *
- * @return
- * possible object is
- * {@link TransactionType }
- *
- */
- public TransactionType getTransactionType() {
- return transactionType;
- }
-
- /**
- * Sets the value of the transactionType property.
- *
- * @param value
- * allowed object is
- * {@link TransactionType }
- *
- */
- public void setTransactionType(TransactionType value) {
- this.transactionType = value;
- }
-
- /**
- * Gets the value of the isNull property.
- *
- * @return
- * possible object is
- * {@link YesOnly }
- *
- */
- public YesOnly getIsNull() {
- return isNull;
- }
-
- /**
- * Sets the value of the isNull property.
- *
- * @param value
- * allowed object is
- * {@link YesOnly }
- *
- */
- public void setIsNull(YesOnly value) {
- this.isNull = value;
- }
-
- /**
- * Gets the value of the auditRecordID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAuditRecordID() {
- return auditRecordID;
- }
-
- /**
- * Sets the value of the auditRecordID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAuditRecordID(Object value) {
- this.auditRecordID = value;
- }
-
- /**
- * Gets the value of the signatureID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getSignatureID() {
- return signatureID;
- }
-
- /**
- * Sets the value of the signatureID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setSignatureID(Object value) {
- this.signatureID = value;
- }
-
- /**
- * Gets the value of the annotationID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAnnotationID() {
- return annotationID;
- }
-
- /**
- * Sets the value of the annotationID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAnnotationID(Object value) {
- this.annotationID = value;
- }
-
- /**
- * Gets the value of the measurementUnitOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMeasurementUnitOID() {
- return measurementUnitOID;
- }
-
- /**
- * Sets the value of the measurementUnitOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMeasurementUnitOID(String value) {
- this.measurementUnitOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataTime.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataTime.java
deleted file mode 100755
index b46c250..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataTime.java
+++ /dev/null
@@ -1,261 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-import javax.xml.datatype.XMLGregorianCalendar;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ItemDataTime complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ItemDataTime">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>time">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataAttributeSharedDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ItemDataTime", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionItemDataTime {
-
- @XmlValue
- protected XMLGregorianCalendar value;
- @XmlAttribute(name = "ItemOID", required = true)
- protected String itemOID;
- @XmlAttribute(name = "TransactionType")
- protected TransactionType transactionType;
- @XmlAttribute(name = "IsNull")
- protected YesOnly isNull;
- @XmlAttribute(name = "AuditRecordID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object auditRecordID;
- @XmlAttribute(name = "SignatureID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object signatureID;
- @XmlAttribute(name = "AnnotationID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object annotationID;
- @XmlAttribute(name = "MeasurementUnitOID")
- protected String measurementUnitOID;
-
- /**
- * Gets the value of the value property.
- *
- * @return
- * possible object is
- * {@link XMLGregorianCalendar }
- *
- */
- public XMLGregorianCalendar getValue() {
- return value;
- }
-
- /**
- * Sets the value of the value property.
- *
- * @param value
- * allowed object is
- * {@link XMLGregorianCalendar }
- *
- */
- public void setValue(XMLGregorianCalendar value) {
- this.value = value;
- }
-
- /**
- * Gets the value of the itemOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getItemOID() {
- return itemOID;
- }
-
- /**
- * Sets the value of the itemOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setItemOID(String value) {
- this.itemOID = value;
- }
-
- /**
- * Gets the value of the transactionType property.
- *
- * @return
- * possible object is
- * {@link TransactionType }
- *
- */
- public TransactionType getTransactionType() {
- return transactionType;
- }
-
- /**
- * Sets the value of the transactionType property.
- *
- * @param value
- * allowed object is
- * {@link TransactionType }
- *
- */
- public void setTransactionType(TransactionType value) {
- this.transactionType = value;
- }
-
- /**
- * Gets the value of the isNull property.
- *
- * @return
- * possible object is
- * {@link YesOnly }
- *
- */
- public YesOnly getIsNull() {
- return isNull;
- }
-
- /**
- * Sets the value of the isNull property.
- *
- * @param value
- * allowed object is
- * {@link YesOnly }
- *
- */
- public void setIsNull(YesOnly value) {
- this.isNull = value;
- }
-
- /**
- * Gets the value of the auditRecordID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAuditRecordID() {
- return auditRecordID;
- }
-
- /**
- * Sets the value of the auditRecordID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAuditRecordID(Object value) {
- this.auditRecordID = value;
- }
-
- /**
- * Gets the value of the signatureID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getSignatureID() {
- return signatureID;
- }
-
- /**
- * Sets the value of the signatureID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setSignatureID(Object value) {
- this.signatureID = value;
- }
-
- /**
- * Gets the value of the annotationID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAnnotationID() {
- return annotationID;
- }
-
- /**
- * Sets the value of the annotationID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAnnotationID(Object value) {
- this.annotationID = value;
- }
-
- /**
- * Gets the value of the measurementUnitOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMeasurementUnitOID() {
- return measurementUnitOID;
- }
-
- /**
- * Sets the value of the measurementUnitOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMeasurementUnitOID(String value) {
- this.measurementUnitOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataURI.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataURI.java
deleted file mode 100755
index 016cbbe..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDataURI.java
+++ /dev/null
@@ -1,261 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ItemDataURI complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ItemDataURI">
- * <simpleContent>
- * <extension base="<http://www.w3.org/2001/XMLSchema>anyURI">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataAttributeSharedDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ItemDataURI", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionItemDataURI {
-
- @XmlValue
- @XmlSchemaType(name = "anyURI")
- protected String value;
- @XmlAttribute(name = "AuditRecordID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object auditRecordID;
- @XmlAttribute(name = "SignatureID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object signatureID;
- @XmlAttribute(name = "AnnotationID")
- @XmlIDREF
- @XmlSchemaType(name = "IDREF")
- protected Object annotationID;
- @XmlAttribute(name = "MeasurementUnitOID")
- protected String measurementUnitOID;
- @XmlAttribute(name = "ItemOID", required = true)
- protected String itemOID;
- @XmlAttribute(name = "TransactionType")
- protected TransactionType transactionType;
- @XmlAttribute(name = "IsNull")
- protected YesOnly isNull;
-
- /**
- * 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;
- }
-
- /**
- * Gets the value of the auditRecordID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAuditRecordID() {
- return auditRecordID;
- }
-
- /**
- * Sets the value of the auditRecordID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAuditRecordID(Object value) {
- this.auditRecordID = value;
- }
-
- /**
- * Gets the value of the signatureID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getSignatureID() {
- return signatureID;
- }
-
- /**
- * Sets the value of the signatureID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setSignatureID(Object value) {
- this.signatureID = value;
- }
-
- /**
- * Gets the value of the annotationID property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getAnnotationID() {
- return annotationID;
- }
-
- /**
- * Sets the value of the annotationID property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setAnnotationID(Object value) {
- this.annotationID = value;
- }
-
- /**
- * Gets the value of the measurementUnitOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMeasurementUnitOID() {
- return measurementUnitOID;
- }
-
- /**
- * Sets the value of the measurementUnitOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMeasurementUnitOID(String value) {
- this.measurementUnitOID = value;
- }
-
- /**
- * Gets the value of the itemOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getItemOID() {
- return itemOID;
- }
-
- /**
- * Sets the value of the itemOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setItemOID(String value) {
- this.itemOID = value;
- }
-
- /**
- * Gets the value of the transactionType property.
- *
- * @return
- * possible object is
- * {@link TransactionType }
- *
- */
- public TransactionType getTransactionType() {
- return transactionType;
- }
-
- /**
- * Sets the value of the transactionType property.
- *
- * @param value
- * allowed object is
- * {@link TransactionType }
- *
- */
- public void setTransactionType(TransactionType value) {
- this.transactionType = value;
- }
-
- /**
- * Gets the value of the isNull property.
- *
- * @return
- * possible object is
- * {@link YesOnly }
- *
- */
- public YesOnly getIsNull() {
- return isNull;
- }
-
- /**
- * Sets the value of the isNull property.
- *
- * @param value
- * allowed object is
- * {@link YesOnly }
- *
- */
- public void setIsNull(YesOnly value) {
- this.isNull = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDef.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDef.java
deleted file mode 100755
index 91b795f..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemDef.java
+++ /dev/null
@@ -1,591 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import java.math.BigInteger;
-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.XmlType;
-import org.openclinica.ns.odm_ext_v130.v3.OCodmComplexTypeDefinitionItemDetails;
-import org.openclinica.ns.odm_ext_v130.v3.OCodmComplexTypeDefinitionMultiSelectListRef;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ItemDef complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ItemDef">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Description" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Question" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}ExternalQuestion" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}MeasurementUnitRef" maxOccurs="unbounded" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}RangeCheck" maxOccurs="unbounded" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}CodeListRef" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Role" maxOccurs="unbounded" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Alias" maxOccurs="unbounded" minOccurs="0"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDefElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDefAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDefAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ItemDef", propOrder = {
- "description",
- "question",
- "externalQuestion",
- "measurementUnitRef",
- "rangeCheck",
- "codeListRef",
- "role",
- "alias",
- "itemDefElementExtension"
-})
-public class ODMcomplexTypeDefinitionItemDef {
-
- @XmlElement(name = "Description")
- protected ODMcomplexTypeDefinitionDescription description;
- @XmlElement(name = "Question")
- protected ODMcomplexTypeDefinitionQuestion question;
- @XmlElement(name = "ExternalQuestion")
- protected ODMcomplexTypeDefinitionExternalQuestion externalQuestion;
- @XmlElement(name = "MeasurementUnitRef")
- protected List measurementUnitRef;
- @XmlElement(name = "RangeCheck")
- protected List rangeCheck;
- @XmlElement(name = "CodeListRef")
- protected ODMcomplexTypeDefinitionCodeListRef codeListRef;
- @XmlElement(name = "Role")
- protected List role;
- @XmlElement(name = "Alias")
- protected List alias;
- @XmlElements({
- @XmlElement(name = "MultiSelectListRef", namespace = "http://www.openclinica.org/ns/odm_ext_v130/v3.1", type = OCodmComplexTypeDefinitionMultiSelectListRef.class),
- @XmlElement(name = "ItemDetails", namespace = "http://www.openclinica.org/ns/odm_ext_v130/v3.1", type = OCodmComplexTypeDefinitionItemDetails.class)
- })
- protected List itemDefElementExtension;
- @XmlAttribute(name = "OID", required = true)
- protected String oid;
- @XmlAttribute(name = "Name", required = true)
- protected String name;
- @XmlAttribute(name = "DataType", required = true)
- protected DataType dataType;
- @XmlAttribute(name = "Length")
- protected BigInteger length;
- @XmlAttribute(name = "SignificantDigits")
- protected BigInteger significantDigits;
- @XmlAttribute(name = "SASFieldName")
- protected String sasFieldName;
- @XmlAttribute(name = "SDSVarName")
- protected String sdsVarName;
- @XmlAttribute(name = "Origin")
- protected String origin;
- @XmlAttribute(name = "Comment")
- protected String comment;
- @XmlAttribute(name = "FormOIDs", namespace = "http://www.openclinica.org/ns/odm_ext_v130/v3.1")
- protected String formOIDs;
-
- /**
- * Gets the value of the description property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionDescription }
- *
- */
- public ODMcomplexTypeDefinitionDescription getDescription() {
- return description;
- }
-
- /**
- * Sets the value of the description property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionDescription }
- *
- */
- public void setDescription(ODMcomplexTypeDefinitionDescription value) {
- this.description = value;
- }
-
- /**
- * Gets the value of the question property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionQuestion }
- *
- */
- public ODMcomplexTypeDefinitionQuestion getQuestion() {
- return question;
- }
-
- /**
- * Sets the value of the question property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionQuestion }
- *
- */
- public void setQuestion(ODMcomplexTypeDefinitionQuestion value) {
- this.question = value;
- }
-
- /**
- * Gets the value of the externalQuestion property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionExternalQuestion }
- *
- */
- public ODMcomplexTypeDefinitionExternalQuestion getExternalQuestion() {
- return externalQuestion;
- }
-
- /**
- * Sets the value of the externalQuestion property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionExternalQuestion }
- *
- */
- public void setExternalQuestion(ODMcomplexTypeDefinitionExternalQuestion value) {
- this.externalQuestion = value;
- }
-
- /**
- * Gets the value of the measurementUnitRef 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 measurementUnitRef property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getMeasurementUnitRef().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionMeasurementUnitRef }
- *
- *
- */
- public List getMeasurementUnitRef() {
- if (measurementUnitRef == null) {
- measurementUnitRef = new ArrayList();
- }
- return this.measurementUnitRef;
- }
-
- /**
- * Gets the value of the rangeCheck 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 rangeCheck property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getRangeCheck().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionRangeCheck }
- *
- *
- */
- public List getRangeCheck() {
- if (rangeCheck == null) {
- rangeCheck = new ArrayList();
- }
- return this.rangeCheck;
- }
-
- /**
- * Gets the value of the codeListRef property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionCodeListRef }
- *
- */
- public ODMcomplexTypeDefinitionCodeListRef getCodeListRef() {
- return codeListRef;
- }
-
- /**
- * Sets the value of the codeListRef property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionCodeListRef }
- *
- */
- public void setCodeListRef(ODMcomplexTypeDefinitionCodeListRef value) {
- this.codeListRef = value;
- }
-
- /**
- * Gets the value of the role 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 role property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getRole().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionRole }
- *
- *
- */
- public List getRole() {
- if (role == null) {
- role = new ArrayList();
- }
- return this.role;
- }
-
- /**
- * Gets the value of the alias 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 alias property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAlias().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionAlias }
- *
- *
- */
- public List getAlias() {
- if (alias == null) {
- alias = new ArrayList();
- }
- return this.alias;
- }
-
- /**
- * Gets the value of the itemDefElementExtension 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 itemDefElementExtension property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getItemDefElementExtension().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link OCodmComplexTypeDefinitionMultiSelectListRef }
- * {@link OCodmComplexTypeDefinitionItemDetails }
- *
- *
- */
- public List getItemDefElementExtension() {
- if (itemDefElementExtension == null) {
- itemDefElementExtension = new ArrayList();
- }
- return this.itemDefElementExtension;
- }
-
- /**
- * Gets the value of the oid property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getOID() {
- return oid;
- }
-
- /**
- * Sets the value of the oid property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setOID(String value) {
- this.oid = 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 dataType property.
- *
- * @return
- * possible object is
- * {@link DataType }
- *
- */
- public DataType getDataType() {
- return dataType;
- }
-
- /**
- * Sets the value of the dataType property.
- *
- * @param value
- * allowed object is
- * {@link DataType }
- *
- */
- public void setDataType(DataType value) {
- this.dataType = value;
- }
-
- /**
- * Gets the value of the length property.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getLength() {
- return length;
- }
-
- /**
- * Sets the value of the length property.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setLength(BigInteger value) {
- this.length = value;
- }
-
- /**
- * Gets the value of the significantDigits property.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getSignificantDigits() {
- return significantDigits;
- }
-
- /**
- * Sets the value of the significantDigits property.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setSignificantDigits(BigInteger value) {
- this.significantDigits = value;
- }
-
- /**
- * Gets the value of the sasFieldName property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getSASFieldName() {
- return sasFieldName;
- }
-
- /**
- * Sets the value of the sasFieldName property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setSASFieldName(String value) {
- this.sasFieldName = value;
- }
-
- /**
- * Gets the value of the sdsVarName property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getSDSVarName() {
- return sdsVarName;
- }
-
- /**
- * Sets the value of the sdsVarName property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setSDSVarName(String value) {
- this.sdsVarName = value;
- }
-
- /**
- * Gets the value of the origin property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getOrigin() {
- return origin;
- }
-
- /**
- * Sets the value of the origin property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setOrigin(String value) {
- this.origin = value;
- }
-
- /**
- * Gets the value of the comment property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getComment() {
- return comment;
- }
-
- /**
- * Sets the value of the comment property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setComment(String value) {
- this.comment = value;
- }
-
- /**
- * Gets the value of the formOIDs property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getFormOIDs() {
- return formOIDs;
- }
-
- /**
- * Sets the value of the formOIDs property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setFormOIDs(String value) {
- this.formOIDs = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemGroupData.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemGroupData.java
deleted file mode 100755
index 307b1f7..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemGroupData.java
+++ /dev/null
@@ -1,325 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import java.util.ArrayList;
-import java.util.List;
-import javax.xml.bind.JAXBElement;
-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.XmlElementRef;
-import javax.xml.bind.annotation.XmlElementRefs;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ItemGroupData complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ItemGroupData">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}AuditRecord" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Signature" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Annotation" maxOccurs="unbounded" minOccurs="0"/>
- * <choice>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataGroup" maxOccurs="unbounded" minOccurs="0"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDataStarGroup" maxOccurs="unbounded" minOccurs="0"/>
- * </choice>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}ItemGroupDataElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemGroupDataAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemGroupDataAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ItemGroupData", propOrder = {
- "auditRecord",
- "signature",
- "annotation",
- "itemDataGroup",
- "itemDataStarGroup"
-})
-public class ODMcomplexTypeDefinitionItemGroupData {
-
- @XmlElement(name = "AuditRecord")
- protected ODMcomplexTypeDefinitionAuditRecord auditRecord;
- @XmlElement(name = "Signature")
- protected ODMcomplexTypeDefinitionSignature signature;
- @XmlElement(name = "Annotation")
- protected List annotation;
- @XmlElement(name = "ItemData")
- protected List itemDataGroup;
- @XmlElementRefs({
- @XmlElementRef(name = "ItemDataDurationDatetime", namespace = "http://www.cdisc.org/ns/odm/v1.3", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "ItemDataIntervalDatetime", namespace = "http://www.cdisc.org/ns/odm/v1.3", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "ItemDataDate", namespace = "http://www.cdisc.org/ns/odm/v1.3", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "ItemDataPartialTime", namespace = "http://www.cdisc.org/ns/odm/v1.3", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "ItemDataString", namespace = "http://www.cdisc.org/ns/odm/v1.3", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "ItemDataFloat", namespace = "http://www.cdisc.org/ns/odm/v1.3", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "ItemDataAny", namespace = "http://www.cdisc.org/ns/odm/v1.3", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "ItemDataBase64Float", namespace = "http://www.cdisc.org/ns/odm/v1.3", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "ItemDataPartialDate", namespace = "http://www.cdisc.org/ns/odm/v1.3", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "ItemDataBoolean", namespace = "http://www.cdisc.org/ns/odm/v1.3", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "ItemDataDatetime", namespace = "http://www.cdisc.org/ns/odm/v1.3", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "ItemDataHexBinary", namespace = "http://www.cdisc.org/ns/odm/v1.3", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "ItemDataURI", namespace = "http://www.cdisc.org/ns/odm/v1.3", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "ItemDataInteger", namespace = "http://www.cdisc.org/ns/odm/v1.3", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "ItemDataBase64Binary", namespace = "http://www.cdisc.org/ns/odm/v1.3", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "ItemDataDouble", namespace = "http://www.cdisc.org/ns/odm/v1.3", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "ItemDataPartialDatetime", namespace = "http://www.cdisc.org/ns/odm/v1.3", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "ItemDataHexFloat", namespace = "http://www.cdisc.org/ns/odm/v1.3", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "ItemDataTime", namespace = "http://www.cdisc.org/ns/odm/v1.3", type = JAXBElement.class, required = false),
- @XmlElementRef(name = "ItemDataIncompleteDatetime", namespace = "http://www.cdisc.org/ns/odm/v1.3", type = JAXBElement.class, required = false)
- })
- protected List> itemDataStarGroup;
- @XmlAttribute(name = "ItemGroupOID", required = true)
- protected String itemGroupOID;
- @XmlAttribute(name = "ItemGroupRepeatKey")
- protected String itemGroupRepeatKey;
- @XmlAttribute(name = "TransactionType")
- protected TransactionType transactionType;
-
- /**
- * Gets the value of the auditRecord property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionAuditRecord }
- *
- */
- public ODMcomplexTypeDefinitionAuditRecord getAuditRecord() {
- return auditRecord;
- }
-
- /**
- * Sets the value of the auditRecord property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionAuditRecord }
- *
- */
- public void setAuditRecord(ODMcomplexTypeDefinitionAuditRecord value) {
- this.auditRecord = value;
- }
-
- /**
- * Gets the value of the signature property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionSignature }
- *
- */
- public ODMcomplexTypeDefinitionSignature getSignature() {
- return signature;
- }
-
- /**
- * Sets the value of the signature property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionSignature }
- *
- */
- public void setSignature(ODMcomplexTypeDefinitionSignature value) {
- this.signature = value;
- }
-
- /**
- * Gets the value of the annotation 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 annotation property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAnnotation().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionAnnotation }
- *
- *
- */
- public List getAnnotation() {
- if (annotation == null) {
- annotation = new ArrayList();
- }
- return this.annotation;
- }
-
- /**
- * Gets the value of the itemDataGroup 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 itemDataGroup property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getItemDataGroup().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionItemData }
- *
- *
- */
- public List getItemDataGroup() {
- if (itemDataGroup == null) {
- itemDataGroup = new ArrayList();
- }
- return this.itemDataGroup;
- }
-
- /**
- * Gets the value of the itemDataStarGroup 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 itemDataStarGroup property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getItemDataStarGroup().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link JAXBElement }{@code <}{@link ODMcomplexTypeDefinitionItemDataDurationDatetime }{@code >}
- * {@link JAXBElement }{@code <}{@link ODMcomplexTypeDefinitionItemDataDate }{@code >}
- * {@link JAXBElement }{@code <}{@link ODMcomplexTypeDefinitionItemDataIntervalDatetime }{@code >}
- * {@link JAXBElement }{@code <}{@link ODMcomplexTypeDefinitionItemDataFloat }{@code >}
- * {@link JAXBElement }{@code <}{@link ODMcomplexTypeDefinitionItemDataString }{@code >}
- * {@link JAXBElement }{@code <}{@link ODMcomplexTypeDefinitionItemDataPartialTime }{@code >}
- * {@link JAXBElement }{@code <}{@link ODMcomplexTypeDefinitionItemDataString }{@code >}
- * {@link JAXBElement }{@code <}{@link ODMcomplexTypeDefinitionItemDataBase64Float }{@code >}
- * {@link JAXBElement }{@code <}{@link ODMcomplexTypeDefinitionItemDataPartialDate }{@code >}
- * {@link JAXBElement }{@code <}{@link ODMcomplexTypeDefinitionItemDataBoolean }{@code >}
- * {@link JAXBElement }{@code <}{@link ODMcomplexTypeDefinitionItemDataDatetime }{@code >}
- * {@link JAXBElement }{@code <}{@link ODMcomplexTypeDefinitionItemDataHexBinary }{@code >}
- * {@link JAXBElement }{@code <}{@link ODMcomplexTypeDefinitionItemDataURI }{@code >}
- * {@link JAXBElement }{@code <}{@link ODMcomplexTypeDefinitionItemDataInteger }{@code >}
- * {@link JAXBElement }{@code <}{@link ODMcomplexTypeDefinitionItemDataBase64Binary }{@code >}
- * {@link JAXBElement }{@code <}{@link ODMcomplexTypeDefinitionItemDataDouble }{@code >}
- * {@link JAXBElement }{@code <}{@link ODMcomplexTypeDefinitionItemDataPartialDatetime }{@code >}
- * {@link JAXBElement }{@code <}{@link ODMcomplexTypeDefinitionItemDataHexFloat }{@code >}
- * {@link JAXBElement }{@code <}{@link ODMcomplexTypeDefinitionItemDataTime }{@code >}
- * {@link JAXBElement }{@code <}{@link ODMcomplexTypeDefinitionItemDataIncompleteDatetime }{@code >}
- *
- *
- */
- public List> getItemDataStarGroup() {
- if (itemDataStarGroup == null) {
- itemDataStarGroup = new ArrayList>();
- }
- return this.itemDataStarGroup;
- }
-
- /**
- * Gets the value of the itemGroupOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getItemGroupOID() {
- return itemGroupOID;
- }
-
- /**
- * Sets the value of the itemGroupOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setItemGroupOID(String value) {
- this.itemGroupOID = value;
- }
-
- /**
- * Gets the value of the itemGroupRepeatKey property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getItemGroupRepeatKey() {
- return itemGroupRepeatKey;
- }
-
- /**
- * Sets the value of the itemGroupRepeatKey property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setItemGroupRepeatKey(String value) {
- this.itemGroupRepeatKey = value;
- }
-
- /**
- * Gets the value of the transactionType property.
- *
- * @return
- * possible object is
- * {@link TransactionType }
- *
- */
- public TransactionType getTransactionType() {
- return transactionType;
- }
-
- /**
- * Sets the value of the transactionType property.
- *
- * @param value
- * allowed object is
- * {@link TransactionType }
- *
- */
- public void setTransactionType(TransactionType value) {
- this.transactionType = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemGroupDef.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemGroupDef.java
deleted file mode 100755
index 2dc07f7..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemGroupDef.java
+++ /dev/null
@@ -1,434 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlType;
-import org.openclinica.ns.odm_ext_v130.v3.OCodmComplexTypeDefinitionItemGroupDetails;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ItemGroupDef complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ItemGroupDef">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Description" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}ItemRef" maxOccurs="unbounded"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Alias" maxOccurs="unbounded" minOccurs="0"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}ItemGroupDefElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemGroupDefAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemGroupDefAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ItemGroupDef", propOrder = {
- "description",
- "itemRef",
- "alias",
- "itemGroupDefElementExtension"
-})
-public class ODMcomplexTypeDefinitionItemGroupDef {
-
- @XmlElement(name = "Description")
- protected ODMcomplexTypeDefinitionDescription description;
- @XmlElement(name = "ItemRef", required = true)
- protected List itemRef;
- @XmlElement(name = "Alias")
- protected List alias;
- @XmlElement(name = "ItemGroupDetails", namespace = "http://www.openclinica.org/ns/odm_ext_v130/v3.1")
- protected List itemGroupDefElementExtension;
- @XmlAttribute(name = "OID", required = true)
- protected String oid;
- @XmlAttribute(name = "Name", required = true)
- protected String name;
- @XmlAttribute(name = "Repeating", required = true)
- protected YesOrNo repeating;
- @XmlAttribute(name = "IsReferenceData")
- protected YesOrNo isReferenceData;
- @XmlAttribute(name = "SASDatasetName")
- protected String sasDatasetName;
- @XmlAttribute(name = "Domain")
- protected String domain;
- @XmlAttribute(name = "Origin")
- protected String origin;
- @XmlAttribute(name = "Role")
- protected String role;
- @XmlAttribute(name = "Purpose")
- protected String purpose;
- @XmlAttribute(name = "Comment")
- protected String comment;
-
- /**
- * Gets the value of the description property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionDescription }
- *
- */
- public ODMcomplexTypeDefinitionDescription getDescription() {
- return description;
- }
-
- /**
- * Sets the value of the description property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionDescription }
- *
- */
- public void setDescription(ODMcomplexTypeDefinitionDescription value) {
- this.description = value;
- }
-
- /**
- * Gets the value of the itemRef 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 itemRef property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getItemRef().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionItemRef }
- *
- *
- */
- public List getItemRef() {
- if (itemRef == null) {
- itemRef = new ArrayList();
- }
- return this.itemRef;
- }
-
- /**
- * Gets the value of the alias 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 alias property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAlias().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionAlias }
- *
- *
- */
- public List getAlias() {
- if (alias == null) {
- alias = new ArrayList();
- }
- return this.alias;
- }
-
- /**
- * Gets the value of the itemGroupDefElementExtension 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 itemGroupDefElementExtension property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getItemGroupDefElementExtension().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link OCodmComplexTypeDefinitionItemGroupDetails }
- *
- *
- */
- public List getItemGroupDefElementExtension() {
- if (itemGroupDefElementExtension == null) {
- itemGroupDefElementExtension = new ArrayList();
- }
- return this.itemGroupDefElementExtension;
- }
-
- /**
- * Gets the value of the oid property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getOID() {
- return oid;
- }
-
- /**
- * Sets the value of the oid property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setOID(String value) {
- this.oid = 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 repeating property.
- *
- * @return
- * possible object is
- * {@link YesOrNo }
- *
- */
- public YesOrNo getRepeating() {
- return repeating;
- }
-
- /**
- * Sets the value of the repeating property.
- *
- * @param value
- * allowed object is
- * {@link YesOrNo }
- *
- */
- public void setRepeating(YesOrNo value) {
- this.repeating = value;
- }
-
- /**
- * Gets the value of the isReferenceData property.
- *
- * @return
- * possible object is
- * {@link YesOrNo }
- *
- */
- public YesOrNo getIsReferenceData() {
- return isReferenceData;
- }
-
- /**
- * Sets the value of the isReferenceData property.
- *
- * @param value
- * allowed object is
- * {@link YesOrNo }
- *
- */
- public void setIsReferenceData(YesOrNo value) {
- this.isReferenceData = value;
- }
-
- /**
- * Gets the value of the sasDatasetName property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getSASDatasetName() {
- return sasDatasetName;
- }
-
- /**
- * Sets the value of the sasDatasetName property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setSASDatasetName(String value) {
- this.sasDatasetName = value;
- }
-
- /**
- * Gets the value of the domain property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDomain() {
- return domain;
- }
-
- /**
- * Sets the value of the domain property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDomain(String value) {
- this.domain = value;
- }
-
- /**
- * Gets the value of the origin property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getOrigin() {
- return origin;
- }
-
- /**
- * Sets the value of the origin property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setOrigin(String value) {
- this.origin = value;
- }
-
- /**
- * Gets the value of the role property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getRole() {
- return role;
- }
-
- /**
- * Sets the value of the role property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setRole(String value) {
- this.role = value;
- }
-
- /**
- * Gets the value of the purpose property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getPurpose() {
- return purpose;
- }
-
- /**
- * Sets the value of the purpose property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setPurpose(String value) {
- this.purpose = value;
- }
-
- /**
- * Gets the value of the comment property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getComment() {
- return comment;
- }
-
- /**
- * Sets the value of the comment property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setComment(String value) {
- this.comment = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemGroupRef.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemGroupRef.java
deleted file mode 100755
index e6c810b..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemGroupRef.java
+++ /dev/null
@@ -1,149 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import java.math.BigInteger;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ItemGroupRef complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ItemGroupRef">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}ItemGroupRefElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemGroupRefAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}RefAttributeSharedDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemGroupRefAttributeDefinition"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ItemGroupRef")
-public class ODMcomplexTypeDefinitionItemGroupRef {
-
- @XmlAttribute(name = "OrderNumber")
- protected BigInteger orderNumber;
- @XmlAttribute(name = "Mandatory", required = true)
- protected YesOrNo mandatory;
- @XmlAttribute(name = "CollectionExceptionConditionOID")
- protected String collectionExceptionConditionOID;
- @XmlAttribute(name = "ItemGroupOID", required = true)
- protected String itemGroupOID;
-
- /**
- * Gets the value of the orderNumber property.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getOrderNumber() {
- return orderNumber;
- }
-
- /**
- * Sets the value of the orderNumber property.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setOrderNumber(BigInteger value) {
- this.orderNumber = value;
- }
-
- /**
- * Gets the value of the mandatory property.
- *
- * @return
- * possible object is
- * {@link YesOrNo }
- *
- */
- public YesOrNo getMandatory() {
- return mandatory;
- }
-
- /**
- * Sets the value of the mandatory property.
- *
- * @param value
- * allowed object is
- * {@link YesOrNo }
- *
- */
- public void setMandatory(YesOrNo value) {
- this.mandatory = value;
- }
-
- /**
- * Gets the value of the collectionExceptionConditionOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCollectionExceptionConditionOID() {
- return collectionExceptionConditionOID;
- }
-
- /**
- * Sets the value of the collectionExceptionConditionOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCollectionExceptionConditionOID(String value) {
- this.collectionExceptionConditionOID = value;
- }
-
- /**
- * Gets the value of the itemGroupOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getItemGroupOID() {
- return itemGroupOID;
- }
-
- /**
- * Sets the value of the itemGroupOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setItemGroupOID(String value) {
- this.itemGroupOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemRef.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemRef.java
deleted file mode 100755
index d7ad908..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionItemRef.java
+++ /dev/null
@@ -1,288 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import java.math.BigInteger;
-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.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ItemRef complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ItemRef">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}ItemRefElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}RefAttributeSharedDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemRefAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ItemRefAttributeDefinition"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ItemRef")
-public class ODMcomplexTypeDefinitionItemRef {
-
- @XmlAttribute(name = "OrderNumber")
- protected BigInteger orderNumber;
- @XmlAttribute(name = "Mandatory", required = true)
- protected YesOrNo mandatory;
- @XmlAttribute(name = "CollectionExceptionConditionOID")
- protected String collectionExceptionConditionOID;
- @XmlAttribute(name = "ItemOID", required = true)
- protected String itemOID;
- @XmlAttribute(name = "KeySequence")
- protected BigInteger keySequence;
- @XmlAttribute(name = "MethodOID")
- protected String methodOID;
- @XmlAttribute(name = "ImputationMethodOID")
- protected String imputationMethodOID;
- @XmlAttribute(name = "Role")
- @XmlSchemaType(name = "NMTOKENS")
- protected List role;
- @XmlAttribute(name = "RoleCodeListOID")
- protected String roleCodeListOID;
-
- /**
- * Gets the value of the orderNumber property.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getOrderNumber() {
- return orderNumber;
- }
-
- /**
- * Sets the value of the orderNumber property.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setOrderNumber(BigInteger value) {
- this.orderNumber = value;
- }
-
- /**
- * Gets the value of the mandatory property.
- *
- * @return
- * possible object is
- * {@link YesOrNo }
- *
- */
- public YesOrNo getMandatory() {
- return mandatory;
- }
-
- /**
- * Sets the value of the mandatory property.
- *
- * @param value
- * allowed object is
- * {@link YesOrNo }
- *
- */
- public void setMandatory(YesOrNo value) {
- this.mandatory = value;
- }
-
- /**
- * Gets the value of the collectionExceptionConditionOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getCollectionExceptionConditionOID() {
- return collectionExceptionConditionOID;
- }
-
- /**
- * Sets the value of the collectionExceptionConditionOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setCollectionExceptionConditionOID(String value) {
- this.collectionExceptionConditionOID = value;
- }
-
- /**
- * Gets the value of the itemOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getItemOID() {
- return itemOID;
- }
-
- /**
- * Sets the value of the itemOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setItemOID(String value) {
- this.itemOID = value;
- }
-
- /**
- * Gets the value of the keySequence property.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getKeySequence() {
- return keySequence;
- }
-
- /**
- * Sets the value of the keySequence property.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setKeySequence(BigInteger value) {
- this.keySequence = value;
- }
-
- /**
- * Gets the value of the methodOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMethodOID() {
- return methodOID;
- }
-
- /**
- * Sets the value of the methodOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMethodOID(String value) {
- this.methodOID = value;
- }
-
- /**
- * Gets the value of the imputationMethodOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getImputationMethodOID() {
- return imputationMethodOID;
- }
-
- /**
- * Sets the value of the imputationMethodOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setImputationMethodOID(String value) {
- this.imputationMethodOID = value;
- }
-
- /**
- * Gets the value of the role 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 role property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getRole().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link String }
- *
- *
- */
- public List getRole() {
- if (role == null) {
- role = new ArrayList();
- }
- return this.role;
- }
-
- /**
- * Gets the value of the roleCodeListOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getRoleCodeListOID() {
- return roleCodeListOID;
- }
-
- /**
- * Sets the value of the roleCodeListOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setRoleCodeListOID(String value) {
- this.roleCodeListOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionKeySet.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionKeySet.java
deleted file mode 100755
index a1a55e4..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionKeySet.java
+++ /dev/null
@@ -1,303 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-KeySet complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-KeySet">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}KeySetElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}KeySetAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}KeySetAttributeDefinition"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-KeySet")
-public class ODMcomplexTypeDefinitionKeySet {
-
- @XmlAttribute(name = "StudyOID", required = true)
- protected String studyOID;
- @XmlAttribute(name = "SubjectKey")
- protected String subjectKey;
- @XmlAttribute(name = "StudyEventOID")
- protected String studyEventOID;
- @XmlAttribute(name = "StudyEventRepeatKey")
- protected String studyEventRepeatKey;
- @XmlAttribute(name = "FormOID")
- protected String formOID;
- @XmlAttribute(name = "FormRepeatKey")
- protected String formRepeatKey;
- @XmlAttribute(name = "ItemGroupOID")
- protected String itemGroupOID;
- @XmlAttribute(name = "ItemGroupRepeatKey")
- protected String itemGroupRepeatKey;
- @XmlAttribute(name = "ItemOID")
- protected String itemOID;
- @XmlAttribute(name = "OID")
- protected String oid;
-
- /**
- * Gets the value of the studyOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getStudyOID() {
- return studyOID;
- }
-
- /**
- * Sets the value of the studyOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setStudyOID(String value) {
- this.studyOID = value;
- }
-
- /**
- * Gets the value of the subjectKey property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getSubjectKey() {
- return subjectKey;
- }
-
- /**
- * Sets the value of the subjectKey property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setSubjectKey(String value) {
- this.subjectKey = value;
- }
-
- /**
- * Gets the value of the studyEventOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getStudyEventOID() {
- return studyEventOID;
- }
-
- /**
- * Sets the value of the studyEventOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setStudyEventOID(String value) {
- this.studyEventOID = value;
- }
-
- /**
- * Gets the value of the studyEventRepeatKey property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getStudyEventRepeatKey() {
- return studyEventRepeatKey;
- }
-
- /**
- * Sets the value of the studyEventRepeatKey property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setStudyEventRepeatKey(String value) {
- this.studyEventRepeatKey = value;
- }
-
- /**
- * Gets the value of the formOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getFormOID() {
- return formOID;
- }
-
- /**
- * Sets the value of the formOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setFormOID(String value) {
- this.formOID = value;
- }
-
- /**
- * Gets the value of the formRepeatKey property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getFormRepeatKey() {
- return formRepeatKey;
- }
-
- /**
- * Sets the value of the formRepeatKey property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setFormRepeatKey(String value) {
- this.formRepeatKey = value;
- }
-
- /**
- * Gets the value of the itemGroupOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getItemGroupOID() {
- return itemGroupOID;
- }
-
- /**
- * Sets the value of the itemGroupOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setItemGroupOID(String value) {
- this.itemGroupOID = value;
- }
-
- /**
- * Gets the value of the itemGroupRepeatKey property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getItemGroupRepeatKey() {
- return itemGroupRepeatKey;
- }
-
- /**
- * Sets the value of the itemGroupRepeatKey property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setItemGroupRepeatKey(String value) {
- this.itemGroupRepeatKey = value;
- }
-
- /**
- * Gets the value of the itemOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getItemOID() {
- return itemOID;
- }
-
- /**
- * Sets the value of the itemOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setItemOID(String value) {
- this.itemOID = value;
- }
-
- /**
- * Gets the value of the oid property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getOID() {
- return oid;
- }
-
- /**
- * Sets the value of the oid property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setOID(String value) {
- this.oid = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionLastName.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionLastName.java
deleted file mode 100755
index c208315..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionLastName.java
+++ /dev/null
@@ -1,67 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-LastName complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-LastName">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}LastNameAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-LastName", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionLastName {
-
- @XmlValue
- protected String 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionLegalReason.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionLegalReason.java
deleted file mode 100755
index 2cca738..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionLegalReason.java
+++ /dev/null
@@ -1,67 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-LegalReason complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-LegalReason">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}LegalReasonAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-LegalReason", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionLegalReason {
-
- @XmlValue
- protected String 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionLocation.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionLocation.java
deleted file mode 100755
index e4390c5..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionLocation.java
+++ /dev/null
@@ -1,158 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-Location complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-Location">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}MetaDataVersionRef" maxOccurs="unbounded"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}LocationElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}LocationAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}LocationAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-Location", propOrder = {
- "metaDataVersionRef"
-})
-public class ODMcomplexTypeDefinitionLocation {
-
- @XmlElement(name = "MetaDataVersionRef", required = true)
- protected List metaDataVersionRef;
- @XmlAttribute(name = "OID", required = true)
- protected String oid;
- @XmlAttribute(name = "Name", required = true)
- protected String name;
- @XmlAttribute(name = "LocationType")
- protected LocationType locationType;
-
- /**
- * Gets the value of the metaDataVersionRef 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 metaDataVersionRef property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getMetaDataVersionRef().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionMetaDataVersionRef }
- *
- *
- */
- public List getMetaDataVersionRef() {
- if (metaDataVersionRef == null) {
- metaDataVersionRef = new ArrayList();
- }
- return this.metaDataVersionRef;
- }
-
- /**
- * Gets the value of the oid property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getOID() {
- return oid;
- }
-
- /**
- * Sets the value of the oid property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setOID(String value) {
- this.oid = 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 locationType property.
- *
- * @return
- * possible object is
- * {@link LocationType }
- *
- */
- public LocationType getLocationType() {
- return locationType;
- }
-
- /**
- * Sets the value of the locationType property.
- *
- * @param value
- * allowed object is
- * {@link LocationType }
- *
- */
- public void setLocationType(LocationType value) {
- this.locationType = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionLocationRef.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionLocationRef.java
deleted file mode 100755
index 43e5af4..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionLocationRef.java
+++ /dev/null
@@ -1,69 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-LocationRef complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-LocationRef">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}LocationRefElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}LocationRefAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}LocationRefAttributeDefinition"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-LocationRef")
-public class ODMcomplexTypeDefinitionLocationRef {
-
- @XmlAttribute(name = "LocationOID", required = true)
- protected String locationOID;
-
- /**
- * Gets the value of the locationOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getLocationOID() {
- return locationOID;
- }
-
- /**
- * Sets the value of the locationOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setLocationOID(String value) {
- this.locationOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionLoginName.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionLoginName.java
deleted file mode 100755
index 0a9785b..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionLoginName.java
+++ /dev/null
@@ -1,67 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-LoginName complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-LoginName">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}LoginNameAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-LoginName", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionLoginName {
-
- @XmlValue
- protected String 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionMeaning.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionMeaning.java
deleted file mode 100755
index 2422798..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionMeaning.java
+++ /dev/null
@@ -1,67 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-Meaning complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-Meaning">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}MeaningAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-Meaning", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionMeaning {
-
- @XmlValue
- protected String 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionMeasurementUnit.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionMeasurementUnit.java
deleted file mode 100755
index 56ba1e1..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionMeasurementUnit.java
+++ /dev/null
@@ -1,125 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-MeasurementUnit complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-MeasurementUnit">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Symbol"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}MeasurementUnitElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}MeasurementUnitAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}MeasurementUnitAttributeDefinition"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-MeasurementUnit", propOrder = {
- "symbol"
-})
-public class ODMcomplexTypeDefinitionMeasurementUnit {
-
- @XmlElement(name = "Symbol", required = true)
- protected ODMcomplexTypeDefinitionSymbol symbol;
- @XmlAttribute(name = "OID", required = true)
- protected String oid;
- @XmlAttribute(name = "Name", required = true)
- protected String name;
-
- /**
- * Gets the value of the symbol property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionSymbol }
- *
- */
- public ODMcomplexTypeDefinitionSymbol getSymbol() {
- return symbol;
- }
-
- /**
- * Sets the value of the symbol property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionSymbol }
- *
- */
- public void setSymbol(ODMcomplexTypeDefinitionSymbol value) {
- this.symbol = value;
- }
-
- /**
- * Gets the value of the oid property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getOID() {
- return oid;
- }
-
- /**
- * Sets the value of the oid property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setOID(String value) {
- this.oid = 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;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionMeasurementUnitRef.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionMeasurementUnitRef.java
deleted file mode 100755
index 8b5b47a..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionMeasurementUnitRef.java
+++ /dev/null
@@ -1,69 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-MeasurementUnitRef complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-MeasurementUnitRef">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}MeasurementUnitRefElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}MeasurementUnitRefAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}MeasurementUnitRefAttributeDefinition"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-MeasurementUnitRef")
-public class ODMcomplexTypeDefinitionMeasurementUnitRef {
-
- @XmlAttribute(name = "MeasurementUnitOID", required = true)
- protected String measurementUnitOID;
-
- /**
- * Gets the value of the measurementUnitOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMeasurementUnitOID() {
- return measurementUnitOID;
- }
-
- /**
- * Sets the value of the measurementUnitOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMeasurementUnitOID(String value) {
- this.measurementUnitOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionMetaDataVersion.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionMetaDataVersion.java
deleted file mode 100755
index 5850592..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionMetaDataVersion.java
+++ /dev/null
@@ -1,524 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlType;
-import org.openclinica.ns.odm_ext_v130.v3.OCodmComplexTypeDefinitionMultiSelectList;
-import org.openclinica.ns.odm_ext_v130.v3.OCodmComplexTypeDefinitionStudyDetails;
-import org.openclinica.ns.odm_ext_v130.v3.OCodmComplexTypeDefinitionStudyGroupClassList;
-import org.openclinica.ns.rules.v3.RuleImportType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-MetaDataVersion complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-MetaDataVersion">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}MetaDataVersionPreIncludeElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Include" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Protocol" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}StudyEventDef" maxOccurs="unbounded" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}FormDef" maxOccurs="unbounded" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}ItemGroupDef" maxOccurs="unbounded" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}ItemDef" maxOccurs="unbounded" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}CodeList" maxOccurs="unbounded" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}ImputationMethod" maxOccurs="unbounded" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Presentation" maxOccurs="unbounded" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}ConditionDef" maxOccurs="unbounded" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}MethodDef" maxOccurs="unbounded" minOccurs="0"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}MetaDataVersionElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}MetaDataVersionAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}MetaDataVersionAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-MetaDataVersion", propOrder = {
- "include",
- "protocol",
- "studyEventDef",
- "formDef",
- "itemGroupDef",
- "itemDef",
- "codeList",
- "imputationMethod",
- "presentation",
- "conditionDef",
- "methodDef",
- "metaDataVersionElementExtension"
-})
-public class ODMcomplexTypeDefinitionMetaDataVersion {
-
- @XmlElement(name = "Include")
- protected ODMcomplexTypeDefinitionInclude include;
- @XmlElement(name = "Protocol")
- protected ODMcomplexTypeDefinitionProtocol protocol;
- @XmlElement(name = "StudyEventDef")
- protected List studyEventDef;
- @XmlElement(name = "FormDef")
- protected List formDef;
- @XmlElement(name = "ItemGroupDef")
- protected List itemGroupDef;
- @XmlElement(name = "ItemDef")
- protected List itemDef;
- @XmlElement(name = "CodeList")
- protected List codeList;
- @XmlElement(name = "ImputationMethod")
- protected List imputationMethod;
- @XmlElement(name = "Presentation")
- protected List presentation;
- @XmlElement(name = "ConditionDef")
- protected List conditionDef;
- @XmlElement(name = "MethodDef")
- protected List methodDef;
- @XmlElements({
- @XmlElement(name = "MultiSelectList", namespace = "http://www.openclinica.org/ns/odm_ext_v130/v3.1", type = OCodmComplexTypeDefinitionMultiSelectList.class),
- @XmlElement(name = "StudyGroupClassList", namespace = "http://www.openclinica.org/ns/odm_ext_v130/v3.1", type = OCodmComplexTypeDefinitionStudyGroupClassList.class),
- @XmlElement(name = "StudyDetails", namespace = "http://www.openclinica.org/ns/odm_ext_v130/v3.1", type = OCodmComplexTypeDefinitionStudyDetails.class),
- @XmlElement(name = "Rules", namespace = "http://www.openclinica.org/ns/rules/v3.1", type = RuleImportType.class)
- })
- protected List metaDataVersionElementExtension;
- @XmlAttribute(name = "OID", required = true)
- protected String oid;
- @XmlAttribute(name = "Name", required = true)
- protected String name;
- @XmlAttribute(name = "Description")
- protected String description;
-
- /**
- * Gets the value of the include property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionInclude }
- *
- */
- public ODMcomplexTypeDefinitionInclude getInclude() {
- return include;
- }
-
- /**
- * Sets the value of the include property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionInclude }
- *
- */
- public void setInclude(ODMcomplexTypeDefinitionInclude value) {
- this.include = value;
- }
-
- /**
- * Gets the value of the protocol property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionProtocol }
- *
- */
- public ODMcomplexTypeDefinitionProtocol getProtocol() {
- return protocol;
- }
-
- /**
- * Sets the value of the protocol property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionProtocol }
- *
- */
- public void setProtocol(ODMcomplexTypeDefinitionProtocol value) {
- this.protocol = value;
- }
-
- /**
- * Gets the value of the studyEventDef 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 studyEventDef property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getStudyEventDef().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionStudyEventDef }
- *
- *
- */
- public List getStudyEventDef() {
- if (studyEventDef == null) {
- studyEventDef = new ArrayList();
- }
- return this.studyEventDef;
- }
-
- /**
- * Gets the value of the formDef 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 formDef property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getFormDef().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionFormDef }
- *
- *
- */
- public List getFormDef() {
- if (formDef == null) {
- formDef = new ArrayList();
- }
- return this.formDef;
- }
-
- /**
- * Gets the value of the itemGroupDef 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 itemGroupDef property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getItemGroupDef().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionItemGroupDef }
- *
- *
- */
- public List getItemGroupDef() {
- if (itemGroupDef == null) {
- itemGroupDef = new ArrayList();
- }
- return this.itemGroupDef;
- }
-
- /**
- * Gets the value of the itemDef 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 itemDef property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getItemDef().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionItemDef }
- *
- *
- */
- public List getItemDef() {
- if (itemDef == null) {
- itemDef = new ArrayList();
- }
- return this.itemDef;
- }
-
- /**
- * Gets the value of the codeList 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 codeList property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getCodeList().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionCodeList }
- *
- *
- */
- public List getCodeList() {
- if (codeList == null) {
- codeList = new ArrayList();
- }
- return this.codeList;
- }
-
- /**
- * Gets the value of the imputationMethod 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 imputationMethod property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getImputationMethod().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionImputationMethod }
- *
- *
- */
- public List getImputationMethod() {
- if (imputationMethod == null) {
- imputationMethod = new ArrayList();
- }
- return this.imputationMethod;
- }
-
- /**
- * Gets the value of the presentation 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 presentation property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getPresentation().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionPresentation }
- *
- *
- */
- public List getPresentation() {
- if (presentation == null) {
- presentation = new ArrayList();
- }
- return this.presentation;
- }
-
- /**
- * Gets the value of the conditionDef 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 conditionDef property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getConditionDef().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionConditionDef }
- *
- *
- */
- public List getConditionDef() {
- if (conditionDef == null) {
- conditionDef = new ArrayList();
- }
- return this.conditionDef;
- }
-
- /**
- * Gets the value of the methodDef 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 methodDef property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getMethodDef().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionMethodDef }
- *
- *
- */
- public List getMethodDef() {
- if (methodDef == null) {
- methodDef = new ArrayList();
- }
- return this.methodDef;
- }
-
- /**
- * Gets the value of the metaDataVersionElementExtension 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 metaDataVersionElementExtension property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getMetaDataVersionElementExtension().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link OCodmComplexTypeDefinitionMultiSelectList }
- * {@link OCodmComplexTypeDefinitionStudyGroupClassList }
- * {@link OCodmComplexTypeDefinitionStudyDetails }
- * {@link RuleImportType }
- *
- *
- */
- public List getMetaDataVersionElementExtension() {
- if (metaDataVersionElementExtension == null) {
- metaDataVersionElementExtension = new ArrayList();
- }
- return this.metaDataVersionElementExtension;
- }
-
- /**
- * Gets the value of the oid property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getOID() {
- return oid;
- }
-
- /**
- * Sets the value of the oid property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setOID(String value) {
- this.oid = 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 description property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDescription() {
- return description;
- }
-
- /**
- * Sets the value of the description property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDescription(String value) {
- this.description = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionMetaDataVersionRef.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionMetaDataVersionRef.java
deleted file mode 100755
index 45b7049..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionMetaDataVersionRef.java
+++ /dev/null
@@ -1,122 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.datatype.XMLGregorianCalendar;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-MetaDataVersionRef complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-MetaDataVersionRef">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}MetaDataVersionRefElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}MetaDataVersionRefAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}MetaDataVersionRefAttributeDefinition"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-MetaDataVersionRef")
-public class ODMcomplexTypeDefinitionMetaDataVersionRef {
-
- @XmlAttribute(name = "StudyOID", required = true)
- protected String studyOID;
- @XmlAttribute(name = "MetaDataVersionOID", required = true)
- protected String metaDataVersionOID;
- @XmlAttribute(name = "EffectiveDate", required = true)
- protected XMLGregorianCalendar effectiveDate;
-
- /**
- * Gets the value of the studyOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getStudyOID() {
- return studyOID;
- }
-
- /**
- * Sets the value of the studyOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setStudyOID(String value) {
- this.studyOID = value;
- }
-
- /**
- * Gets the value of the metaDataVersionOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMetaDataVersionOID() {
- return metaDataVersionOID;
- }
-
- /**
- * Sets the value of the metaDataVersionOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMetaDataVersionOID(String value) {
- this.metaDataVersionOID = value;
- }
-
- /**
- * Gets the value of the effectiveDate property.
- *
- * @return
- * possible object is
- * {@link XMLGregorianCalendar }
- *
- */
- public XMLGregorianCalendar getEffectiveDate() {
- return effectiveDate;
- }
-
- /**
- * Sets the value of the effectiveDate property.
- *
- * @param value
- * allowed object is
- * {@link XMLGregorianCalendar }
- *
- */
- public void setEffectiveDate(XMLGregorianCalendar value) {
- this.effectiveDate = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionMethodDef.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionMethodDef.java
deleted file mode 100755
index fd5cc9a..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionMethodDef.java
+++ /dev/null
@@ -1,186 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-MethodDef complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-MethodDef">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Description"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}FormalExpression" maxOccurs="unbounded" minOccurs="0"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}MethodDefElementExtension"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}MethodDefAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}MethodDefAttributeDefinition"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-MethodDef", propOrder = {
- "description",
- "formalExpression"
-})
-public class ODMcomplexTypeDefinitionMethodDef {
-
- @XmlElement(name = "Description", required = true)
- protected ODMcomplexTypeDefinitionDescription description;
- @XmlElement(name = "FormalExpression")
- protected List formalExpression;
- @XmlAttribute(name = "OID", required = true)
- protected String oid;
- @XmlAttribute(name = "Name", required = true)
- protected String name;
- @XmlAttribute(name = "Type")
- protected MethodType type;
-
- /**
- * Gets the value of the description property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionDescription }
- *
- */
- public ODMcomplexTypeDefinitionDescription getDescription() {
- return description;
- }
-
- /**
- * Sets the value of the description property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionDescription }
- *
- */
- public void setDescription(ODMcomplexTypeDefinitionDescription value) {
- this.description = value;
- }
-
- /**
- * Gets the value of the formalExpression 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 formalExpression property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getFormalExpression().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionFormalExpression }
- *
- *
- */
- public List getFormalExpression() {
- if (formalExpression == null) {
- formalExpression = new ArrayList();
- }
- return this.formalExpression;
- }
-
- /**
- * Gets the value of the oid property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getOID() {
- return oid;
- }
-
- /**
- * Sets the value of the oid property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setOID(String value) {
- this.oid = 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 type property.
- *
- * @return
- * possible object is
- * {@link MethodType }
- *
- */
- public MethodType getType() {
- return type;
- }
-
- /**
- * Sets the value of the type property.
- *
- * @param value
- * allowed object is
- * {@link MethodType }
- *
- */
- public void setType(MethodType value) {
- this.type = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionOrganization.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionOrganization.java
deleted file mode 100755
index 9b71198..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionOrganization.java
+++ /dev/null
@@ -1,67 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-Organization complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-Organization">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}OrganizationAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-Organization", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionOrganization {
-
- @XmlValue
- protected String 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionOtherText.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionOtherText.java
deleted file mode 100755
index 3611b25..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionOtherText.java
+++ /dev/null
@@ -1,67 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-OtherText complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-OtherText">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}OtherTextAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-OtherText", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionOtherText {
-
- @XmlValue
- protected String 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionPager.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionPager.java
deleted file mode 100755
index d2a47f4..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionPager.java
+++ /dev/null
@@ -1,67 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-Pager complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-Pager">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}PagerAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-Pager", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionPager {
-
- @XmlValue
- protected String 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionPhone.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionPhone.java
deleted file mode 100755
index 19cf811..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionPhone.java
+++ /dev/null
@@ -1,67 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-Phone complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-Phone">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}PhoneAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-Phone", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionPhone {
-
- @XmlValue
- protected String 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionPicture.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionPicture.java
deleted file mode 100755
index 1abcf2a..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionPicture.java
+++ /dev/null
@@ -1,95 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-Picture complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-Picture">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}PictureElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}PictureAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}PictureAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-Picture")
-public class ODMcomplexTypeDefinitionPicture {
-
- @XmlAttribute(name = "PictureFileName", required = true)
- protected String pictureFileName;
- @XmlAttribute(name = "ImageType")
- protected String imageType;
-
- /**
- * Gets the value of the pictureFileName property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getPictureFileName() {
- return pictureFileName;
- }
-
- /**
- * Sets the value of the pictureFileName property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setPictureFileName(String value) {
- this.pictureFileName = value;
- }
-
- /**
- * Gets the value of the imageType property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getImageType() {
- return imageType;
- }
-
- /**
- * Sets the value of the imageType property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setImageType(String value) {
- this.imageType = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionPostalCode.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionPostalCode.java
deleted file mode 100755
index f36eebe..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionPostalCode.java
+++ /dev/null
@@ -1,67 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-PostalCode complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-PostalCode">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}PostalCodeAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-PostalCode", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionPostalCode {
-
- @XmlValue
- protected String 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionPresentation.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionPresentation.java
deleted file mode 100755
index ef39b45..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionPresentation.java
+++ /dev/null
@@ -1,126 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-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 ODMcomplexTypeDefinition-Presentation complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-Presentation">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}PresentationAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}PresentationAttributeDefinition"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-Presentation", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionPresentation {
-
- @XmlValue
- protected String value;
- @XmlAttribute(name = "OID", required = true)
- protected String oid;
- @XmlAttribute(name = "lang", namespace = "http://www.w3.org/XML/1998/namespace")
- @XmlJavaTypeAdapter(CollapsedStringAdapter.class)
- @XmlSchemaType(name = "language")
- protected String lang;
-
- /**
- * 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;
- }
-
- /**
- * Gets the value of the oid property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getOID() {
- return oid;
- }
-
- /**
- * Sets the value of the oid property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setOID(String value) {
- this.oid = 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionProtocol.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionProtocol.java
deleted file mode 100755
index 084eb71..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionProtocol.java
+++ /dev/null
@@ -1,106 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-Protocol complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-Protocol">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Description" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}StudyEventRef" maxOccurs="unbounded"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}ProtocolElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ProtocolAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-Protocol", propOrder = {
- "description",
- "studyEventRef"
-})
-public class ODMcomplexTypeDefinitionProtocol {
-
- @XmlElement(name = "Description")
- protected ODMcomplexTypeDefinitionDescription description;
- @XmlElement(name = "StudyEventRef", required = true)
- protected List studyEventRef;
-
- /**
- * Gets the value of the description property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionDescription }
- *
- */
- public ODMcomplexTypeDefinitionDescription getDescription() {
- return description;
- }
-
- /**
- * Sets the value of the description property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionDescription }
- *
- */
- public void setDescription(ODMcomplexTypeDefinitionDescription value) {
- this.description = value;
- }
-
- /**
- * Gets the value of the studyEventRef 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 studyEventRef property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getStudyEventRef().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionStudyEventRef }
- *
- *
- */
- public List getStudyEventRef() {
- if (studyEventRef == null) {
- studyEventRef = new ArrayList();
- }
- return this.studyEventRef;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionProtocolName.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionProtocolName.java
deleted file mode 100755
index ee78925..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionProtocolName.java
+++ /dev/null
@@ -1,67 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ProtocolName complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ProtocolName">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>name">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ProtocolNameAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ProtocolName", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionProtocolName {
-
- @XmlValue
- protected String 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionQuestion.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionQuestion.java
deleted file mode 100755
index a8b318c..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionQuestion.java
+++ /dev/null
@@ -1,105 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-Question complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-Question">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}TranslatedText" maxOccurs="unbounded"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}QuestionElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}QuestionAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-Question", propOrder = {
- "translatedText"
-})
-public class ODMcomplexTypeDefinitionQuestion {
-
- @XmlElement(name = "TranslatedText", required = true)
- protected List translatedText;
- @XmlAttribute(name = "QuestionNumber", namespace = "http://www.openclinica.org/ns/odm_ext_v130/v3.1")
- protected String questionNumber;
-
- /**
- * Gets the value of the translatedText 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 translatedText property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getTranslatedText().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionTranslatedText }
- *
- *
- */
- public List getTranslatedText() {
- if (translatedText == null) {
- translatedText = new ArrayList();
- }
- return this.translatedText;
- }
-
- /**
- * Gets the value of the questionNumber property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getQuestionNumber() {
- return questionNumber;
- }
-
- /**
- * Sets the value of the questionNumber property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setQuestionNumber(String value) {
- this.questionNumber = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionRangeCheck.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionRangeCheck.java
deleted file mode 100755
index e9c88da..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionRangeCheck.java
+++ /dev/null
@@ -1,223 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-RangeCheck complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-RangeCheck">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <choice>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}CheckValue" maxOccurs="unbounded"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}FormalExpression" maxOccurs="unbounded"/>
- * </choice>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}MeasurementUnitRef" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}ErrorMessage" minOccurs="0"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}RangeCheckElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}RangeCheckAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}RangeCheckAttributeDefinition"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-RangeCheck", propOrder = {
- "checkValue",
- "formalExpression",
- "measurementUnitRef",
- "errorMessage"
-})
-public class ODMcomplexTypeDefinitionRangeCheck {
-
- @XmlElement(name = "CheckValue")
- protected List checkValue;
- @XmlElement(name = "FormalExpression")
- protected List formalExpression;
- @XmlElement(name = "MeasurementUnitRef")
- protected ODMcomplexTypeDefinitionMeasurementUnitRef measurementUnitRef;
- @XmlElement(name = "ErrorMessage")
- protected ODMcomplexTypeDefinitionErrorMessage errorMessage;
- @XmlAttribute(name = "Comparator", required = true)
- protected Comparator comparator;
- @XmlAttribute(name = "SoftHard", required = true)
- protected SoftOrHard softHard;
-
- /**
- * Gets the value of the checkValue 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 checkValue property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getCheckValue().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionCheckValue }
- *
- *
- */
- public List getCheckValue() {
- if (checkValue == null) {
- checkValue = new ArrayList();
- }
- return this.checkValue;
- }
-
- /**
- * Gets the value of the formalExpression 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 formalExpression property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getFormalExpression().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionFormalExpression }
- *
- *
- */
- public List getFormalExpression() {
- if (formalExpression == null) {
- formalExpression = new ArrayList();
- }
- return this.formalExpression;
- }
-
- /**
- * Gets the value of the measurementUnitRef property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionMeasurementUnitRef }
- *
- */
- public ODMcomplexTypeDefinitionMeasurementUnitRef getMeasurementUnitRef() {
- return measurementUnitRef;
- }
-
- /**
- * Sets the value of the measurementUnitRef property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionMeasurementUnitRef }
- *
- */
- public void setMeasurementUnitRef(ODMcomplexTypeDefinitionMeasurementUnitRef value) {
- this.measurementUnitRef = value;
- }
-
- /**
- * Gets the value of the errorMessage property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionErrorMessage }
- *
- */
- public ODMcomplexTypeDefinitionErrorMessage getErrorMessage() {
- return errorMessage;
- }
-
- /**
- * Sets the value of the errorMessage property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionErrorMessage }
- *
- */
- public void setErrorMessage(ODMcomplexTypeDefinitionErrorMessage value) {
- this.errorMessage = value;
- }
-
- /**
- * Gets the value of the comparator property.
- *
- * @return
- * possible object is
- * {@link Comparator }
- *
- */
- public Comparator getComparator() {
- return comparator;
- }
-
- /**
- * Sets the value of the comparator property.
- *
- * @param value
- * allowed object is
- * {@link Comparator }
- *
- */
- public void setComparator(Comparator value) {
- this.comparator = value;
- }
-
- /**
- * Gets the value of the softHard property.
- *
- * @return
- * possible object is
- * {@link SoftOrHard }
- *
- */
- public SoftOrHard getSoftHard() {
- return softHard;
- }
-
- /**
- * Sets the value of the softHard property.
- *
- * @param value
- * allowed object is
- * {@link SoftOrHard }
- *
- */
- public void setSoftHard(SoftOrHard value) {
- this.softHard = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionReasonForChange.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionReasonForChange.java
deleted file mode 100755
index a77d887..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionReasonForChange.java
+++ /dev/null
@@ -1,67 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ReasonForChange complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ReasonForChange">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ReasonForChangeAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ReasonForChange", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionReasonForChange {
-
- @XmlValue
- protected String 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionReferenceData.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionReferenceData.java
deleted file mode 100755
index 8a98f71..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionReferenceData.java
+++ /dev/null
@@ -1,132 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-ReferenceData complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-ReferenceData">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}ItemGroupData" maxOccurs="unbounded" minOccurs="0"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}ReferenceDataElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ReferenceDataAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}ReferenceDataAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-ReferenceData", propOrder = {
- "itemGroupData"
-})
-public class ODMcomplexTypeDefinitionReferenceData {
-
- @XmlElement(name = "ItemGroupData")
- protected List itemGroupData;
- @XmlAttribute(name = "StudyOID", required = true)
- protected String studyOID;
- @XmlAttribute(name = "MetaDataVersionOID", required = true)
- protected String metaDataVersionOID;
-
- /**
- * Gets the value of the itemGroupData 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 itemGroupData property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getItemGroupData().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionItemGroupData }
- *
- *
- */
- public List getItemGroupData() {
- if (itemGroupData == null) {
- itemGroupData = new ArrayList();
- }
- return this.itemGroupData;
- }
-
- /**
- * Gets the value of the studyOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getStudyOID() {
- return studyOID;
- }
-
- /**
- * Sets the value of the studyOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setStudyOID(String value) {
- this.studyOID = value;
- }
-
- /**
- * Gets the value of the metaDataVersionOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getMetaDataVersionOID() {
- return metaDataVersionOID;
- }
-
- /**
- * Sets the value of the metaDataVersionOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setMetaDataVersionOID(String value) {
- this.metaDataVersionOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionRole.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionRole.java
deleted file mode 100755
index a225cf4..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionRole.java
+++ /dev/null
@@ -1,67 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-Role complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-Role">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}RoleAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-Role", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionRole {
-
- @XmlValue
- protected String 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionSignature.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionSignature.java
deleted file mode 100755
index 80d4094..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionSignature.java
+++ /dev/null
@@ -1,218 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
-import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-Signature complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-Signature">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}UserRef"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}LocationRef"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}SignatureRef"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}DateTimeStamp"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}CryptoBindingManifest" minOccurs="0"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}SignatureElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}SignatureAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}SignatureAttributeDefinition"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-Signature", propOrder = {
- "userRef",
- "locationRef",
- "signatureRef",
- "dateTimeStamp",
- "cryptoBindingManifest"
-})
-public class ODMcomplexTypeDefinitionSignature {
-
- @XmlElement(name = "UserRef", required = true)
- protected ODMcomplexTypeDefinitionUserRef userRef;
- @XmlElement(name = "LocationRef", required = true)
- protected ODMcomplexTypeDefinitionLocationRef locationRef;
- @XmlElement(name = "SignatureRef", required = true)
- protected ODMcomplexTypeDefinitionSignatureRef signatureRef;
- @XmlElement(name = "DateTimeStamp", required = true)
- protected ODMcomplexTypeDefinitionDateTimeStamp dateTimeStamp;
- @XmlElement(name = "CryptoBindingManifest")
- protected ODMcomplexTypeDefinitionCryptoBindingManifest cryptoBindingManifest;
- @XmlAttribute(name = "ID")
- @XmlJavaTypeAdapter(CollapsedStringAdapter.class)
- @XmlID
- @XmlSchemaType(name = "ID")
- protected String id;
-
- /**
- * Gets the value of the userRef property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionUserRef }
- *
- */
- public ODMcomplexTypeDefinitionUserRef getUserRef() {
- return userRef;
- }
-
- /**
- * Sets the value of the userRef property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionUserRef }
- *
- */
- public void setUserRef(ODMcomplexTypeDefinitionUserRef value) {
- this.userRef = value;
- }
-
- /**
- * Gets the value of the locationRef property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionLocationRef }
- *
- */
- public ODMcomplexTypeDefinitionLocationRef getLocationRef() {
- return locationRef;
- }
-
- /**
- * Sets the value of the locationRef property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionLocationRef }
- *
- */
- public void setLocationRef(ODMcomplexTypeDefinitionLocationRef value) {
- this.locationRef = value;
- }
-
- /**
- * Gets the value of the signatureRef property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionSignatureRef }
- *
- */
- public ODMcomplexTypeDefinitionSignatureRef getSignatureRef() {
- return signatureRef;
- }
-
- /**
- * Sets the value of the signatureRef property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionSignatureRef }
- *
- */
- public void setSignatureRef(ODMcomplexTypeDefinitionSignatureRef value) {
- this.signatureRef = value;
- }
-
- /**
- * Gets the value of the dateTimeStamp property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionDateTimeStamp }
- *
- */
- public ODMcomplexTypeDefinitionDateTimeStamp getDateTimeStamp() {
- return dateTimeStamp;
- }
-
- /**
- * Sets the value of the dateTimeStamp property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionDateTimeStamp }
- *
- */
- public void setDateTimeStamp(ODMcomplexTypeDefinitionDateTimeStamp value) {
- this.dateTimeStamp = value;
- }
-
- /**
- * Gets the value of the cryptoBindingManifest property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionCryptoBindingManifest }
- *
- */
- public ODMcomplexTypeDefinitionCryptoBindingManifest getCryptoBindingManifest() {
- return cryptoBindingManifest;
- }
-
- /**
- * Sets the value of the cryptoBindingManifest property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionCryptoBindingManifest }
- *
- */
- public void setCryptoBindingManifest(ODMcomplexTypeDefinitionCryptoBindingManifest value) {
- this.cryptoBindingManifest = 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionSignatureDef.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionSignatureDef.java
deleted file mode 100755
index 8249161..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionSignatureDef.java
+++ /dev/null
@@ -1,153 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-SignatureDef complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-SignatureDef">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Meaning"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}LegalReason"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}SignatureDefElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}SignatureDefAttributeExtension"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}SignatureDefAttributeDefinition"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-SignatureDef", propOrder = {
- "meaning",
- "legalReason"
-})
-public class ODMcomplexTypeDefinitionSignatureDef {
-
- @XmlElement(name = "Meaning", required = true)
- protected ODMcomplexTypeDefinitionMeaning meaning;
- @XmlElement(name = "LegalReason", required = true)
- protected ODMcomplexTypeDefinitionLegalReason legalReason;
- @XmlAttribute(name = "OID", required = true)
- protected String oid;
- @XmlAttribute(name = "Methodology")
- protected SignMethod methodology;
-
- /**
- * Gets the value of the meaning property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionMeaning }
- *
- */
- public ODMcomplexTypeDefinitionMeaning getMeaning() {
- return meaning;
- }
-
- /**
- * Sets the value of the meaning property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionMeaning }
- *
- */
- public void setMeaning(ODMcomplexTypeDefinitionMeaning value) {
- this.meaning = value;
- }
-
- /**
- * Gets the value of the legalReason property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionLegalReason }
- *
- */
- public ODMcomplexTypeDefinitionLegalReason getLegalReason() {
- return legalReason;
- }
-
- /**
- * Sets the value of the legalReason property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionLegalReason }
- *
- */
- public void setLegalReason(ODMcomplexTypeDefinitionLegalReason value) {
- this.legalReason = value;
- }
-
- /**
- * Gets the value of the oid property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getOID() {
- return oid;
- }
-
- /**
- * Sets the value of the oid property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setOID(String value) {
- this.oid = value;
- }
-
- /**
- * Gets the value of the methodology property.
- *
- * @return
- * possible object is
- * {@link SignMethod }
- *
- */
- public SignMethod getMethodology() {
- return methodology;
- }
-
- /**
- * Sets the value of the methodology property.
- *
- * @param value
- * allowed object is
- * {@link SignMethod }
- *
- */
- public void setMethodology(SignMethod value) {
- this.methodology = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionSignatureRef.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionSignatureRef.java
deleted file mode 100755
index 44f5a69..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionSignatureRef.java
+++ /dev/null
@@ -1,69 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-SignatureRef complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-SignatureRef">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}SignatureRefElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}SignatureRefAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}SignatureRefAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-SignatureRef")
-public class ODMcomplexTypeDefinitionSignatureRef {
-
- @XmlAttribute(name = "SignatureOID", required = true)
- protected String signatureOID;
-
- /**
- * Gets the value of the signatureOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getSignatureOID() {
- return signatureOID;
- }
-
- /**
- * Sets the value of the signatureOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setSignatureOID(String value) {
- this.signatureOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionSignatures.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionSignatures.java
deleted file mode 100755
index e71670a..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionSignatures.java
+++ /dev/null
@@ -1,76 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-Signatures complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-Signatures">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}Signature" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-Signatures", propOrder = {
- "signature"
-})
-public class ODMcomplexTypeDefinitionSignatures {
-
- @XmlElement(name = "Signature")
- protected List signature;
-
- /**
- * Gets the value of the signature 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 signature property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getSignature().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionSignature }
- *
- *
- */
- public List getSignature() {
- if (signature == null) {
- signature = new ArrayList();
- }
- return this.signature;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionSiteRef.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionSiteRef.java
deleted file mode 100755
index a18d5e1..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionSiteRef.java
+++ /dev/null
@@ -1,69 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-SiteRef complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-SiteRef">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}SiteRefElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}SiteRefAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}SiteRefAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-SiteRef")
-public class ODMcomplexTypeDefinitionSiteRef {
-
- @XmlAttribute(name = "LocationOID", required = true)
- protected String locationOID;
-
- /**
- * Gets the value of the locationOID property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getLocationOID() {
- return locationOID;
- }
-
- /**
- * Sets the value of the locationOID property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setLocationOID(String value) {
- this.locationOID = value;
- }
-
-}
diff --git a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionSourceID.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionSourceID.java
deleted file mode 100755
index 009a7a5..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionSourceID.java
+++ /dev/null
@@ -1,67 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-SourceID complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-SourceID">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}SourceIDAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-SourceID", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionSourceID {
-
- @XmlValue
- protected String 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionStateProv.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionStateProv.java
deleted file mode 100755
index 09b2b68..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionStateProv.java
+++ /dev/null
@@ -1,67 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-StateProv complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-StateProv">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}StateProvAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-StateProv", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionStateProv {
-
- @XmlValue
- protected String 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionStreetName.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionStreetName.java
deleted file mode 100755
index b59993e..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionStreetName.java
+++ /dev/null
@@ -1,67 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.XmlValue;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-StreetName complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-StreetName">
- * <simpleContent>
- * <extension base="<http://www.cdisc.org/ns/odm/v1.3>text">
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}StreetNameAttributeExtension"/>
- * </extension>
- * </simpleContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-StreetName", propOrder = {
- "value"
-})
-public class ODMcomplexTypeDefinitionStreetName {
-
- @XmlValue
- protected String 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/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionStudy.java b/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionStudy.java
deleted file mode 100755
index d472b86..0000000
--- a/odm/gensrc_openclinica/org/cdisk/odm/jaxb/ODMcomplexTypeDefinitionStudy.java
+++ /dev/null
@@ -1,162 +0,0 @@
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
-// See http://java.sun.com/xml/jaxb
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2014.05.06 at 02:44:20 PM CEST
-//
-
-
-package org.cdisk.odm.jaxb;
-
-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.XmlType;
-
-
-/**
- * Java class for ODMcomplexTypeDefinition-Study complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
- *
- *
- * <complexType name="ODMcomplexTypeDefinition-Study">
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}GlobalVariables"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}BasicDefinitions" minOccurs="0"/>
- * <element ref="{http://www.cdisc.org/ns/odm/v1.3}MetaDataVersion" maxOccurs="unbounded" minOccurs="0"/>
- * <group ref="{http://www.cdisc.org/ns/odm/v1.3}StudyElementExtension" maxOccurs="unbounded" minOccurs="0"/>
- * </sequence>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}StudyAttributeDefinition"/>
- * <attGroup ref="{http://www.cdisc.org/ns/odm/v1.3}StudyAttributeExtension"/>
- * </restriction>
- * </complexContent>
- * </complexType>
- *
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ODMcomplexTypeDefinition-Study", propOrder = {
- "globalVariables",
- "basicDefinitions",
- "metaDataVersion"
-})
-public class ODMcomplexTypeDefinitionStudy {
-
- @XmlElement(name = "GlobalVariables", required = true)
- protected ODMcomplexTypeDefinitionGlobalVariables globalVariables;
- @XmlElement(name = "BasicDefinitions")
- protected ODMcomplexTypeDefinitionBasicDefinitions basicDefinitions;
- @XmlElement(name = "MetaDataVersion")
- protected List metaDataVersion;
- @XmlAttribute(name = "OID", required = true)
- protected String oid;
-
- /**
- * Gets the value of the globalVariables property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionGlobalVariables }
- *
- */
- public ODMcomplexTypeDefinitionGlobalVariables getGlobalVariables() {
- return globalVariables;
- }
-
- /**
- * Sets the value of the globalVariables property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionGlobalVariables }
- *
- */
- public void setGlobalVariables(ODMcomplexTypeDefinitionGlobalVariables value) {
- this.globalVariables = value;
- }
-
- /**
- * Gets the value of the basicDefinitions property.
- *
- * @return
- * possible object is
- * {@link ODMcomplexTypeDefinitionBasicDefinitions }
- *
- */
- public ODMcomplexTypeDefinitionBasicDefinitions getBasicDefinitions() {
- return basicDefinitions;
- }
-
- /**
- * Sets the value of the basicDefinitions property.
- *
- * @param value
- * allowed object is
- * {@link ODMcomplexTypeDefinitionBasicDefinitions }
- *
- */
- public void setBasicDefinitions(ODMcomplexTypeDefinitionBasicDefinitions value) {
- this.basicDefinitions = value;
- }
-
- /**
- * Gets the value of the metaDataVersion 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 metaDataVersion property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getMetaDataVersion().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link ODMcomplexTypeDefinitionMetaDataVersion }
- *
- *
- */
- public List getMetaDataVersion() {
- if (metaDataVersion == null) {
- metaDataVersion = new ArrayList