eu.openaire.oaf.Project Maven / Gradle / Ivy
Show all versions of base Show documentation
//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.0
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.09.19 at 09:03:51 AM UTC
//
package eu.openaire.oaf;
import java.util.ArrayList;
import java.util.List;
import jakarta.xml.bind.JAXBElement;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElementRef;
import jakarta.xml.bind.annotation.XmlElementRefs;
import jakarta.xml.bind.annotation.XmlRootElement;
import jakarta.xml.bind.annotation.XmlType;
/**
* Java class for anonymous complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <choice maxOccurs="unbounded">
* <element name="code" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="acronym" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="callidentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="contactfullname" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="contactfax" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="contactphone" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="contactemail" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="contracttype" type="{http://namespace.openaire.eu/oaf}qualifierType"/>
* <element name="keywords" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="websiteurl" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="startdate" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="enddate" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="duration" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="ecsc39" type="{http://namespace.openaire.eu/oaf}boolOrEmptyType"/>
* <element name="oamandatepublications" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
* <element name="ecarticle29_3" type="{http://namespace.openaire.eu/oaf}boolOrEmptyType"/>
* <element name="subjects" type="{http://namespace.openaire.eu/oaf}qualifierType"/>
* <element name="fundingtree" type="{http://namespace.openaire.eu/oaf}fundingTreeType"/>
* <element name="originalId" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="collectedfrom" type="{http://namespace.openaire.eu/oaf}namedIdElementType"/>
* <element name="pid" type="{http://namespace.openaire.eu/oaf}qualifierType"/>
* <element name="rels" type="{http://namespace.openaire.eu/oaf}relsType"/>
* </choice>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"codeOrTitleOrAcronym"
})
@XmlRootElement(name = "project")
public class Project {
@XmlElementRefs({
@XmlElementRef(name = "code", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "title", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "acronym", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "callidentifier", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "contactfullname", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "contactfax", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "contactphone", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "contactemail", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "contracttype", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "keywords", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "websiteurl", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "startdate", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "enddate", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "duration", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "ecsc39", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "oamandatepublications", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "ecarticle29_3", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "subjects", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "fundingtree", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "originalId", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "collectedfrom", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "pid", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "rels", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false)
})
protected List> codeOrTitleOrAcronym;
/**
* Gets the value of the codeOrTitleOrAcronym 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 Jakarta XML Binding object.
* This is why there is not a set
method for the codeOrTitleOrAcronym property.
*
*
* For example, to add a new item, do as follows:
*
* getCodeOrTitleOrAcronym().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link JAXBElement }{@code <}{@link String }{@code >}
* {@link JAXBElement }{@code <}{@link String }{@code >}
* {@link JAXBElement }{@code <}{@link String }{@code >}
* {@link JAXBElement }{@code <}{@link String }{@code >}
* {@link JAXBElement }{@code <}{@link String }{@code >}
* {@link JAXBElement }{@code <}{@link String }{@code >}
* {@link JAXBElement }{@code <}{@link String }{@code >}
* {@link JAXBElement }{@code <}{@link String }{@code >}
* {@link JAXBElement }{@code <}{@link QualifierType }{@code >}
* {@link JAXBElement }{@code <}{@link String }{@code >}
* {@link JAXBElement }{@code <}{@link String }{@code >}
* {@link JAXBElement }{@code <}{@link String }{@code >}
* {@link JAXBElement }{@code <}{@link String }{@code >}
* {@link JAXBElement }{@code <}{@link String }{@code >}
* {@link JAXBElement }{@code <}{@link String }{@code >}
* {@link JAXBElement }{@code <}{@link Boolean }{@code >}
* {@link JAXBElement }{@code <}{@link String }{@code >}
* {@link JAXBElement }{@code <}{@link QualifierType }{@code >}
* {@link JAXBElement }{@code <}{@link FundingTreeType }{@code >}
* {@link JAXBElement }{@code <}{@link String }{@code >}
* {@link JAXBElement }{@code <}{@link NamedIdElementType }{@code >}
* {@link JAXBElement }{@code <}{@link QualifierType }{@code >}
* {@link JAXBElement }{@code <}{@link RelsType }{@code >}
*
*
*/
public List> getCodeOrTitleOrAcronym() {
if (codeOrTitleOrAcronym == null) {
codeOrTitleOrAcronym = new ArrayList>();
}
return this.codeOrTitleOrAcronym;
}
}