Class Datasource
- java.lang.Object
-
- eu.openaire.oaf.model.base.Datasource
-
- All Implemented Interfaces:
Serializable
public class Datasource extends Object implements Serializable
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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<? extends Serializable>>namespaceprefixOrOfficialnameOrEnglishname
-
Constructor Summary
Constructors Constructor Description Datasource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<javax.xml.bind.JAXBElement<? extends Serializable>>getNamespaceprefixOrOfficialnameOrEnglishname()Gets the value of the namespaceprefixOrOfficialnameOrEnglishname property.
-
-
-
Field Detail
-
namespaceprefixOrOfficialnameOrEnglishname
protected List<javax.xml.bind.JAXBElement<? extends Serializable>> namespaceprefixOrOfficialnameOrEnglishname
-
-
Method Detail
-
getNamespaceprefixOrOfficialnameOrEnglishname
public List<javax.xml.bind.JAXBElement<? extends Serializable>> 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 JAXB 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<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<QualifierType>JAXBElement<QualifierType>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<StructuredPropertyElementType>JAXBElement<String>JAXBElement<NamedIdElementType>JAXBElement<StructuredPropertyElementType>JAXBElement<RelsType>
-
-