getConceptsListFromValueSet(String valueSetId, String version, String lang);
}
diff --git a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/gen/common/ValuesetChecker.java b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/gen/common/ValuesetChecker.java
index 57245b0689..7cce1457cb 100644
--- a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/gen/common/ValuesetChecker.java
+++ b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/gen/common/ValuesetChecker.java
@@ -2,14 +2,14 @@
public interface ValuesetChecker {
- public void setValueSetProvider(ValueSetProvider valueSetProvider);
+ void setValueSetProvider(ValueSetProvider valueSetProvider);
- public void setConceptProvider(ConceptProvider conceptProvider);
+ void setConceptProvider(ConceptProvider conceptProvider);
- public Boolean matchesValueSet(String oidparam, String code, String codeSystem, String codeSystemName, String displayName);
+ Boolean matchesValueSet(String oidparam, String code, String codeSystem, String codeSystemName, String displayName);
- public Boolean matchesCodeToValueSet(String oidparam, String code);
+ Boolean matchesCodeToValueSet(String oidparam, String code);
- public Boolean matchesValueSetWithDisplayName(String oidparam, String code, String codeSystem, String codeSystemName, String displayName);
+ Boolean matchesValueSetWithDisplayName(String oidparam, String code, String codeSystem, String codeSystemName, String displayName);
}
\ No newline at end of file
diff --git a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/gen/common/XmlUtil.java b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/gen/common/XmlUtil.java
index f4c3657282..167c305da9 100644
--- a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/gen/common/XmlUtil.java
+++ b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/gen/common/XmlUtil.java
@@ -17,8 +17,7 @@ public static Document parse(String document) throws Exception {
builderFactory.setNamespaceAware(true);
DocumentBuilder builder = builderFactory.newDocumentBuilder();
- Document documentDOM = builder.parse(bais);
- return documentDOM;
+ return builder.parse(bais);
}
}
diff --git a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04BirthPlace.java b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04BirthPlace.java
index 178bc21ba5..a579ab3815 100644
--- a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04BirthPlace.java
+++ b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04BirthPlace.java
@@ -1,11 +1,12 @@
/**
* COCTMT030000UV04BirthPlace.java
- *
+ *
* File generated from the coctmt030000UV04::COCTMT030000UV04BirthPlace uml Class
* Generated by IHE - europe, gazelle team
*/
package net.ihe.gazelle.hl7v3.coctmt030000UV04;
+import java.io.Serial;
import java.util.ArrayList;
import java.util.List;
@@ -49,7 +50,8 @@ public class COCTMT030000UV04BirthPlace implements java.io.Serializable {
/**
*
*/
- private static final long serialVersionUID = 1L;
+ @Serial
+ private static final long serialVersionUID = 1L;
@XmlElement(name = "realmCode", namespace = "urn:hl7-org:v3")
@@ -78,15 +80,14 @@ public class COCTMT030000UV04BirthPlace implements java.io.Serializable {
*/
public List getRealmCode() {
if (realmCode == null) {
- realmCode = new ArrayList();
+ realmCode = new ArrayList<>();
}
return realmCode;
}
/**
* Set a value to attribute realmCode.
- * @param realmCode.
- */
+ */
public void setRealmCode(List realmCode) {
this.realmCode = realmCode;
}
@@ -119,8 +120,7 @@ public net.ihe.gazelle.hl7v3.datatypes.II getTypeId() {
/**
* Set a value to attribute typeId.
- * @param typeId.
- */
+ */
public void setTypeId(net.ihe.gazelle.hl7v3.datatypes.II typeId) {
this.typeId = typeId;
}
@@ -134,15 +134,14 @@ public void setTypeId(net.ihe.gazelle.hl7v3.datatypes.II typeId) {
*/
public List getTemplateId() {
if (templateId == null) {
- templateId = new ArrayList();
+ templateId = new ArrayList<>();
}
return templateId;
}
/**
* Set a value to attribute templateId.
- * @param templateId.
- */
+ */
public void setTemplateId(List templateId) {
this.templateId = templateId;
}
@@ -175,8 +174,7 @@ public net.ihe.gazelle.hl7v3.coctmt710000UV01.COCTMT710000UV01Place getBirthplac
/**
* Set a value to attribute birthplace.
- * @param birthplace.
- */
+ */
public void setBirthplace(net.ihe.gazelle.hl7v3.coctmt710000UV01.COCTMT710000UV01Place birthplace) {
this.birthplace = birthplace;
}
@@ -194,8 +192,7 @@ public java.lang.String getClassCode() {
/**
* Set a value to attribute classCode.
- * @param classCode.
- */
+ */
public void setClassCode(java.lang.String classCode) {
this.classCode = classCode;
}
@@ -213,8 +210,7 @@ public net.ihe.gazelle.hl7v3.voc.NullFlavor getNullFlavor() {
/**
* Set a value to attribute nullFlavor.
- * @param nullFlavor.
- */
+ */
public void setNullFlavor(net.ihe.gazelle.hl7v3.voc.NullFlavor nullFlavor) {
this.nullFlavor = nullFlavor;
}
@@ -233,7 +229,7 @@ public Node get_xmlNodePresentation() {
try {
db = dbf.newDocumentBuilder();
doc = db.newDocument();
- } catch (ParserConfigurationException e1) {}
+ } catch (ParserConfigurationException ignored) {}
try {
jc = JAXBContext.newInstance("net.ihe.gazelle.hl7v3.coctmt030000UV04");
Marshaller m = jc.createMarshaller();
@@ -244,7 +240,7 @@ public Node get_xmlNodePresentation() {
db = dbf.newDocumentBuilder();
_xmlNodePresentation = db.newDocument();
}
- catch(Exception ee){}
+ catch(Exception ignored){}
}
}
return _xmlNodePresentation;
diff --git a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Citizen.java b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Citizen.java
index 5445f3079c..6d1f8c5bfc 100644
--- a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Citizen.java
+++ b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Citizen.java
@@ -1,11 +1,12 @@
/**
* COCTMT030000UV04Citizen.java
- *
+ *
* File generated from the coctmt030000UV04::COCTMT030000UV04Citizen uml Class
* Generated by IHE - europe, gazelle team
*/
package net.ihe.gazelle.hl7v3.coctmt030000UV04;
+import java.io.Serial;
import java.util.ArrayList;
import java.util.List;
@@ -51,7 +52,8 @@ public class COCTMT030000UV04Citizen implements java.io.Serializable {
/**
*
*/
- private static final long serialVersionUID = 1L;
+ @Serial
+ private static final long serialVersionUID = 1L;
@XmlElement(name = "realmCode", namespace = "urn:hl7-org:v3")
@@ -84,15 +86,14 @@ public class COCTMT030000UV04Citizen implements java.io.Serializable {
*/
public List getRealmCode() {
if (realmCode == null) {
- realmCode = new ArrayList();
+ realmCode = new ArrayList<>();
}
return realmCode;
}
/**
* Set a value to attribute realmCode.
- * @param realmCode.
- */
+ */
public void setRealmCode(List realmCode) {
this.realmCode = realmCode;
}
@@ -125,8 +126,7 @@ public net.ihe.gazelle.hl7v3.datatypes.II getTypeId() {
/**
* Set a value to attribute typeId.
- * @param typeId.
- */
+ */
public void setTypeId(net.ihe.gazelle.hl7v3.datatypes.II typeId) {
this.typeId = typeId;
}
@@ -140,15 +140,14 @@ public void setTypeId(net.ihe.gazelle.hl7v3.datatypes.II typeId) {
*/
public List getTemplateId() {
if (templateId == null) {
- templateId = new ArrayList();
+ templateId = new ArrayList<>();
}
return templateId;
}
/**
* Set a value to attribute templateId.
- * @param templateId.
- */
+ */
public void setTemplateId(List templateId) {
this.templateId = templateId;
}
@@ -177,15 +176,14 @@ public void removeTemplateId(net.ihe.gazelle.hl7v3.datatypes.II templateId_elt)
*/
public List getId() {
if (id == null) {
- id = new ArrayList();
+ id = new ArrayList<>();
}
return id;
}
/**
* Set a value to attribute id.
- * @param id.
- */
+ */
public void setId(List id) {
this.id = id;
}
@@ -218,8 +216,7 @@ public net.ihe.gazelle.hl7v3.datatypes.IVLTS getEffectiveTime() {
/**
* Set a value to attribute effectiveTime.
- * @param effectiveTime.
- */
+ */
public void setEffectiveTime(net.ihe.gazelle.hl7v3.datatypes.IVLTS effectiveTime) {
this.effectiveTime = effectiveTime;
}
@@ -237,8 +234,7 @@ public net.ihe.gazelle.hl7v3.coctmt150000UV02.COCTMT150000UV02Organization getPo
/**
* Set a value to attribute politicalOrganization.
- * @param politicalOrganization.
- */
+ */
public void setPoliticalOrganization(net.ihe.gazelle.hl7v3.coctmt150000UV02.COCTMT150000UV02Organization politicalOrganization) {
this.politicalOrganization = politicalOrganization;
}
@@ -256,8 +252,7 @@ public java.lang.String getClassCode() {
/**
* Set a value to attribute classCode.
- * @param classCode.
- */
+ */
public void setClassCode(java.lang.String classCode) {
this.classCode = classCode;
}
@@ -275,8 +270,7 @@ public net.ihe.gazelle.hl7v3.voc.NullFlavor getNullFlavor() {
/**
* Set a value to attribute nullFlavor.
- * @param nullFlavor.
- */
+ */
public void setNullFlavor(net.ihe.gazelle.hl7v3.voc.NullFlavor nullFlavor) {
this.nullFlavor = nullFlavor;
}
@@ -295,7 +289,7 @@ public Node get_xmlNodePresentation() {
try {
db = dbf.newDocumentBuilder();
doc = db.newDocument();
- } catch (ParserConfigurationException e1) {}
+ } catch (ParserConfigurationException ignored) {}
try {
jc = JAXBContext.newInstance("net.ihe.gazelle.hl7v3.coctmt030000UV04");
Marshaller m = jc.createMarshaller();
@@ -306,7 +300,7 @@ public Node get_xmlNodePresentation() {
db = dbf.newDocumentBuilder();
_xmlNodePresentation = db.newDocument();
}
- catch(Exception ee){}
+ catch(Exception ignored){}
}
}
return _xmlNodePresentation;
diff --git a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04ContactParty.java b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04ContactParty.java
index c39ff68918..1f43cc72ec 100644
--- a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04ContactParty.java
+++ b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04ContactParty.java
@@ -1,11 +1,12 @@
/**
* COCTMT030000UV04ContactParty.java
- *
+ *
* File generated from the coctmt030000UV04::COCTMT030000UV04ContactParty uml Class
* Generated by IHE - europe, gazelle team
*/
package net.ihe.gazelle.hl7v3.coctmt030000UV04;
+import java.io.Serial;
import java.util.ArrayList;
import java.util.List;
@@ -56,7 +57,8 @@ public class COCTMT030000UV04ContactParty implements java.io.Serializable {
/**
*
*/
- private static final long serialVersionUID = 1L;
+ @Serial
+ private static final long serialVersionUID = 1L;
@XmlElement(name = "realmCode", namespace = "urn:hl7-org:v3")
@@ -99,15 +101,14 @@ public class COCTMT030000UV04ContactParty implements java.io.Serializable {
*/
public List getRealmCode() {
if (realmCode == null) {
- realmCode = new ArrayList();
+ realmCode = new ArrayList<>();
}
return realmCode;
}
/**
* Set a value to attribute realmCode.
- * @param realmCode.
- */
+ */
public void setRealmCode(List realmCode) {
this.realmCode = realmCode;
}
@@ -140,8 +141,7 @@ public net.ihe.gazelle.hl7v3.datatypes.II getTypeId() {
/**
* Set a value to attribute typeId.
- * @param typeId.
- */
+ */
public void setTypeId(net.ihe.gazelle.hl7v3.datatypes.II typeId) {
this.typeId = typeId;
}
@@ -155,15 +155,14 @@ public void setTypeId(net.ihe.gazelle.hl7v3.datatypes.II typeId) {
*/
public List getTemplateId() {
if (templateId == null) {
- templateId = new ArrayList();
+ templateId = new ArrayList<>();
}
return templateId;
}
/**
* Set a value to attribute templateId.
- * @param templateId.
- */
+ */
public void setTemplateId(List templateId) {
this.templateId = templateId;
}
@@ -192,15 +191,14 @@ public void removeTemplateId(net.ihe.gazelle.hl7v3.datatypes.II templateId_elt)
*/
public List getId() {
if (id == null) {
- id = new ArrayList();
+ id = new ArrayList<>();
}
return id;
}
/**
* Set a value to attribute id.
- * @param id.
- */
+ */
public void setId(List id) {
this.id = id;
}
@@ -233,8 +231,7 @@ public net.ihe.gazelle.hl7v3.datatypes.CE getCode() {
/**
* Set a value to attribute code.
- * @param code.
- */
+ */
public void setCode(net.ihe.gazelle.hl7v3.datatypes.CE code) {
this.code = code;
}
@@ -248,15 +245,14 @@ public void setCode(net.ihe.gazelle.hl7v3.datatypes.CE code) {
*/
public List getAddr() {
if (addr == null) {
- addr = new ArrayList();
+ addr = new ArrayList<>();
}
return addr;
}
/**
* Set a value to attribute addr.
- * @param addr.
- */
+ */
public void setAddr(List addr) {
this.addr = addr;
}
@@ -285,15 +281,14 @@ public void removeAddr(net.ihe.gazelle.hl7v3.datatypes.AD addr_elt) {
*/
public List getTelecom() {
if (telecom == null) {
- telecom = new ArrayList();
+ telecom = new ArrayList<>();
}
return telecom;
}
/**
* Set a value to attribute telecom.
- * @param telecom.
- */
+ */
public void setTelecom(List telecom) {
this.telecom = telecom;
}
@@ -326,8 +321,7 @@ public net.ihe.gazelle.hl7v3.datatypes.CS getStatusCode() {
/**
* Set a value to attribute statusCode.
- * @param statusCode.
- */
+ */
public void setStatusCode(net.ihe.gazelle.hl7v3.datatypes.CS statusCode) {
this.statusCode = statusCode;
}
@@ -345,8 +339,7 @@ public net.ihe.gazelle.hl7v3.datatypes.IVLTS getEffectiveTime() {
/**
* Set a value to attribute effectiveTime.
- * @param effectiveTime.
- */
+ */
public void setEffectiveTime(net.ihe.gazelle.hl7v3.datatypes.IVLTS effectiveTime) {
this.effectiveTime = effectiveTime;
}
@@ -364,8 +357,7 @@ public net.ihe.gazelle.hl7v3.coctmt030202UV01.COCTMT030202UV01Person getContactP
/**
* Set a value to attribute contactPerson.
- * @param contactPerson.
- */
+ */
public void setContactPerson(net.ihe.gazelle.hl7v3.coctmt030202UV01.COCTMT030202UV01Person contactPerson) {
this.contactPerson = contactPerson;
}
@@ -383,8 +375,7 @@ public net.ihe.gazelle.hl7v3.coctmt150002UV01.COCTMT150002UV01Organization getCo
/**
* Set a value to attribute contactOrganization.
- * @param contactOrganization.
- */
+ */
public void setContactOrganization(net.ihe.gazelle.hl7v3.coctmt150002UV01.COCTMT150002UV01Organization contactOrganization) {
this.contactOrganization = contactOrganization;
}
@@ -402,8 +393,7 @@ public net.ihe.gazelle.hl7v3.voc.RoleClassContact getClassCode() {
/**
* Set a value to attribute classCode.
- * @param classCode.
- */
+ */
public void setClassCode(net.ihe.gazelle.hl7v3.voc.RoleClassContact classCode) {
this.classCode = classCode;
}
@@ -421,8 +411,7 @@ public net.ihe.gazelle.hl7v3.voc.NullFlavor getNullFlavor() {
/**
* Set a value to attribute nullFlavor.
- * @param nullFlavor.
- */
+ */
public void setNullFlavor(net.ihe.gazelle.hl7v3.voc.NullFlavor nullFlavor) {
this.nullFlavor = nullFlavor;
}
@@ -441,7 +430,7 @@ public Node get_xmlNodePresentation() {
try {
db = dbf.newDocumentBuilder();
doc = db.newDocument();
- } catch (ParserConfigurationException e1) {}
+ } catch (ParserConfigurationException ignored) {}
try {
jc = JAXBContext.newInstance("net.ihe.gazelle.hl7v3.coctmt030000UV04");
Marshaller m = jc.createMarshaller();
@@ -452,7 +441,7 @@ public Node get_xmlNodePresentation() {
db = dbf.newDocumentBuilder();
_xmlNodePresentation = db.newDocument();
}
- catch(Exception ee){}
+ catch(Exception ignored){}
}
}
return _xmlNodePresentation;
diff --git a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Employment.java b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Employment.java
index 8a4a213471..966bb06392 100644
--- a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Employment.java
+++ b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Employment.java
@@ -1,11 +1,12 @@
/**
* COCTMT030000UV04Employment.java
- *
+ *
* File generated from the coctmt030000UV04::COCTMT030000UV04Employment uml Class
* Generated by IHE - europe, gazelle team
*/
package net.ihe.gazelle.hl7v3.coctmt030000UV04;
+import java.io.Serial;
import java.util.ArrayList;
import java.util.List;
@@ -58,7 +59,8 @@ public class COCTMT030000UV04Employment implements java.io.Serializable {
/**
*
*/
- private static final long serialVersionUID = 1L;
+ @Serial
+ private static final long serialVersionUID = 1L;
@XmlElement(name = "realmCode", namespace = "urn:hl7-org:v3")
@@ -105,15 +107,14 @@ public class COCTMT030000UV04Employment implements java.io.Serializable {
*/
public List getRealmCode() {
if (realmCode == null) {
- realmCode = new ArrayList();
+ realmCode = new ArrayList<>();
}
return realmCode;
}
/**
* Set a value to attribute realmCode.
- * @param realmCode.
- */
+ */
public void setRealmCode(List realmCode) {
this.realmCode = realmCode;
}
@@ -146,8 +147,7 @@ public net.ihe.gazelle.hl7v3.datatypes.II getTypeId() {
/**
* Set a value to attribute typeId.
- * @param typeId.
- */
+ */
public void setTypeId(net.ihe.gazelle.hl7v3.datatypes.II typeId) {
this.typeId = typeId;
}
@@ -161,15 +161,14 @@ public void setTypeId(net.ihe.gazelle.hl7v3.datatypes.II typeId) {
*/
public List getTemplateId() {
if (templateId == null) {
- templateId = new ArrayList();
+ templateId = new ArrayList<>();
}
return templateId;
}
/**
* Set a value to attribute templateId.
- * @param templateId.
- */
+ */
public void setTemplateId(List templateId) {
this.templateId = templateId;
}
@@ -198,15 +197,14 @@ public void removeTemplateId(net.ihe.gazelle.hl7v3.datatypes.II templateId_elt)
*/
public List getId() {
if (id == null) {
- id = new ArrayList();
+ id = new ArrayList<>();
}
return id;
}
/**
* Set a value to attribute id.
- * @param id.
- */
+ */
public void setId(List id) {
this.id = id;
}
@@ -235,15 +233,14 @@ public void removeId(net.ihe.gazelle.hl7v3.datatypes.II id_elt) {
*/
public List getAddr() {
if (addr == null) {
- addr = new ArrayList();
+ addr = new ArrayList<>();
}
return addr;
}
/**
* Set a value to attribute addr.
- * @param addr.
- */
+ */
public void setAddr(List addr) {
this.addr = addr;
}
@@ -272,15 +269,14 @@ public void removeAddr(net.ihe.gazelle.hl7v3.datatypes.AD addr_elt) {
*/
public List getTelecom() {
if (telecom == null) {
- telecom = new ArrayList();
+ telecom = new ArrayList<>();
}
return telecom;
}
/**
* Set a value to attribute telecom.
- * @param telecom.
- */
+ */
public void setTelecom(List telecom) {
this.telecom = telecom;
}
@@ -313,8 +309,7 @@ public net.ihe.gazelle.hl7v3.datatypes.CS getStatusCode() {
/**
* Set a value to attribute statusCode.
- * @param statusCode.
- */
+ */
public void setStatusCode(net.ihe.gazelle.hl7v3.datatypes.CS statusCode) {
this.statusCode = statusCode;
}
@@ -332,8 +327,7 @@ public net.ihe.gazelle.hl7v3.datatypes.IVLTS getEffectiveTime() {
/**
* Set a value to attribute effectiveTime.
- * @param effectiveTime.
- */
+ */
public void setEffectiveTime(net.ihe.gazelle.hl7v3.datatypes.IVLTS effectiveTime) {
this.effectiveTime = effectiveTime;
}
@@ -351,8 +345,7 @@ public net.ihe.gazelle.hl7v3.datatypes.CE getJobCode() {
/**
* Set a value to attribute jobCode.
- * @param jobCode.
- */
+ */
public void setJobCode(net.ihe.gazelle.hl7v3.datatypes.CE jobCode) {
this.jobCode = jobCode;
}
@@ -370,8 +363,7 @@ public net.ihe.gazelle.hl7v3.datatypes.SC getJobTitleName() {
/**
* Set a value to attribute jobTitleName.
- * @param jobTitleName.
- */
+ */
public void setJobTitleName(net.ihe.gazelle.hl7v3.datatypes.SC jobTitleName) {
this.jobTitleName = jobTitleName;
}
@@ -389,8 +381,7 @@ public net.ihe.gazelle.hl7v3.datatypes.CE getJobClassCode() {
/**
* Set a value to attribute jobClassCode.
- * @param jobClassCode.
- */
+ */
public void setJobClassCode(net.ihe.gazelle.hl7v3.datatypes.CE jobClassCode) {
this.jobClassCode = jobClassCode;
}
@@ -408,8 +399,7 @@ public net.ihe.gazelle.hl7v3.coctmt150000UV02.COCTMT150000UV02Organization getEm
/**
* Set a value to attribute employerOrganization.
- * @param employerOrganization.
- */
+ */
public void setEmployerOrganization(net.ihe.gazelle.hl7v3.coctmt150000UV02.COCTMT150000UV02Organization employerOrganization) {
this.employerOrganization = employerOrganization;
}
@@ -427,8 +417,7 @@ public net.ihe.gazelle.hl7v3.voc.RoleClassEmployee getClassCode() {
/**
* Set a value to attribute classCode.
- * @param classCode.
- */
+ */
public void setClassCode(net.ihe.gazelle.hl7v3.voc.RoleClassEmployee classCode) {
this.classCode = classCode;
}
@@ -446,8 +435,7 @@ public Boolean getNegationInd() {
/**
* Set a value to attribute negationInd.
- * @param negationInd.
- */
+ */
public void setNegationInd(Boolean negationInd) {
this.negationInd = negationInd;
}
@@ -473,8 +461,7 @@ public net.ihe.gazelle.hl7v3.voc.NullFlavor getNullFlavor() {
/**
* Set a value to attribute nullFlavor.
- * @param nullFlavor.
- */
+ */
public void setNullFlavor(net.ihe.gazelle.hl7v3.voc.NullFlavor nullFlavor) {
this.nullFlavor = nullFlavor;
}
@@ -493,7 +480,7 @@ public Node get_xmlNodePresentation() {
try {
db = dbf.newDocumentBuilder();
doc = db.newDocument();
- } catch (ParserConfigurationException e1) {}
+ } catch (ParserConfigurationException ignored) {}
try {
jc = JAXBContext.newInstance("net.ihe.gazelle.hl7v3.coctmt030000UV04");
Marshaller m = jc.createMarshaller();
@@ -504,7 +491,7 @@ public Node get_xmlNodePresentation() {
db = dbf.newDocumentBuilder();
_xmlNodePresentation = db.newDocument();
}
- catch(Exception ee){}
+ catch(Exception ignored){}
}
}
return _xmlNodePresentation;
diff --git a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Entity.java b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Entity.java
index 71e359f516..b805acbc52 100644
--- a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Entity.java
+++ b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Entity.java
@@ -1,11 +1,12 @@
/**
* COCTMT030000UV04Entity.java
- *
+ *
* File generated from the coctmt030000UV04::COCTMT030000UV04Entity uml Class
* Generated by IHE - europe, gazelle team
*/
package net.ihe.gazelle.hl7v3.coctmt030000UV04;
+import java.io.Serial;
import java.util.ArrayList;
import java.util.List;
@@ -55,7 +56,8 @@ public class COCTMT030000UV04Entity implements java.io.Serializable {
/**
*
*/
- private static final long serialVersionUID = 1L;
+ @Serial
+ private static final long serialVersionUID = 1L;
@XmlElement(name = "realmCode", namespace = "urn:hl7-org:v3")
@@ -96,15 +98,14 @@ public class COCTMT030000UV04Entity implements java.io.Serializable {
*/
public List getRealmCode() {
if (realmCode == null) {
- realmCode = new ArrayList();
+ realmCode = new ArrayList<>();
}
return realmCode;
}
/**
* Set a value to attribute realmCode.
- * @param realmCode.
- */
+ */
public void setRealmCode(List realmCode) {
this.realmCode = realmCode;
}
@@ -137,8 +138,7 @@ public net.ihe.gazelle.hl7v3.datatypes.II getTypeId() {
/**
* Set a value to attribute typeId.
- * @param typeId.
- */
+ */
public void setTypeId(net.ihe.gazelle.hl7v3.datatypes.II typeId) {
this.typeId = typeId;
}
@@ -152,15 +152,14 @@ public void setTypeId(net.ihe.gazelle.hl7v3.datatypes.II typeId) {
*/
public List getTemplateId() {
if (templateId == null) {
- templateId = new ArrayList();
+ templateId = new ArrayList<>();
}
return templateId;
}
/**
* Set a value to attribute templateId.
- * @param templateId.
- */
+ */
public void setTemplateId(List templateId) {
this.templateId = templateId;
}
@@ -189,15 +188,14 @@ public void removeTemplateId(net.ihe.gazelle.hl7v3.datatypes.II templateId_elt)
*/
public List getId() {
if (id == null) {
- id = new ArrayList();
+ id = new ArrayList<>();
}
return id;
}
/**
* Set a value to attribute id.
- * @param id.
- */
+ */
public void setId(List id) {
this.id = id;
}
@@ -230,8 +228,7 @@ public net.ihe.gazelle.hl7v3.datatypes.INT getQuantity() {
/**
* Set a value to attribute quantity.
- * @param quantity.
- */
+ */
public void setQuantity(net.ihe.gazelle.hl7v3.datatypes.INT quantity) {
this.quantity = quantity;
}
@@ -245,15 +242,14 @@ public void setQuantity(net.ihe.gazelle.hl7v3.datatypes.INT quantity) {
*/
public List getName() {
if (name == null) {
- name = new ArrayList();
+ name = new ArrayList<>();
}
return name;
}
/**
* Set a value to attribute name.
- * @param name.
- */
+ */
public void setName(List name) {
this.name = name;
}
@@ -286,8 +282,7 @@ public net.ihe.gazelle.hl7v3.datatypes.ED getDesc() {
/**
* Set a value to attribute desc.
- * @param desc.
- */
+ */
public void setDesc(net.ihe.gazelle.hl7v3.datatypes.ED desc) {
this.desc = desc;
}
@@ -305,8 +300,7 @@ public net.ihe.gazelle.hl7v3.datatypes.CS getStatusCode() {
/**
* Set a value to attribute statusCode.
- * @param statusCode.
- */
+ */
public void setStatusCode(net.ihe.gazelle.hl7v3.datatypes.CS statusCode) {
this.statusCode = statusCode;
}
@@ -324,8 +318,7 @@ public net.ihe.gazelle.hl7v3.datatypes.IVLTS getExistenceTime() {
/**
* Set a value to attribute existenceTime.
- * @param existenceTime.
- */
+ */
public void setExistenceTime(net.ihe.gazelle.hl7v3.datatypes.IVLTS existenceTime) {
this.existenceTime = existenceTime;
}
@@ -343,8 +336,7 @@ public net.ihe.gazelle.hl7v3.voc.EntityClassRoot getClassCode() {
/**
* Set a value to attribute classCode.
- * @param classCode.
- */
+ */
public void setClassCode(net.ihe.gazelle.hl7v3.voc.EntityClassRoot classCode) {
this.classCode = classCode;
}
@@ -362,8 +354,7 @@ public net.ihe.gazelle.hl7v3.voc.EntityDeterminer getDeterminerCode() {
/**
* Set a value to attribute determinerCode.
- * @param determinerCode.
- */
+ */
public void setDeterminerCode(net.ihe.gazelle.hl7v3.voc.EntityDeterminer determinerCode) {
this.determinerCode = determinerCode;
}
@@ -381,8 +372,7 @@ public net.ihe.gazelle.hl7v3.voc.NullFlavor getNullFlavor() {
/**
* Set a value to attribute nullFlavor.
- * @param nullFlavor.
- */
+ */
public void setNullFlavor(net.ihe.gazelle.hl7v3.voc.NullFlavor nullFlavor) {
this.nullFlavor = nullFlavor;
}
@@ -401,7 +391,7 @@ public Node get_xmlNodePresentation() {
try {
db = dbf.newDocumentBuilder();
doc = db.newDocument();
- } catch (ParserConfigurationException e1) {}
+ } catch (ParserConfigurationException ignored) {}
try {
jc = JAXBContext.newInstance("net.ihe.gazelle.hl7v3.coctmt030000UV04");
Marshaller m = jc.createMarshaller();
@@ -412,7 +402,7 @@ public Node get_xmlNodePresentation() {
db = dbf.newDocumentBuilder();
_xmlNodePresentation = db.newDocument();
}
- catch(Exception ee){}
+ catch(Exception ignored){}
}
}
return _xmlNodePresentation;
diff --git a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Guarantor.java b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Guarantor.java
index 377952f4e9..52d6393823 100644
--- a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Guarantor.java
+++ b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Guarantor.java
@@ -1,11 +1,12 @@
/**
* COCTMT030000UV04Guarantor.java
- *
+ *
* File generated from the coctmt030000UV04::COCTMT030000UV04Guarantor uml Class
* Generated by IHE - europe, gazelle team
*/
package net.ihe.gazelle.hl7v3.coctmt030000UV04;
+import java.io.Serial;
import java.util.ArrayList;
import java.util.List;
@@ -55,7 +56,8 @@ public class COCTMT030000UV04Guarantor implements java.io.Serializable {
/**
*
*/
- private static final long serialVersionUID = 1L;
+ @Serial
+ private static final long serialVersionUID = 1L;
@XmlElement(name = "realmCode", namespace = "urn:hl7-org:v3")
@@ -96,15 +98,14 @@ public class COCTMT030000UV04Guarantor implements java.io.Serializable {
*/
public List getRealmCode() {
if (realmCode == null) {
- realmCode = new ArrayList();
+ realmCode = new ArrayList<>();
}
return realmCode;
}
/**
* Set a value to attribute realmCode.
- * @param realmCode.
- */
+ */
public void setRealmCode(List realmCode) {
this.realmCode = realmCode;
}
@@ -137,8 +138,7 @@ public net.ihe.gazelle.hl7v3.datatypes.II getTypeId() {
/**
* Set a value to attribute typeId.
- * @param typeId.
- */
+ */
public void setTypeId(net.ihe.gazelle.hl7v3.datatypes.II typeId) {
this.typeId = typeId;
}
@@ -152,15 +152,14 @@ public void setTypeId(net.ihe.gazelle.hl7v3.datatypes.II typeId) {
*/
public List getTemplateId() {
if (templateId == null) {
- templateId = new ArrayList();
+ templateId = new ArrayList<>();
}
return templateId;
}
/**
* Set a value to attribute templateId.
- * @param templateId.
- */
+ */
public void setTemplateId(List templateId) {
this.templateId = templateId;
}
@@ -189,15 +188,14 @@ public void removeTemplateId(net.ihe.gazelle.hl7v3.datatypes.II templateId_elt)
*/
public List getId() {
if (id == null) {
- id = new ArrayList();
+ id = new ArrayList<>();
}
return id;
}
/**
* Set a value to attribute id.
- * @param id.
- */
+ */
public void setId(List id) {
this.id = id;
}
@@ -226,15 +224,14 @@ public void removeId(net.ihe.gazelle.hl7v3.datatypes.II id_elt) {
*/
public List getAddr() {
if (addr == null) {
- addr = new ArrayList();
+ addr = new ArrayList<>();
}
return addr;
}
/**
* Set a value to attribute addr.
- * @param addr.
- */
+ */
public void setAddr(List addr) {
this.addr = addr;
}
@@ -263,15 +260,14 @@ public void removeAddr(net.ihe.gazelle.hl7v3.datatypes.AD addr_elt) {
*/
public List getTelecom() {
if (telecom == null) {
- telecom = new ArrayList();
+ telecom = new ArrayList<>();
}
return telecom;
}
/**
* Set a value to attribute telecom.
- * @param telecom.
- */
+ */
public void setTelecom(List telecom) {
this.telecom = telecom;
}
@@ -304,8 +300,7 @@ public net.ihe.gazelle.hl7v3.datatypes.CS getStatusCode() {
/**
* Set a value to attribute statusCode.
- * @param statusCode.
- */
+ */
public void setStatusCode(net.ihe.gazelle.hl7v3.datatypes.CS statusCode) {
this.statusCode = statusCode;
}
@@ -323,8 +318,7 @@ public net.ihe.gazelle.hl7v3.datatypes.IVLTS getEffectiveTime() {
/**
* Set a value to attribute effectiveTime.
- * @param effectiveTime.
- */
+ */
public void setEffectiveTime(net.ihe.gazelle.hl7v3.datatypes.IVLTS effectiveTime) {
this.effectiveTime = effectiveTime;
}
@@ -342,8 +336,7 @@ public net.ihe.gazelle.hl7v3.coctmt030202UV01.COCTMT030202UV01Person getGuaranto
/**
* Set a value to attribute guarantorPerson.
- * @param guarantorPerson.
- */
+ */
public void setGuarantorPerson(net.ihe.gazelle.hl7v3.coctmt030202UV01.COCTMT030202UV01Person guarantorPerson) {
this.guarantorPerson = guarantorPerson;
}
@@ -361,8 +354,7 @@ public net.ihe.gazelle.hl7v3.coctmt150002UV01.COCTMT150002UV01Organization getGu
/**
* Set a value to attribute guarantorOrganization.
- * @param guarantorOrganization.
- */
+ */
public void setGuarantorOrganization(net.ihe.gazelle.hl7v3.coctmt150002UV01.COCTMT150002UV01Organization guarantorOrganization) {
this.guarantorOrganization = guarantorOrganization;
}
@@ -380,8 +372,7 @@ public java.lang.String getClassCode() {
/**
* Set a value to attribute classCode.
- * @param classCode.
- */
+ */
public void setClassCode(java.lang.String classCode) {
this.classCode = classCode;
}
@@ -399,8 +390,7 @@ public net.ihe.gazelle.hl7v3.voc.NullFlavor getNullFlavor() {
/**
* Set a value to attribute nullFlavor.
- * @param nullFlavor.
- */
+ */
public void setNullFlavor(net.ihe.gazelle.hl7v3.voc.NullFlavor nullFlavor) {
this.nullFlavor = nullFlavor;
}
@@ -419,7 +409,7 @@ public Node get_xmlNodePresentation() {
try {
db = dbf.newDocumentBuilder();
doc = db.newDocument();
- } catch (ParserConfigurationException e1) {}
+ } catch (ParserConfigurationException ignored) {}
try {
jc = JAXBContext.newInstance("net.ihe.gazelle.hl7v3.coctmt030000UV04");
Marshaller m = jc.createMarshaller();
@@ -430,7 +420,7 @@ public Node get_xmlNodePresentation() {
db = dbf.newDocumentBuilder();
_xmlNodePresentation = db.newDocument();
}
- catch(Exception ee){}
+ catch(Exception ignored){}
}
}
return _xmlNodePresentation;
diff --git a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Guardian.java b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Guardian.java
index 8815a6d0fc..ea5a437a15 100644
--- a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Guardian.java
+++ b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Guardian.java
@@ -1,11 +1,12 @@
/**
* COCTMT030000UV04Guardian.java
- *
+ *
* File generated from the coctmt030000UV04::COCTMT030000UV04Guardian uml Class
* Generated by IHE - europe, gazelle team
*/
package net.ihe.gazelle.hl7v3.coctmt030000UV04;
+import java.io.Serial;
import java.util.ArrayList;
import java.util.List;
@@ -56,7 +57,8 @@ public class COCTMT030000UV04Guardian implements java.io.Serializable {
/**
*
*/
- private static final long serialVersionUID = 1L;
+ @Serial
+ private static final long serialVersionUID = 1L;
@XmlElement(name = "realmCode", namespace = "urn:hl7-org:v3")
@@ -99,15 +101,14 @@ public class COCTMT030000UV04Guardian implements java.io.Serializable {
*/
public List getRealmCode() {
if (realmCode == null) {
- realmCode = new ArrayList();
+ realmCode = new ArrayList<>();
}
return realmCode;
}
/**
* Set a value to attribute realmCode.
- * @param realmCode.
- */
+ */
public void setRealmCode(List realmCode) {
this.realmCode = realmCode;
}
@@ -140,8 +141,7 @@ public net.ihe.gazelle.hl7v3.datatypes.II getTypeId() {
/**
* Set a value to attribute typeId.
- * @param typeId.
- */
+ */
public void setTypeId(net.ihe.gazelle.hl7v3.datatypes.II typeId) {
this.typeId = typeId;
}
@@ -155,15 +155,14 @@ public void setTypeId(net.ihe.gazelle.hl7v3.datatypes.II typeId) {
*/
public List getTemplateId() {
if (templateId == null) {
- templateId = new ArrayList();
+ templateId = new ArrayList<>();
}
return templateId;
}
/**
* Set a value to attribute templateId.
- * @param templateId.
- */
+ */
public void setTemplateId(List templateId) {
this.templateId = templateId;
}
@@ -192,15 +191,14 @@ public void removeTemplateId(net.ihe.gazelle.hl7v3.datatypes.II templateId_elt)
*/
public List getId() {
if (id == null) {
- id = new ArrayList();
+ id = new ArrayList<>();
}
return id;
}
/**
* Set a value to attribute id.
- * @param id.
- */
+ */
public void setId(List id) {
this.id = id;
}
@@ -229,15 +227,14 @@ public void removeId(net.ihe.gazelle.hl7v3.datatypes.II id_elt) {
*/
public List getAddr() {
if (addr == null) {
- addr = new ArrayList();
+ addr = new ArrayList<>();
}
return addr;
}
/**
* Set a value to attribute addr.
- * @param addr.
- */
+ */
public void setAddr(List addr) {
this.addr = addr;
}
@@ -266,15 +263,14 @@ public void removeAddr(net.ihe.gazelle.hl7v3.datatypes.AD addr_elt) {
*/
public List getTelecom() {
if (telecom == null) {
- telecom = new ArrayList();
+ telecom = new ArrayList<>();
}
return telecom;
}
/**
* Set a value to attribute telecom.
- * @param telecom.
- */
+ */
public void setTelecom(List telecom) {
this.telecom = telecom;
}
@@ -307,8 +303,7 @@ public net.ihe.gazelle.hl7v3.datatypes.CS getStatusCode() {
/**
* Set a value to attribute statusCode.
- * @param statusCode.
- */
+ */
public void setStatusCode(net.ihe.gazelle.hl7v3.datatypes.CS statusCode) {
this.statusCode = statusCode;
}
@@ -326,8 +321,7 @@ public net.ihe.gazelle.hl7v3.datatypes.IVLTS getEffectiveTime() {
/**
* Set a value to attribute effectiveTime.
- * @param effectiveTime.
- */
+ */
public void setEffectiveTime(net.ihe.gazelle.hl7v3.datatypes.IVLTS effectiveTime) {
this.effectiveTime = effectiveTime;
}
@@ -345,8 +339,7 @@ public net.ihe.gazelle.hl7v3.datatypes.ED getCertificateText() {
/**
* Set a value to attribute certificateText.
- * @param certificateText.
- */
+ */
public void setCertificateText(net.ihe.gazelle.hl7v3.datatypes.ED certificateText) {
this.certificateText = certificateText;
}
@@ -364,8 +357,7 @@ public net.ihe.gazelle.hl7v3.coctmt030202UV01.COCTMT030202UV01Person getGuardian
/**
* Set a value to attribute guardianPerson.
- * @param guardianPerson.
- */
+ */
public void setGuardianPerson(net.ihe.gazelle.hl7v3.coctmt030202UV01.COCTMT030202UV01Person guardianPerson) {
this.guardianPerson = guardianPerson;
}
@@ -383,8 +375,7 @@ public net.ihe.gazelle.hl7v3.coctmt150002UV01.COCTMT150002UV01Organization getGu
/**
* Set a value to attribute guardianOrganization.
- * @param guardianOrganization.
- */
+ */
public void setGuardianOrganization(net.ihe.gazelle.hl7v3.coctmt150002UV01.COCTMT150002UV01Organization guardianOrganization) {
this.guardianOrganization = guardianOrganization;
}
@@ -402,8 +393,7 @@ public java.lang.String getClassCode() {
/**
* Set a value to attribute classCode.
- * @param classCode.
- */
+ */
public void setClassCode(java.lang.String classCode) {
this.classCode = classCode;
}
@@ -421,8 +411,7 @@ public net.ihe.gazelle.hl7v3.voc.NullFlavor getNullFlavor() {
/**
* Set a value to attribute nullFlavor.
- * @param nullFlavor.
- */
+ */
public void setNullFlavor(net.ihe.gazelle.hl7v3.voc.NullFlavor nullFlavor) {
this.nullFlavor = nullFlavor;
}
@@ -441,7 +430,7 @@ public Node get_xmlNodePresentation() {
try {
db = dbf.newDocumentBuilder();
doc = db.newDocument();
- } catch (ParserConfigurationException e1) {}
+ } catch (ParserConfigurationException ignored) {}
try {
jc = JAXBContext.newInstance("net.ihe.gazelle.hl7v3.coctmt030000UV04");
Marshaller m = jc.createMarshaller();
@@ -452,7 +441,7 @@ public Node get_xmlNodePresentation() {
db = dbf.newDocumentBuilder();
_xmlNodePresentation = db.newDocument();
}
- catch(Exception ee){}
+ catch(Exception ignored){}
}
}
return _xmlNodePresentation;
diff --git a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04LanguageCommunication.java b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04LanguageCommunication.java
index 01a891a9a7..fe159b115c 100644
--- a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04LanguageCommunication.java
+++ b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04LanguageCommunication.java
@@ -1,11 +1,12 @@
/**
* COCTMT030000UV04LanguageCommunication.java
- *
+ *
* File generated from the coctmt030000UV04::COCTMT030000UV04LanguageCommunication uml Class
* Generated by IHE - europe, gazelle team
*/
package net.ihe.gazelle.hl7v3.coctmt030000UV04;
+import java.io.Serial;
import java.util.ArrayList;
import java.util.List;
@@ -51,7 +52,8 @@ public class COCTMT030000UV04LanguageCommunication implements java.io.Serializab
/**
*
*/
- private static final long serialVersionUID = 1L;
+ @Serial
+ private static final long serialVersionUID = 1L;
@XmlElement(name = "realmCode", namespace = "urn:hl7-org:v3")
@@ -84,15 +86,14 @@ public class COCTMT030000UV04LanguageCommunication implements java.io.Serializab
*/
public List getRealmCode() {
if (realmCode == null) {
- realmCode = new ArrayList();
+ realmCode = new ArrayList<>();
}
return realmCode;
}
/**
* Set a value to attribute realmCode.
- * @param realmCode.
- */
+ */
public void setRealmCode(List realmCode) {
this.realmCode = realmCode;
}
@@ -125,8 +126,7 @@ public net.ihe.gazelle.hl7v3.datatypes.II getTypeId() {
/**
* Set a value to attribute typeId.
- * @param typeId.
- */
+ */
public void setTypeId(net.ihe.gazelle.hl7v3.datatypes.II typeId) {
this.typeId = typeId;
}
@@ -140,15 +140,14 @@ public void setTypeId(net.ihe.gazelle.hl7v3.datatypes.II typeId) {
*/
public List getTemplateId() {
if (templateId == null) {
- templateId = new ArrayList();
+ templateId = new ArrayList<>();
}
return templateId;
}
/**
* Set a value to attribute templateId.
- * @param templateId.
- */
+ */
public void setTemplateId(List templateId) {
this.templateId = templateId;
}
@@ -181,8 +180,7 @@ public net.ihe.gazelle.hl7v3.datatypes.CE getLanguageCode() {
/**
* Set a value to attribute languageCode.
- * @param languageCode.
- */
+ */
public void setLanguageCode(net.ihe.gazelle.hl7v3.datatypes.CE languageCode) {
this.languageCode = languageCode;
}
@@ -200,8 +198,7 @@ public net.ihe.gazelle.hl7v3.datatypes.CE getModeCode() {
/**
* Set a value to attribute modeCode.
- * @param modeCode.
- */
+ */
public void setModeCode(net.ihe.gazelle.hl7v3.datatypes.CE modeCode) {
this.modeCode = modeCode;
}
@@ -219,8 +216,7 @@ public net.ihe.gazelle.hl7v3.datatypes.CE getProficiencyLevelCode() {
/**
* Set a value to attribute proficiencyLevelCode.
- * @param proficiencyLevelCode.
- */
+ */
public void setProficiencyLevelCode(net.ihe.gazelle.hl7v3.datatypes.CE proficiencyLevelCode) {
this.proficiencyLevelCode = proficiencyLevelCode;
}
@@ -238,8 +234,7 @@ public net.ihe.gazelle.hl7v3.datatypes.BL getPreferenceInd() {
/**
* Set a value to attribute preferenceInd.
- * @param preferenceInd.
- */
+ */
public void setPreferenceInd(net.ihe.gazelle.hl7v3.datatypes.BL preferenceInd) {
this.preferenceInd = preferenceInd;
}
@@ -257,8 +252,7 @@ public net.ihe.gazelle.hl7v3.voc.NullFlavor getNullFlavor() {
/**
* Set a value to attribute nullFlavor.
- * @param nullFlavor.
- */
+ */
public void setNullFlavor(net.ihe.gazelle.hl7v3.voc.NullFlavor nullFlavor) {
this.nullFlavor = nullFlavor;
}
@@ -277,7 +271,7 @@ public Node get_xmlNodePresentation() {
try {
db = dbf.newDocumentBuilder();
doc = db.newDocument();
- } catch (ParserConfigurationException e1) {}
+ } catch (ParserConfigurationException ignored) {}
try {
jc = JAXBContext.newInstance("net.ihe.gazelle.hl7v3.coctmt030000UV04");
Marshaller m = jc.createMarshaller();
@@ -288,7 +282,7 @@ public Node get_xmlNodePresentation() {
db = dbf.newDocumentBuilder();
_xmlNodePresentation = db.newDocument();
}
- catch(Exception ee){}
+ catch(Exception ignored){}
}
}
return _xmlNodePresentation;
diff --git a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Member.java b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Member.java
index 5e5a654563..feca76a16d 100644
--- a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Member.java
+++ b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Member.java
@@ -1,11 +1,12 @@
/**
* COCTMT030000UV04Member.java
- *
+ *
* File generated from the coctmt030000UV04::COCTMT030000UV04Member uml Class
* Generated by IHE - europe, gazelle team
*/
package net.ihe.gazelle.hl7v3.coctmt030000UV04;
+import java.io.Serial;
import java.util.ArrayList;
import java.util.List;
@@ -53,7 +54,8 @@ public class COCTMT030000UV04Member implements java.io.Serializable {
/**
*
*/
- private static final long serialVersionUID = 1L;
+ @Serial
+ private static final long serialVersionUID = 1L;
@XmlElement(name = "realmCode", namespace = "urn:hl7-org:v3")
@@ -90,15 +92,14 @@ public class COCTMT030000UV04Member implements java.io.Serializable {
*/
public List getRealmCode() {
if (realmCode == null) {
- realmCode = new ArrayList();
+ realmCode = new ArrayList<>();
}
return realmCode;
}
/**
* Set a value to attribute realmCode.
- * @param realmCode.
- */
+ */
public void setRealmCode(List realmCode) {
this.realmCode = realmCode;
}
@@ -131,8 +132,7 @@ public net.ihe.gazelle.hl7v3.datatypes.II getTypeId() {
/**
* Set a value to attribute typeId.
- * @param typeId.
- */
+ */
public void setTypeId(net.ihe.gazelle.hl7v3.datatypes.II typeId) {
this.typeId = typeId;
}
@@ -146,15 +146,14 @@ public void setTypeId(net.ihe.gazelle.hl7v3.datatypes.II typeId) {
*/
public List getTemplateId() {
if (templateId == null) {
- templateId = new ArrayList();
+ templateId = new ArrayList<>();
}
return templateId;
}
/**
* Set a value to attribute templateId.
- * @param templateId.
- */
+ */
public void setTemplateId(List templateId) {
this.templateId = templateId;
}
@@ -183,15 +182,14 @@ public void removeTemplateId(net.ihe.gazelle.hl7v3.datatypes.II templateId_elt)
*/
public List getId() {
if (id == null) {
- id = new ArrayList();
+ id = new ArrayList<>();
}
return id;
}
/**
* Set a value to attribute id.
- * @param id.
- */
+ */
public void setId(List id) {
this.id = id;
}
@@ -224,8 +222,7 @@ public net.ihe.gazelle.hl7v3.datatypes.CE getCode() {
/**
* Set a value to attribute code.
- * @param code.
- */
+ */
public void setCode(net.ihe.gazelle.hl7v3.datatypes.CE code) {
this.code = code;
}
@@ -243,8 +240,7 @@ public net.ihe.gazelle.hl7v3.datatypes.CS getStatusCode() {
/**
* Set a value to attribute statusCode.
- * @param statusCode.
- */
+ */
public void setStatusCode(net.ihe.gazelle.hl7v3.datatypes.CS statusCode) {
this.statusCode = statusCode;
}
@@ -262,8 +258,7 @@ public net.ihe.gazelle.hl7v3.datatypes.IVLTS getEffectiveTime() {
/**
* Set a value to attribute effectiveTime.
- * @param effectiveTime.
- */
+ */
public void setEffectiveTime(net.ihe.gazelle.hl7v3.datatypes.IVLTS effectiveTime) {
this.effectiveTime = effectiveTime;
}
@@ -281,8 +276,7 @@ public net.ihe.gazelle.hl7v3.coctmt030000UV04.COCTMT030000UV04Entity getGroupEnt
/**
* Set a value to attribute groupEntity.
- * @param groupEntity.
- */
+ */
public void setGroupEntity(net.ihe.gazelle.hl7v3.coctmt030000UV04.COCTMT030000UV04Entity groupEntity) {
this.groupEntity = groupEntity;
}
@@ -300,8 +294,7 @@ public java.lang.String getClassCode() {
/**
* Set a value to attribute classCode.
- * @param classCode.
- */
+ */
public void setClassCode(java.lang.String classCode) {
this.classCode = classCode;
}
@@ -319,8 +312,7 @@ public net.ihe.gazelle.hl7v3.voc.NullFlavor getNullFlavor() {
/**
* Set a value to attribute nullFlavor.
- * @param nullFlavor.
- */
+ */
public void setNullFlavor(net.ihe.gazelle.hl7v3.voc.NullFlavor nullFlavor) {
this.nullFlavor = nullFlavor;
}
@@ -339,7 +331,7 @@ public Node get_xmlNodePresentation() {
try {
db = dbf.newDocumentBuilder();
doc = db.newDocument();
- } catch (ParserConfigurationException e1) {}
+ } catch (ParserConfigurationException ignored) {}
try {
jc = JAXBContext.newInstance("net.ihe.gazelle.hl7v3.coctmt030000UV04");
Marshaller m = jc.createMarshaller();
@@ -350,7 +342,7 @@ public Node get_xmlNodePresentation() {
db = dbf.newDocumentBuilder();
_xmlNodePresentation = db.newDocument();
}
- catch(Exception ee){}
+ catch(Exception ignored){}
}
}
return _xmlNodePresentation;
diff --git a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04NonPersonLivingSubject.java b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04NonPersonLivingSubject.java
index 02bfc293ef..e5e37ebc51 100644
--- a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04NonPersonLivingSubject.java
+++ b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04NonPersonLivingSubject.java
@@ -1,11 +1,12 @@
/**
* COCTMT030000UV04NonPersonLivingSubject.java
- *
+ *
* File generated from the coctmt030000UV04::COCTMT030000UV04NonPersonLivingSubject uml Class
* Generated by IHE - europe, gazelle team
*/
package net.ihe.gazelle.hl7v3.coctmt030000UV04;
+import java.io.Serial;
import java.util.ArrayList;
import java.util.List;
@@ -72,7 +73,8 @@ public class COCTMT030000UV04NonPersonLivingSubject implements java.io.Serializa
/**
*
*/
- private static final long serialVersionUID = 1L;
+ @Serial
+ private static final long serialVersionUID = 1L;
@XmlElement(name = "realmCode", namespace = "urn:hl7-org:v3")
@@ -147,15 +149,14 @@ public class COCTMT030000UV04NonPersonLivingSubject implements java.io.Serializa
*/
public List getRealmCode() {
if (realmCode == null) {
- realmCode = new ArrayList();
+ realmCode = new ArrayList<>();
}
return realmCode;
}
/**
* Set a value to attribute realmCode.
- * @param realmCode.
- */
+ */
public void setRealmCode(List realmCode) {
this.realmCode = realmCode;
}
@@ -188,8 +189,7 @@ public net.ihe.gazelle.hl7v3.datatypes.II getTypeId() {
/**
* Set a value to attribute typeId.
- * @param typeId.
- */
+ */
public void setTypeId(net.ihe.gazelle.hl7v3.datatypes.II typeId) {
this.typeId = typeId;
}
@@ -203,15 +203,14 @@ public void setTypeId(net.ihe.gazelle.hl7v3.datatypes.II typeId) {
*/
public List getTemplateId() {
if (templateId == null) {
- templateId = new ArrayList();
+ templateId = new ArrayList<>();
}
return templateId;
}
/**
* Set a value to attribute templateId.
- * @param templateId.
- */
+ */
public void setTemplateId(List templateId) {
this.templateId = templateId;
}
@@ -240,15 +239,14 @@ public void removeTemplateId(net.ihe.gazelle.hl7v3.datatypes.II templateId_elt)
*/
public List getId() {
if (id == null) {
- id = new ArrayList();
+ id = new ArrayList<>();
}
return id;
}
/**
* Set a value to attribute id.
- * @param id.
- */
+ */
public void setId(List id) {
this.id = id;
}
@@ -281,8 +279,7 @@ public net.ihe.gazelle.hl7v3.datatypes.INT getQuantity() {
/**
* Set a value to attribute quantity.
- * @param quantity.
- */
+ */
public void setQuantity(net.ihe.gazelle.hl7v3.datatypes.INT quantity) {
this.quantity = quantity;
}
@@ -296,15 +293,14 @@ public void setQuantity(net.ihe.gazelle.hl7v3.datatypes.INT quantity) {
*/
public List getName() {
if (name == null) {
- name = new ArrayList();
+ name = new ArrayList<>();
}
return name;
}
/**
* Set a value to attribute name.
- * @param name.
- */
+ */
public void setName(List name) {
this.name = name;
}
@@ -337,8 +333,7 @@ public net.ihe.gazelle.hl7v3.datatypes.ED getDesc() {
/**
* Set a value to attribute desc.
- * @param desc.
- */
+ */
public void setDesc(net.ihe.gazelle.hl7v3.datatypes.ED desc) {
this.desc = desc;
}
@@ -356,8 +351,7 @@ public net.ihe.gazelle.hl7v3.datatypes.CS getStatusCode() {
/**
* Set a value to attribute statusCode.
- * @param statusCode.
- */
+ */
public void setStatusCode(net.ihe.gazelle.hl7v3.datatypes.CS statusCode) {
this.statusCode = statusCode;
}
@@ -375,8 +369,7 @@ public net.ihe.gazelle.hl7v3.datatypes.IVLTS getExistenceTime() {
/**
* Set a value to attribute existenceTime.
- * @param existenceTime.
- */
+ */
public void setExistenceTime(net.ihe.gazelle.hl7v3.datatypes.IVLTS existenceTime) {
this.existenceTime = existenceTime;
}
@@ -394,8 +387,7 @@ public net.ihe.gazelle.hl7v3.datatypes.CE getRiskCode() {
/**
* Set a value to attribute riskCode.
- * @param riskCode.
- */
+ */
public void setRiskCode(net.ihe.gazelle.hl7v3.datatypes.CE riskCode) {
this.riskCode = riskCode;
}
@@ -413,8 +405,7 @@ public net.ihe.gazelle.hl7v3.datatypes.CE getHandlingCode() {
/**
* Set a value to attribute handlingCode.
- * @param handlingCode.
- */
+ */
public void setHandlingCode(net.ihe.gazelle.hl7v3.datatypes.CE handlingCode) {
this.handlingCode = handlingCode;
}
@@ -432,8 +423,7 @@ public net.ihe.gazelle.hl7v3.datatypes.CE getAdministrativeGenderCode() {
/**
* Set a value to attribute administrativeGenderCode.
- * @param administrativeGenderCode.
- */
+ */
public void setAdministrativeGenderCode(net.ihe.gazelle.hl7v3.datatypes.CE administrativeGenderCode) {
this.administrativeGenderCode = administrativeGenderCode;
}
@@ -451,8 +441,7 @@ public net.ihe.gazelle.hl7v3.datatypes.TS getBirthTime() {
/**
* Set a value to attribute birthTime.
- * @param birthTime.
- */
+ */
public void setBirthTime(net.ihe.gazelle.hl7v3.datatypes.TS birthTime) {
this.birthTime = birthTime;
}
@@ -470,8 +459,7 @@ public net.ihe.gazelle.hl7v3.datatypes.BL getDeceasedInd() {
/**
* Set a value to attribute deceasedInd.
- * @param deceasedInd.
- */
+ */
public void setDeceasedInd(net.ihe.gazelle.hl7v3.datatypes.BL deceasedInd) {
this.deceasedInd = deceasedInd;
}
@@ -489,8 +477,7 @@ public net.ihe.gazelle.hl7v3.datatypes.BL getMultipleBirthInd() {
/**
* Set a value to attribute multipleBirthInd.
- * @param multipleBirthInd.
- */
+ */
public void setMultipleBirthInd(net.ihe.gazelle.hl7v3.datatypes.BL multipleBirthInd) {
this.multipleBirthInd = multipleBirthInd;
}
@@ -508,8 +495,7 @@ public net.ihe.gazelle.hl7v3.datatypes.INT getMultipleBirthOrderNumber() {
/**
* Set a value to attribute multipleBirthOrderNumber.
- * @param multipleBirthOrderNumber.
- */
+ */
public void setMultipleBirthOrderNumber(net.ihe.gazelle.hl7v3.datatypes.INT multipleBirthOrderNumber) {
this.multipleBirthOrderNumber = multipleBirthOrderNumber;
}
@@ -527,8 +513,7 @@ public net.ihe.gazelle.hl7v3.datatypes.BL getOrganDonorInd() {
/**
* Set a value to attribute organDonorInd.
- * @param organDonorInd.
- */
+ */
public void setOrganDonorInd(net.ihe.gazelle.hl7v3.datatypes.BL organDonorInd) {
this.organDonorInd = organDonorInd;
}
@@ -546,8 +531,7 @@ public net.ihe.gazelle.hl7v3.datatypes.ED getStrainText() {
/**
* Set a value to attribute strainText.
- * @param strainText.
- */
+ */
public void setStrainText(net.ihe.gazelle.hl7v3.datatypes.ED strainText) {
this.strainText = strainText;
}
@@ -565,8 +549,7 @@ public net.ihe.gazelle.hl7v3.datatypes.CE getGenderStatusCode() {
/**
* Set a value to attribute genderStatusCode.
- * @param genderStatusCode.
- */
+ */
public void setGenderStatusCode(net.ihe.gazelle.hl7v3.datatypes.CE genderStatusCode) {
this.genderStatusCode = genderStatusCode;
}
@@ -580,15 +563,14 @@ public void setGenderStatusCode(net.ihe.gazelle.hl7v3.datatypes.CE genderStatusC
*/
public List getAsMember() {
if (asMember == null) {
- asMember = new ArrayList();
+ asMember = new ArrayList<>();
}
return asMember;
}
/**
* Set a value to attribute asMember.
- * @param asMember.
- */
+ */
public void setAsMember(List asMember) {
this.asMember = asMember;
}
@@ -617,15 +599,14 @@ public void removeAsMember(net.ihe.gazelle.hl7v3.coctmt030000UV04.COCTMT030000UV
*/
public List getAsOtherIDs() {
if (asOtherIDs == null) {
- asOtherIDs = new ArrayList();
+ asOtherIDs = new ArrayList<>();
}
return asOtherIDs;
}
/**
* Set a value to attribute asOtherIDs.
- * @param asOtherIDs.
- */
+ */
public void setAsOtherIDs(List asOtherIDs) {
this.asOtherIDs = asOtherIDs;
}
@@ -658,8 +639,7 @@ public net.ihe.gazelle.hl7v3.coctmt500000UV04.COCTMT500000UV04CoveredParty getAs
/**
* Set a value to attribute asCoveredParty.
- * @param asCoveredParty.
- */
+ */
public void setAsCoveredParty(net.ihe.gazelle.hl7v3.coctmt500000UV04.COCTMT500000UV04CoveredParty asCoveredParty) {
this.asCoveredParty = asCoveredParty;
}
@@ -673,15 +653,14 @@ public void setAsCoveredParty(net.ihe.gazelle.hl7v3.coctmt500000UV04.COCTMT50000
*/
public List getContactParty() {
if (contactParty == null) {
- contactParty = new ArrayList();
+ contactParty = new ArrayList<>();
}
return contactParty;
}
/**
* Set a value to attribute contactParty.
- * @param contactParty.
- */
+ */
public void setContactParty(List contactParty) {
this.contactParty = contactParty;
}
@@ -710,15 +689,14 @@ public void removeContactParty(net.ihe.gazelle.hl7v3.coctmt030000UV04.COCTMT0300
*/
public List getGuardian() {
if (guardian == null) {
- guardian = new ArrayList();
+ guardian = new ArrayList<>();
}
return guardian;
}
/**
* Set a value to attribute guardian.
- * @param guardian.
- */
+ */
public void setGuardian(List guardian) {
this.guardian = guardian;
}
@@ -747,15 +725,14 @@ public void removeGuardian(net.ihe.gazelle.hl7v3.coctmt030000UV04.COCTMT030000UV
*/
public List getGuarantor() {
if (guarantor == null) {
- guarantor = new ArrayList();
+ guarantor = new ArrayList<>();
}
return guarantor;
}
/**
* Set a value to attribute guarantor.
- * @param guarantor.
- */
+ */
public void setGuarantor(List guarantor) {
this.guarantor = guarantor;
}
@@ -788,8 +765,7 @@ public net.ihe.gazelle.hl7v3.coctmt030000UV04.COCTMT030000UV04BirthPlace getBirt
/**
* Set a value to attribute birthPlace.
- * @param birthPlace.
- */
+ */
public void setBirthPlace(net.ihe.gazelle.hl7v3.coctmt030000UV04.COCTMT030000UV04BirthPlace birthPlace) {
this.birthPlace = birthPlace;
}
@@ -807,8 +783,7 @@ public net.ihe.gazelle.hl7v3.voc.EntityClassNonPersonLivingSubject getClassCode(
/**
* Set a value to attribute classCode.
- * @param classCode.
- */
+ */
public void setClassCode(net.ihe.gazelle.hl7v3.voc.EntityClassNonPersonLivingSubject classCode) {
this.classCode = classCode;
}
@@ -826,8 +801,7 @@ public net.ihe.gazelle.hl7v3.voc.XDeterminerInstanceKind getDeterminerCode() {
/**
* Set a value to attribute determinerCode.
- * @param determinerCode.
- */
+ */
public void setDeterminerCode(net.ihe.gazelle.hl7v3.voc.XDeterminerInstanceKind determinerCode) {
this.determinerCode = determinerCode;
}
@@ -845,8 +819,7 @@ public net.ihe.gazelle.hl7v3.voc.NullFlavor getNullFlavor() {
/**
* Set a value to attribute nullFlavor.
- * @param nullFlavor.
- */
+ */
public void setNullFlavor(net.ihe.gazelle.hl7v3.voc.NullFlavor nullFlavor) {
this.nullFlavor = nullFlavor;
}
@@ -865,7 +838,7 @@ public Node get_xmlNodePresentation() {
try {
db = dbf.newDocumentBuilder();
doc = db.newDocument();
- } catch (ParserConfigurationException e1) {}
+ } catch (ParserConfigurationException ignored) {}
try {
jc = JAXBContext.newInstance("net.ihe.gazelle.hl7v3.coctmt030000UV04");
Marshaller m = jc.createMarshaller();
@@ -876,7 +849,7 @@ public Node get_xmlNodePresentation() {
db = dbf.newDocumentBuilder();
_xmlNodePresentation = db.newDocument();
}
- catch(Exception ee){}
+ catch(Exception ignored){}
}
}
return _xmlNodePresentation;
diff --git a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04OtherIDs.java b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04OtherIDs.java
index 16afabae18..0668388474 100644
--- a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04OtherIDs.java
+++ b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04OtherIDs.java
@@ -1,11 +1,12 @@
/**
* COCTMT030000UV04OtherIDs.java
- *
+ *
* File generated from the coctmt030000UV04::COCTMT030000UV04OtherIDs uml Class
* Generated by IHE - europe, gazelle team
*/
package net.ihe.gazelle.hl7v3.coctmt030000UV04;
+import java.io.Serial;
import java.util.ArrayList;
import java.util.List;
@@ -50,7 +51,8 @@ public class COCTMT030000UV04OtherIDs implements java.io.Serializable {
/**
*
*/
- private static final long serialVersionUID = 1L;
+ @Serial
+ private static final long serialVersionUID = 1L;
@XmlElement(name = "realmCode", namespace = "urn:hl7-org:v3")
@@ -81,15 +83,14 @@ public class COCTMT030000UV04OtherIDs implements java.io.Serializable {
*/
public List getRealmCode() {
if (realmCode == null) {
- realmCode = new ArrayList();
+ realmCode = new ArrayList<>();
}
return realmCode;
}
/**
* Set a value to attribute realmCode.
- * @param realmCode.
- */
+ */
public void setRealmCode(List realmCode) {
this.realmCode = realmCode;
}
@@ -122,8 +123,7 @@ public net.ihe.gazelle.hl7v3.datatypes.II getTypeId() {
/**
* Set a value to attribute typeId.
- * @param typeId.
- */
+ */
public void setTypeId(net.ihe.gazelle.hl7v3.datatypes.II typeId) {
this.typeId = typeId;
}
@@ -137,15 +137,14 @@ public void setTypeId(net.ihe.gazelle.hl7v3.datatypes.II typeId) {
*/
public List getTemplateId() {
if (templateId == null) {
- templateId = new ArrayList();
+ templateId = new ArrayList<>();
}
return templateId;
}
/**
* Set a value to attribute templateId.
- * @param templateId.
- */
+ */
public void setTemplateId(List templateId) {
this.templateId = templateId;
}
@@ -174,15 +173,14 @@ public void removeTemplateId(net.ihe.gazelle.hl7v3.datatypes.II templateId_elt)
*/
public List getId() {
if (id == null) {
- id = new ArrayList();
+ id = new ArrayList<>();
}
return id;
}
/**
* Set a value to attribute id.
- * @param id.
- */
+ */
public void setId(List id) {
this.id = id;
}
@@ -215,8 +213,7 @@ public net.ihe.gazelle.hl7v3.coctmt150000UV02.COCTMT150000UV02Organization getSc
/**
* Set a value to attribute scopingOrganization.
- * @param scopingOrganization.
- */
+ */
public void setScopingOrganization(net.ihe.gazelle.hl7v3.coctmt150000UV02.COCTMT150000UV02Organization scopingOrganization) {
this.scopingOrganization = scopingOrganization;
}
@@ -234,8 +231,7 @@ public java.lang.String getClassCode() {
/**
* Set a value to attribute classCode.
- * @param classCode.
- */
+ */
public void setClassCode(java.lang.String classCode) {
this.classCode = classCode;
}
@@ -253,8 +249,7 @@ public net.ihe.gazelle.hl7v3.voc.NullFlavor getNullFlavor() {
/**
* Set a value to attribute nullFlavor.
- * @param nullFlavor.
- */
+ */
public void setNullFlavor(net.ihe.gazelle.hl7v3.voc.NullFlavor nullFlavor) {
this.nullFlavor = nullFlavor;
}
@@ -273,7 +268,7 @@ public Node get_xmlNodePresentation() {
try {
db = dbf.newDocumentBuilder();
doc = db.newDocument();
- } catch (ParserConfigurationException e1) {}
+ } catch (ParserConfigurationException ignored) {}
try {
jc = JAXBContext.newInstance("net.ihe.gazelle.hl7v3.coctmt030000UV04");
Marshaller m = jc.createMarshaller();
@@ -284,7 +279,7 @@ public Node get_xmlNodePresentation() {
db = dbf.newDocumentBuilder();
_xmlNodePresentation = db.newDocument();
}
- catch(Exception ee){}
+ catch(Exception ignored){}
}
}
return _xmlNodePresentation;
diff --git a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Person.java b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Person.java
index f3ec7df2fb..427b825460 100644
--- a/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Person.java
+++ b/commons/ihe/hl7v3model/src/main/java/net/ihe/gazelle/hl7v3/coctmt030000UV04/COCTMT030000UV04Person.java
@@ -1,11 +1,12 @@
/**
* COCTMT030000UV04Person.java
- *
+ *
* File generated from the coctmt030000UV04::COCTMT030000UV04Person uml Class
* Generated by IHE - europe, gazelle team
*/
package net.ihe.gazelle.hl7v3.coctmt030000UV04;
+import java.io.Serial;
import java.util.ArrayList;
import java.util.List;
@@ -78,7 +79,8 @@ public class COCTMT030000UV04Person implements java.io.Serializable {
/**
*
*/
- private static final long serialVersionUID = 1L;
+ @Serial
+ private static final long serialVersionUID = 1L;
@XmlElement(name = "realmCode", namespace = "urn:hl7-org:v3")
@@ -165,15 +167,14 @@ public class COCTMT030000UV04Person implements java.io.Serializable {
*/
public List getRealmCode() {
if (realmCode == null) {
- realmCode = new ArrayList();
+ realmCode = new ArrayList<>();
}
return realmCode;
}
/**
* Set a value to attribute realmCode.
- * @param realmCode.
- */
+ */
public void setRealmCode(List realmCode) {
this.realmCode = realmCode;
}
@@ -206,8 +207,7 @@ public net.ihe.gazelle.hl7v3.datatypes.II getTypeId() {
/**
* Set a value to attribute typeId.
- * @param typeId.
- */
+ */
public void setTypeId(net.ihe.gazelle.hl7v3.datatypes.II typeId) {
this.typeId = typeId;
}
@@ -221,15 +221,14 @@ public void setTypeId(net.ihe.gazelle.hl7v3.datatypes.II typeId) {
*/
public List getTemplateId() {
if (templateId == null) {
- templateId = new ArrayList();
+ templateId = new ArrayList<>();
}
return templateId;
}
/**
* Set a value to attribute templateId.
- * @param templateId.
- */
+ */
public void setTemplateId(List templateId) {
this.templateId = templateId;
}
@@ -258,15 +257,14 @@ public void removeTemplateId(net.ihe.gazelle.hl7v3.datatypes.II templateId_elt)
*/
public List getId() {
if (id == null) {
- id = new ArrayList();
+ id = new ArrayList<>();
}
return id;
}
/**
* Set a value to attribute id.
- * @param id.
- */
+ */
public void setId(List id) {
this.id = id;
}
@@ -295,15 +293,14 @@ public void removeId(net.ihe.gazelle.hl7v3.datatypes.II id_elt) {
*/
public List getName() {
if (name == null) {
- name = new ArrayList();
+ name = new ArrayList<>();
}
return name;
}
/**
* Set a value to attribute name.
- * @param name.
- */
+ */
public void setName(List name) {
this.name = name;
}
@@ -336,8 +333,7 @@ public net.ihe.gazelle.hl7v3.datatypes.ED getDesc() {
/**
* Set a value to attribute desc.
- * @param desc.
- */
+ */
public void setDesc(net.ihe.gazelle.hl7v3.datatypes.ED desc) {
this.desc = desc;
}
@@ -355,8 +351,7 @@ public net.ihe.gazelle.hl7v3.datatypes.CS getStatusCode() {
/**
* Set a value to attribute statusCode.
- * @param statusCode.
- */
+ */
public void setStatusCode(net.ihe.gazelle.hl7v3.datatypes.CS statusCode) {
this.statusCode = statusCode;
}
@@ -374,8 +369,7 @@ public net.ihe.gazelle.hl7v3.datatypes.CE getAdministrativeGenderCode() {
/**
* Set a value to attribute administrativeGenderCode.
- * @param administrativeGenderCode.
- */
+ */
public void setAdministrativeGenderCode(net.ihe.gazelle.hl7v3.datatypes.CE administrativeGenderCode) {
this.administrativeGenderCode = administrativeGenderCode;
}
@@ -393,8 +387,7 @@ public net.ihe.gazelle.hl7v3.datatypes.TS getBirthTime() {
/**
* Set a value to attribute birthTime.
- * @param birthTime.
- */
+ */
public void setBirthTime(net.ihe.gazelle.hl7v3.datatypes.TS birthTime) {
this.birthTime = birthTime;
}
@@ -412,8 +405,7 @@ public net.ihe.gazelle.hl7v3.datatypes.BL getDeceasedInd() {
/**
* Set a value to attribute deceasedInd.
- * @param deceasedInd.
- */
+ */
public void setDeceasedInd(net.ihe.gazelle.hl7v3.datatypes.BL deceasedInd) {
this.deceasedInd = deceasedInd;
}
@@ -431,8 +423,7 @@ public net.ihe.gazelle.hl7v3.datatypes.TS getDeceasedTime() {
/**
* Set a value to attribute deceasedTime.
- * @param deceasedTime.
- */
+ */
public void setDeceasedTime(net.ihe.gazelle.hl7v3.datatypes.TS deceasedTime) {
this.deceasedTime = deceasedTime;
}
@@ -450,8 +441,7 @@ public net.ihe.gazelle.hl7v3.datatypes.BL getMultipleBirthInd() {
/**
* Set a value to attribute multipleBirthInd.
- * @param multipleBirthInd.
- */
+ */
public void setMultipleBirthInd(net.ihe.gazelle.hl7v3.datatypes.BL multipleBirthInd) {
this.multipleBirthInd = multipleBirthInd;
}
@@ -469,8 +459,7 @@ public net.ihe.gazelle.hl7v3.datatypes.INT getMultipleBirthOrderNumber() {
/**
* Set a value to attribute multipleBirthOrderNumber.
- * @param multipleBirthOrderNumber.
- */
+ */
public void setMultipleBirthOrderNumber(net.ihe.gazelle.hl7v3.datatypes.INT multipleBirthOrderNumber) {
this.multipleBirthOrderNumber = multipleBirthOrderNumber;
}
@@ -488,8 +477,7 @@ public net.ihe.gazelle.hl7v3.datatypes.BL getOrganDonorInd() {
/**
* Set a value to attribute organDonorInd.
- * @param organDonorInd.
- */
+ */
public void setOrganDonorInd(net.ihe.gazelle.hl7v3.datatypes.BL organDonorInd) {
this.organDonorInd = organDonorInd;
}
@@ -507,8 +495,7 @@ public net.ihe.gazelle.hl7v3.datatypes.CE getMaritalStatusCode() {
/**
* Set a value to attribute maritalStatusCode.
- * @param maritalStatusCode.
- */
+ */
public void setMaritalStatusCode(net.ihe.gazelle.hl7v3.datatypes.CE maritalStatusCode) {
this.maritalStatusCode = maritalStatusCode;
}
@@ -526,8 +513,7 @@ public net.ihe.gazelle.hl7v3.datatypes.CE getEducationLevelCode() {
/**
* Set a value to attribute educationLevelCode.
- * @param educationLevelCode.
- */
+ */
public void setEducationLevelCode(net.ihe.gazelle.hl7v3.datatypes.CE educationLevelCode) {
this.educationLevelCode = educationLevelCode;
}
@@ -541,15 +527,14 @@ public void setEducationLevelCode(net.ihe.gazelle.hl7v3.datatypes.CE educationLe
*/
public List getDisabilityCode() {
if (disabilityCode == null) {
- disabilityCode = new ArrayList();
+ disabilityCode = new ArrayList<>();
}
return disabilityCode;
}
/**
* Set a value to attribute disabilityCode.
- * @param disabilityCode.
- */
+ */
public void setDisabilityCode(List disabilityCode) {
this.disabilityCode = disabilityCode;
}
@@ -582,8 +567,7 @@ public net.ihe.gazelle.hl7v3.datatypes.CE getLivingArrangementCode() {
/**
* Set a value to attribute livingArrangementCode.
- * @param livingArrangementCode.
- */
+ */
public void setLivingArrangementCode(net.ihe.gazelle.hl7v3.datatypes.CE livingArrangementCode) {
this.livingArrangementCode = livingArrangementCode;
}
@@ -601,8 +585,7 @@ public net.ihe.gazelle.hl7v3.datatypes.CE getReligiousAffiliationCode() {
/**
* Set a value to attribute religiousAffiliationCode.
- * @param religiousAffiliationCode.
- */
+ */
public void setReligiousAffiliationCode(net.ihe.gazelle.hl7v3.datatypes.CE religiousAffiliationCode) {
this.religiousAffiliationCode = religiousAffiliationCode;
}
@@ -616,15 +599,14 @@ public void setReligiousAffiliationCode(net.ihe.gazelle.hl7v3.datatypes.CE relig
*/
public List getRaceCode() {
if (raceCode == null) {
- raceCode = new ArrayList();
+ raceCode = new ArrayList<>();
}
return raceCode;
}
/**
* Set a value to attribute raceCode.
- * @param raceCode.
- */
+ */
public void setRaceCode(List raceCode) {
this.raceCode = raceCode;
}
@@ -653,15 +635,14 @@ public void removeRaceCode(net.ihe.gazelle.hl7v3.datatypes.CE raceCode_elt) {
*/
public List getEthnicGroupCode() {
if (ethnicGroupCode == null) {
- ethnicGroupCode = new ArrayList();
+ ethnicGroupCode = new ArrayList<>();
}
return ethnicGroupCode;
}
/**
* Set a value to attribute ethnicGroupCode.
- * @param ethnicGroupCode.
- */
+ */
public void setEthnicGroupCode(List ethnicGroupCode) {
this.ethnicGroupCode = ethnicGroupCode;
}
@@ -690,15 +671,14 @@ public void removeEthnicGroupCode(net.ihe.gazelle.hl7v3.datatypes.CE ethnicGroup
*/
public List getAsEmployment() {
if (asEmployment == null) {
- asEmployment = new ArrayList();
+ asEmployment = new ArrayList<>();
}
return asEmployment;
}
/**
* Set a value to attribute asEmployment.
- * @param asEmployment.
- */
+ */
public void setAsEmployment(List asEmployment) {
this.asEmployment = asEmployment;
}
@@ -727,15 +707,14 @@ public void removeAsEmployment(net.ihe.gazelle.hl7v3.coctmt030000UV04.COCTMT0300
*/
public List getAsCitizen() {
if (asCitizen == null) {
- asCitizen = new ArrayList();
+ asCitizen = new ArrayList<>();
}
return asCitizen;
}
/**
* Set a value to attribute asCitizen.
- * @param asCitizen.
- */
+ */
public void setAsCitizen(List asCitizen) {
this.asCitizen = asCitizen;
}
@@ -764,15 +743,14 @@ public void removeAsCitizen(net.ihe.gazelle.hl7v3.coctmt030000UV04.COCTMT030000U
*/
public List getAsStudent() {
if (asStudent == null) {
- asStudent = new ArrayList