forked from D-Net/dnet-hadoop
Fixes #5604: field oamandatepublications in XML
This commit is contained in:
parent
a42cbf4a8d
commit
e79943965b
|
@ -896,6 +896,9 @@ public class XmlRecordFactory implements Serializable {
|
|||
if (p.getContracttype() != null) {
|
||||
metadata.add(XmlSerializationUtils.mapQualifier("contracttype", p.getContracttype()));
|
||||
}
|
||||
if (p.getOamandatepublications() != null) {
|
||||
metadata.add(XmlSerializationUtils.asXmlElement("oamandatepublications", p.getOamandatepublications().getValue()));
|
||||
}
|
||||
if (p.getEcsc39() != null) {
|
||||
metadata.add(XmlSerializationUtils.asXmlElement("ecsc39", p.getEcsc39().getValue()));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue