Class Datasource
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<jakarta.xml.bind.JAXBElement<?>>Gets the value of the namespaceprefixOrOfficialnameOrEnglishname property.
-
Field Details
-
namespaceprefixOrOfficialnameOrEnglishname
-
-
Constructor Details
-
Datasource
public Datasource()
-
-
Method Details
-
getNamespaceprefixOrOfficialnameOrEnglishname
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
setmethod 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
JAXBElement<NamedIdElementType>JAXBElement<QualifierType>JAXBElement<QualifierType>JAXBElement<RelsType>JAXBElement<StructuredPropertyElementType>JAXBElement<StructuredPropertyElementType>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>
-