eu.openaire.oaf.Datasource 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.07.22 at 10:49:24 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="namespaceprefix" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="officialname" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="englishname" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="websiteurl" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="logourl" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="contactemail" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="datasourcetype" type="{http://namespace.openaire.eu/oaf}qualifierType"/>
* <element name="openairecompatibility" type="{http://namespace.openaire.eu/oaf}qualifierType"/>
* <element name="dateofvalidation" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="latitude" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="longitude" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
* <element name="subjects" type="{http://namespace.openaire.eu/oaf}structuredPropertyElementType"/>
* <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}structuredPropertyElementType"/>
* <element name="rels" type="{http://namespace.openaire.eu/oaf}relsType"/>
* </choice>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"namespaceprefixOrOfficialnameOrEnglishname"
})
@XmlRootElement(name = "datasource")
public class Datasource {
@XmlElementRefs({
@XmlElementRef(name = "namespaceprefix", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "officialname", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "englishname", 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 = "logourl", 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 = "datasourcetype", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "openairecompatibility", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "dateofvalidation", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "latitude", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "longitude", namespace = "http://namespace.openaire.eu/oaf", type = JAXBElement.class, required = false),
@XmlElementRef(name = "description", 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 = "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> namespaceprefixOrOfficialnameOrEnglishname;
/**
* Gets the value of the namespaceprefixOrOfficialnameOrEnglishname 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 namespaceprefixOrOfficialnameOrEnglishname property.
*
*
* For example, to add a new item, do as follows:
*
* getNamespaceprefixOrOfficialnameOrEnglishname().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 QualifierType }{@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 StructuredPropertyElementType }{@code >}
* {@link JAXBElement }{@code <}{@link String }{@code >}
* {@link JAXBElement }{@code <}{@link NamedIdElementType }{@code >}
* {@link JAXBElement }{@code <}{@link StructuredPropertyElementType }{@code >}
* {@link JAXBElement }{@code <}{@link RelsType }{@code >}
*
*
*/
public List> getNamespaceprefixOrOfficialnameOrEnglishname() {
if (namespaceprefixOrOfficialnameOrEnglishname == null) {
namespaceprefixOrOfficialnameOrEnglishname = new ArrayList>();
}
return this.namespaceprefixOrOfficialnameOrEnglishname;
}
}