Class Result
- java.lang.Object
-
- eu.openaire.oaf.model.base.Result
-
- All Implemented Interfaces:
Serializable
public class Result 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="creator"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="surname" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ORCID" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="rank" type="{http://www.w3.org/2001/XMLSchema}int" /> </extension> </simpleContent> </complexType> </element> <element name="resulttype" type="{http://namespace.openaire.eu/oaf}qualifierType"/> <element name="language" type="{http://namespace.openaire.eu/oaf}qualifierType"/> <element name="country" type="{http://namespace.openaire.eu/oaf}dataInfoType"/> <element name="subject" type="{http://namespace.openaire.eu/oaf}structuredPropertyElementType"/> <element name="title" type="{http://namespace.openaire.eu/oaf}structuredPropertyElementType"/> <element name="relevantdate" type="{http://namespace.openaire.eu/oaf}structuredPropertyElementType"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="dateofacceptance" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="publisher" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="embargoenddate" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="source" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="format" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="contributor" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="resourcetype" type="{http://namespace.openaire.eu/oaf}qualifierType"/> <element name="coverage" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="bestaccessright" type="{http://namespace.openaire.eu/oaf}qualifierType"/> <element name="journal" type="{http://namespace.openaire.eu/oaf}journalType"/> <element name="pid" type="{http://namespace.openaire.eu/oaf}structuredPropertyElementType"/> <element name="device" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="size" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="lastmetadataupdate" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="metadataversionnumber" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="originalId" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/> <element name="collectedfrom" type="{http://namespace.openaire.eu/oaf}namedIdElementType" maxOccurs="unbounded"/> <element name="context" type="{http://namespace.openaire.eu/oaf}contextType"/> <element name="rels" type="{http://namespace.openaire.eu/oaf}relsType"/> <element name="instances" type="{http://namespace.openaire.eu/oaf}instancesType"/> <element name="citations" type="{http://namespace.openaire.eu/oaf}citationsType" minOccurs="0"/> </choice> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResult.CreatorJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<? extends Serializable>>creatorOrResulttypeOrLanguage
-
Constructor Summary
Constructors Constructor Description Result()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<javax.xml.bind.JAXBElement<? extends Serializable>>getCreatorOrResulttypeOrLanguage()Gets the value of the creatorOrResulttypeOrLanguage property.
-
-
-
Field Detail
-
creatorOrResulttypeOrLanguage
protected List<javax.xml.bind.JAXBElement<? extends Serializable>> creatorOrResulttypeOrLanguage
-
-
Method Detail
-
getCreatorOrResulttypeOrLanguage
public List<javax.xml.bind.JAXBElement<? extends Serializable>> getCreatorOrResulttypeOrLanguage()
Gets the value of the creatorOrResulttypeOrLanguage 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 creatorOrResulttypeOrLanguage property.For example, to add a new item, do as follows:
getCreatorOrResulttypeOrLanguage().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<Result.Creator>JAXBElement<QualifierType>JAXBElement<QualifierType>JAXBElement<DataInfoType>JAXBElement<StructuredPropertyElementType>JAXBElement<StructuredPropertyElementType>JAXBElement<StructuredPropertyElementType>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<QualifierType>JAXBElement<String>JAXBElement<QualifierType>JAXBElement<JournalType>JAXBElement<StructuredPropertyElementType>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<String>JAXBElement<NamedIdElementType>JAXBElement<ContextType>JAXBElement<RelsType>JAXBElement<InstancesType>JAXBElement<CitationsType>
-
-